2007-05-18 |
Aurelien Jacobs | add a proper prefix to all mjpeg encoder exported functions |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Aurelien Jacobs | split ljpeg encoder out of mjpeg.c |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Benjamin Larsson | Better error reporting. |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Loren Merritt | cosmetics: macrofy duplicate code in huffyuv |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Loren Merritt | r3938 broke 2pass huffyuv (not that anyone uses it) |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Zuxy Meng | 3DNow! and SSSE3 optimization to QNS DSP functions... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reimar Döffinger | Move attribute_unused to variable declarations in macro... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Aurelien Jacobs | remove libdts decoder, we have a native dts decoder |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Aurelien Jacobs | prevent misdetection by using a stricter regexp |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Aurelien Jacobs | add proper prefix to new mjpeg extern func/var |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Aurelien Jacobs | split mjpeg.c into an encoder and a decoder file |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Guillaume Poirier | use macro Use DECLARE_ALIGNED_16 to align stack-allocat... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Benjamin Larsson | Only compile fft and mdct when needed. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Benjamin Larsson | Use FFABS instead of abs. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Alex Beregszaszi | Use usleep instead of sleep, some MinGW versions lack... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reimar Döffinger | Use DECLARE_ALIGNED for alignment in libpostprocess |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Diego Biurrun | Make documentation build nonrecursive: Merge it into... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Benjamin Larsson | Remove lots of unused commented code. (Cleanup) |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Benjamin Larsson | Change default 1 pass blocksize to 64x64. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Aurelien Jacobs | better separation of vp3dsp functions from dsputil_mmx.c |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Fortin | printf --> av_log, patch by Denis Fortin, fortin nerim net |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Diego Biurrun | Remove extern C declarations for C++. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Diego Biurrun | Remove extern C declarations for C++. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Sergey Vlasov | DTS decoding was broken for every speaker configuration... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Ronald S. Bultje | Do not specify directories in #include path, -I flags... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Ronald S. Bultje | Add libavcodec to compiler include flags in order to... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Diego Biurrun | Drop unnecessary libavcodec/ prefix in #include path. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Corey Hickey | Don't forget about audio remaining in buffer, in case... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Reimar Döffinger | Use DECLARE_ALIGNED to ease porting |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Zuxy Meng | Building both shared and static libraries is now possib... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Alex Beregszaszi | initial mingw networking support |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Alex Beregszaszi | link to ws2_32.dll only if networking is enabled |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Marc Hoffman | Adding Myself to the Maintainers list for the Blackfin... |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Michael Niedermayer | dont write over the end of ref_cache |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Panagiotis... | Make vp3dsp*.c compilation optional. |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Reimar Döffinger | Change some leftover __attribute__((unused)) and __attr... |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Aurelien Jacobs | remove some unused mjpeg encoding variables |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Aurelien Jacobs | jpegls encoder does not call this function, so remove... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Aurelien Jacobs | split jpeg_ls into jpeglsdec, jpeglsenc and jpegls |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Diego Biurrun | Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Marc Hoffman | Blackfin DSP utilities: add DEFUN_END |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Marc Hoffman | Blackfin optimized YUV420 to RGB CSC Color Space Conver... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Michael Niedermayer | correct last element inited check |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Zuxy Meng | Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Reimar Döffinger | Do not use return with argument for a function "returni... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Alex Beregszaszi | use DECLARE_ALIGNED from mem.h (which is included throu... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Aurelien Jacobs | cosmetics: indent |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Aurelien Jacobs | replace some #ifdef CONFIG_* by if(ENABLE_*) |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Aurelien Jacobs | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Aurelien Jacobs | make compilation of mjpeg.c optional |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Jason Millard | allow to enable or disable every bitstream filters... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Aurelien Jacobs | jpegls never call this code, so those tests are useless |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Baptiste Coudurier | simplify, no need for a function |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Baptiste Coudurier | fix ctts index computation when seeking, check must... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Benjamin Larsson | Added support for instances where linesize[0] is negative. |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Diego Biurrun | Remove redundant extern declaration of j_rev_dct that... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Diego Biurrun | cosmetics: Group all test targets together. |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Loren Merritt | sse2 & ssse3 versions of dct_quantize. |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Loren Merritt | configure check for whether we can compile ssse3 |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Loren Merritt | factor sum_abs_dctelem out of dct_sad, and simd it. |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Loren Merritt | sse2 & ssse3 versions of hadamard. unroll and inline... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Loren Merritt | fix a crash with svq1 + sse2. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Alex Beregszaszi | cosmetics: fix indentation |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Ivo van Poorten | cosmetics; one test per line for all isXXX(x) macros |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Diego Biurrun | Merge RoQ entries |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Aurelien Jacobs | rename pnm.c to pnmenc.c and pnm_common.c to pnm.c |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Diego Biurrun | Remove duplicate #includes, avcodec.h #includes common.h. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Loren Merritt | 10l, r8991 broke mmx1 sad |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Loren Merritt | sse2 version of fullpel sad. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Loren Merritt | tweak mmx2 sad. |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Baptiste Coudurier | dmb1 fourcc, mjpeg_opendml.mov |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | make compilation of pnm.c optional |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | move pnm parser in its own file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | move mjpeg parser in its own file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | cosmetics: reindent |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | split h264.c to move parser in its own file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Loren Merritt | tweak mmx2 sad. |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Ramiro Polla | Revert r8979 (Ugly fix for r8963) |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Jindřich Makovička | Proper fix for r8963 |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | rename vorbis.c to vorbis_dec.c and vorbis_common.c... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | loosen vorbis_enc.c dependencies by spliting vorbis.c |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Ramiro Polla | Fix r8963 |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Panagiotis... | Fix Vorbis encoder Xiph dependency by making sure the... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Benoit Fouet | Use url_fopen error code when opening input file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Benoit Fouet | add AVERROR_NOENT |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | disable reference to msmpeg4 and wmv2 code when those... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Panagiotis... | Typos |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Luca Abeni | Reindent code after last commit |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | those tables don't need to be extern |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Limin Wang | Allow avoid setting the video standard and input when... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | use header instead of copying table declarations |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | split msmpeg4 data to easily share some of it with... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | add missing rules for wmv2 compilation |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Diego Biurrun | Remove redundant #inclusion of common.h, avcodec.h... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Loren Merritt | sse2 version of fdct_col. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Simplify ptr[0]; ptr++; to *ptr++ |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Use bytestream |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Use AV_XX16 macros |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Aurelien Jacobs | move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v... |
commit | commitdiff | tree | snapshot |
next |