source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @40cce9ff   18 years Aurélien Jacobs move sp5x decoder in its own file Originally committed as revision …
(edit) @5acd8d9e   18 years Aurélien Jacobs allows to disable jpegls decoder Originally committed as revision …
(edit) @bf4a90fc   18 years mmhoffm Blackfin optimized uyvytoyv12 routine. the implementation includes …
(edit) @98ef8c32   18 years lorenm change brute force search to min-heap. 3.6x faster generate_len_table, …
(edit) @d2f43ca9   18 years Aurélien Jacobs move mjpega_dump_header bitstream filter in its own file Originally …
(edit) @ab8072a6   18 years Aurélien Jacobs move imx_dump_header bitstream filter in its own file Originally …
(edit) @8bf63e1c   18 years Aurélien Jacobs move dump_extradata bitstream filter in its own file Originally …
(edit) @5209c836   18 years Aurélien Jacobs move remove_extradata bitstream filter in its own file Originally …
(edit) @cd7105e6   18 years Aurélien Jacobs move noise bitstream filter in its own file Originally committed as …
(edit) @a975d9e2   18 years Aurélien Jacobs move mp3_header_compress bitstream filter in its own file Originally …
(edit) @b57eed12   18 years Aurélien Jacobs move mp3_header_decompress bitstream filter in its own file …
(edit) @677fe2e2   18 years Aurélien Jacobs add proper prefix to extern mpeg audio data tables Originally …
(edit) @4991c051   18 years Aurélien Jacobs move some common mpeg audio tables from mpegaudiodectab.h to …
(edit) @63ab52b7   18 years Aurélien Jacobs move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c …
(edit) @44301eaa   18 years Aurélien Jacobs add a proper prefix to all mjpeg encoder exported functions …
(edit) @d9c9259f   18 years Aurélien Jacobs split ljpeg encoder out of mjpeg.c Originally committed as revision …
(edit) @56fd7cc5   18 years banan Better error reporting. Originally committed as revision 9056 to …
(edit) @bf1a5a4   18 years lorenm cosmetics: macrofy duplicate code in huffyuv Originally committed as …
(edit) @390f9f31   18 years lorenm r3938 broke 2pass huffyuv (not that anyone uses it) Originally …
(edit) @038bfcf9   18 years zuxy.meng 3DNow! and SSSE3 optimization to QNS DSP functions; use …
(edit) @2c32b173   18 years Reimar.Doeffinger Move attribute_unused to variable declarations in macros instead of …
(edit) @670a6b13   18 years Aurélien Jacobs remove libdts decoder, we have a native dts decoder Originally …
(edit) @facbea9   18 years Aurélien Jacobs prevent misdetection by using a stricter regexp Originally committed …
(edit) @944721c1   18 years Aurélien Jacobs add proper prefix to new mjpeg extern func/var Originally committed …
(edit) @4922a5b0   18 years Aurélien Jacobs split mjpeg.c into an encoder and a decoder file Originally committed …
(edit) @88bcb6c2   18 years gpoirier use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables …
(edit) @78a010fb   18 years Aurélien Jacobs Only compile fft and mdct when needed. Initial patch by Benjamin …
(edit) @c17a53b   18 years banan Use FFABS instead of abs. Originally committed as revision 9045 to …
(edit) @c8df9c63   18 years alex Use usleep instead of sleep, some MinGW versions lack sleep. …
(edit) @0bda7817   18 years Reimar.Doeffinger Use DECLARE_ALIGNED for alignment in libpostprocess Originally …
(edit) @e9b19db8   18 years diego Make documentation build nonrecursive: Merge it into the top-level …
(edit) @54353abe   18 years banan Remove lots of unused commented code. (Cleanup) Originally committed …
(edit) @3bcb658c   18 years banan Change default 1 pass blocksize to 64x64. Originally committed as …
(edit) @5b0b7054   18 years Aurélien Jacobs better separation of vp3dsp functions from dsputil_mmx.c Originally …
(edit) @b8a99745   18 years diego printf --> av_log, patch by Denis Fortin, fortin nerim net Originally …
(edit) @9f17e13b   18 years diego Remove extern C declarations for C++. FFmpeg is pure C and not all …
(edit) @60531524   18 years diego Remove extern C declarations for C++. FFmpeg is pure C and not all …
(edit) @31d89e11   18 years diego DTS decoding was broken for every speaker configuration except 5.1. …
(edit) @f3ab6d91   18 years diego Do not specify directories in #include path, -I flags take care of …
(edit) @b550bfaa   18 years diego Add libavcodec to compiler include flags in order to simplify header …
(edit) @14b2d010   18 years diego Drop unnecessary libavcodec/ prefix in #include path. Originally …
(edit) @2e374f12   18 years bugfood-ml Don't forget about audio remaining in buffer, in case there is enough …
(edit) @c6bcbb2c   18 years Reimar.Doeffinger Use DECLARE_ALIGNED to ease porting Originally committed as revision …
(edit) @b9a793ee   18 years diego Building both shared and static libraries is now possible on MinGW. …
(edit) @5676d140   18 years alex initial mingw networking support Originally committed as revision …
(edit) @124bed6f   18 years alex link to ws2_32.dll only if networking is enabled Originally committed …
(edit) @809c767a   18 years mmhoffm Adding Myself to the Maintainers list for the Blackfin architecture …
(edit) @a1f6643d   18 years michaelni dont write over the end of ref_cache Originally committed as revision …
(edit) @9b5dc867   18 years takis.issaris Make vp3dsp*.c compilation optional. Originally committed as revision …
(edit) @e36d79c8   18 years Reimar.Doeffinger Change some leftover attribute((unused)) and attribute((used)) …
(edit) @37c26ae9   18 years Aurélien Jacobs remove some unused mjpeg encoding variables (they were always set to a …
(edit) @7fcf410   18 years Aurélien Jacobs jpegls encoder does not call this function, so remove useless tests …
(edit) @6ba04c2b   18 years Aurélien Jacobs split jpeg_ls into jpeglsdec, jpeglsenc and jpegls Originally …
(edit) @1adf2e56   18 years diego Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. …
(edit) @27885fad   18 years gpoirier Blackfin DSP utilities: add DEFUN_END DEFUN_END macro adds the size …
(edit) @d3f3eea9   18 years gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters. YUV2 -> …
(edit) @79d4c96a   18 years michaelni correct last element inited check Originally committed as revision …
(edit) @25e4f8aa   18 years gpoirier Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% …
(edit) @3a136a06   18 years Reimar.Doeffinger Do not use return with argument for a function "returning" void. …
(edit) @43c7c7c7   18 years alex use DECLARE_ALIGNED from mem.h (which is included through common.h) …
(edit) @f8b2417e   18 years Aurélien Jacobs cosmetics: indent Originally committed as revision 9014 to …
(edit) @70724cba   18 years Aurélien Jacobs replace some #ifdef CONFIG_* by if(ENABLE_*) Originally committed as …
(edit) @6d8bfb52   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 9012 to …
(edit) @f6993c9f   18 years Aurélien Jacobs make compilation of mjpeg.c optional Originally committed as revision …
(edit) @cd61e407   18 years Aurélien Jacobs allow to enable or disable every bitstream filters individually …
(edit) @cf329752   18 years Aurélien Jacobs jpegls never call this code, so those tests are useless Originally …
(edit) @4440b118   18 years baptiste.coudurier simplify, no need for a function Originally committed as revision …
(edit) @54a5c719   18 years baptiste.coudurier fix ctts index computation when seeking, check must be done against …
(edit) @d2bc0473   18 years banan Added support for instances where linesize[0] is negative. Based on …
(edit) @7f58baa8   18 years diego Remove redundant extern declaration of j_rev_dct that is already …
(edit) @7f4f3e16   18 years diego cosmetics: Group all test targets together. Originally committed as …
(edit) @ff506a90   18 years lorenm sse2 & ssse3 versions of dct_quantize. core2: mmx2=154 sse2=73 …
(edit) @8e380710   18 years lorenm configure check for whether we can compile ssse3 Originally committed …
(edit) @1edbfe19   18 years lorenm factor sum_abs_dctelem out of dct_sad, and simd it. sum_abs_dctelem_* …
(edit) @561f940c   18 years lorenm sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. …
(edit) @5b67307a   18 years lorenm fix a crash with svq1 + sse2. EMU_EDGE broke memory alignment when the …
(edit) @5f097703   18 years alex cosmetics: fix indentation Originally committed as revision 8998 to …
(edit) @9d9de37d   18 years ivop cosmetics; one test per line for all isXXX(x) macros Originally …
(edit) @9020e697   18 years diego Merge RoQ entries Originally committed as revision 8997 to …
(edit) @9ac2e797   18 years Aurélien Jacobs rename pnm.c to pnmenc.c and pnm_common.c to pnm.c Originally …
(edit) @a2e4c0dd   18 years diego Remove duplicate #includes, avcodec.h #includes common.h. Originally …
(edit) @9636c4de   18 years diego Remove unused variable. Originally committed as revision 8994 to …
(edit) @ba53071a   18 years lorenm 10l, r8991 broke mmx1 sad Originally committed as revision 8993 to …
(edit) @72946825   18 years lorenm sse2 version of fullpel sad. 16% faster on core2, 5% faster on p4. 10% …
(edit) @164d75eb   18 years lorenm tweak mmx2 sad. 40% faster on core2, 18% faster on k8, 5% faster on …
(edit) @c3ebc833   18 years baptiste.coudurier dmb1 fourcc, mjpeg_opendml.mov Originally committed as revision 8990 …
(edit) @1b52bec7   18 years Aurélien Jacobs make compilation of pnm.c optional Originally committed as revision …
(edit) @426a189b   18 years Aurélien Jacobs move pnm parser in its own file Originally committed as revision 8988 …
(edit) @b16560a3   18 years Aurélien Jacobs move mjpeg parser in its own file Originally committed as revision …
(edit) @87acdd53   18 years Aurélien Jacobs cosmetics: reindent Originally committed as revision 8986 to …
(edit) @26b4fe82   18 years Aurélien Jacobs split h264.c to move parser in its own file Originally committed as …
(edit) @eca3810e   18 years lorenm tweak mmx2 sad. 6% faster on core2 and k8, no change on p4. …
(edit) @b3a257af   18 years ramiro.polla Revert r8979 (Ugly fix for r8963) Originally committed as revision …
(edit) @803ca89c   18 years ramiro.polla Proper fix for r8963 Patch by Jindrich Makovicka, makovick at gmail …
(edit) @07c55d8e   18 years Aurélien Jacobs rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c …
(edit) @f6bd6ee   18 years Aurélien Jacobs loosen vorbis_enc.c dependencies by spliting vorbis.c Originally …
(edit) @dccabd4c   18 years ramiro.polla Fix r8963 Originally committed as revision 8979 to …
(edit) @7a0daaf1   18 years takis.issaris Fix Vorbis encoder Xiph dependency by making sure the references to …
(edit) @0ba0c8de   18 years benoit.fouet Use url_fopen error code when opening input file handle the …
(edit) @35e7f087   18 years benoit.fouet add AVERROR_NOENT Originally committed as revision 8976 to …
Note: See TracRevisionLog for help on using the revision log.