source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6de4aece   18 years Reimar.Doeffinger Fix @file in matroskadec.c, it was still matroska.c Originally …
(edit) @255eccab   18 years benoit.fouet move dct_quantize and denoise_dct function pointers initialization to …
(edit) @2445688   18 years benoit.fouet Do not reuse the rbsp de-escape buffer if both the intra and inter …
(edit) @4fc3d23f   18 years mbardiaux Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK Thread: …
(edit) @64e26e8c   18 years benoit.fouet remove unused constant definition Originally committed as revision …
(edit) @995a30c0   18 years gpoirier Decouple bit context from h264 context in decode_ref_pic_marking() …
(edit) @8c71c5e4   18 years benoit.fouet aanscales is used only with CONFIG_ENCODERS Originally committed as …
(edit) @9e15dfeb   18 years benoit.fouet comment endif directive token Originally committed as revision 9369 …
(edit) @d6cfad67   18 years diego Revert videohook dependency change. Originally committed as revision …
(edit) @3155a644   18 years mans place -l flags after object files in check_ld() Originally committed …
(edit) @ff5a6541   18 years ramiro.polla tests/Makefile has been removed Originally committed as revision 9366 …
(edit) @6f176376   18 years ramiro.polla Add alpha channel support for imlib2 vhook Originally committed as …
(edit) @f32adb22   18 years mans move lrintf() check before external lib checks to prevent runtime …
(edit) @7a68f7fa   18 years mans kill error messages from failed svn revision extraction commands …
(edit) @c1047cda   18 years mans extract revision from svn-1.4 .svn/entries files Originally committed …
(edit) @4d321bff   18 years benoit.fouet fix imlib2 memory leaks patch by Limin Wang: [lance lmwang gmail com] …
(edit) @1c48415b   18 years benoit.fouet indentation patch by Andreas Öman: [andreas olebyn nu] Originally …
(edit) @b33ece1   18 years benoit.fouet replace calls to deprecated parsing functions to calls to new ones …
(edit) @aa45201d   18 years mans fix thread support selection Originally committed as revision 9358 to …
(edit) @0db2ce77   18 years mans fix report at end of configure Originally committed as revision 9357 …
(edit) @efb77577   18 years gpoirier add a comment to indicate which #endif belong to which #define …
(edit) @9cafbd6c   18 years mans simplify ppc64 handling Originally committed as revision 9355 to …
(edit) @d5f916e1   18 years mans remove unneeded variable initializations Originally committed as …
(edit) @e970d98c   18 years gpoirier restore GCC3 support Originally committed as revision 9353 to …
(edit) @0182fee8   18 years mans indent Originally committed as revision 9352 to …
(edit) @9eeed841   18 years mans simplify simd extension checking Originally committed as revision …
(edit) @7d2bf29c   18 years gpoirier re-enable use of h264_v_loop_filter_luma_altivec and …
(edit) @22fa38f0   18 years gpoirier part 2/2 of fixing Altivec-accelerated H264 luma inloop filter In …
(edit) @963eca2   18 years gpoirier convert h264_deblock_q1 to an inline function. part 1/2 of fixing …
(edit) @ef4c82cb   18 years ramiro.polla Indentation Originally committed as revision 9347 to …
(edit) @e4d86a5   18 years mans add "checkheaders" target Originally committed as revision 9346 to …
(edit) @699b3f99   18 years mans add multiple inclusion guards to headers Originally committed as …
(edit) @99545457   18 years mans include all prerequisites in header files Originally committed as …
(edit) @c2d08dc0   18 years mans move a couple of macros and structs to mpegaudio.h Originally …
(edit) @41e4c556   18 years ramiro.polla Add expression evaluation parameters for colors in imlib2 vhook …
(edit) @b41c1db3   18 years gpoirier Factor out init_scan_tables(), patch by Andreas Öman %andreas A …
(edit) @f4a02f6e   18 years gpoirier Use a faster way to compute 255-val: Instead of creating a vector of …
(edit) @a4446715   18 years Reimar.Doeffinger Missing libswscale part of TARGET_ -> HAVE_ change Originally …
(edit) @6e6203fb   18 years Reimar.Doeffinger Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> …
(edit) @b3e83c96   18 years mans move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't need …
(edit) @859cfdc0   18 years mans correct type of qsort() comparison callback Originally committed as …
(edit) @e336139f   18 years mans correct type for h263_parse() Originally committed as revision 9337 …
(edit) @e1659f0c   18 years mans fix indentation Originally committed as revision 9336 to …
(edit) @dfdf9e78   18 years mans replace endian detection hack with #ifdef WORDS_BIGENDIAN Originally …
(edit) @706da4af   18 years mans fix some printf format specifiers Originally committed as revision …
(edit) @8657d5e5   18 years mans correct type for {put,avg}_h264_chroma_mc2_mmx2 Originally committed …
(edit) @bb5705b9   18 years mans kill some "defined but not used" warnings Originally committed as …
(edit) @119e2c00   18 years mans kill a warning on 64-bit machines Originally committed as revision …
(edit) @a1bee080   18 years mans move dsputil_init_foo() out from #ifdef Originally committed as …
(edit) @1bebfde9   18 years ramiro.polla Typo Originally committed as revision 9329 to …
(edit) @5c0e9479   18 years mans test whether linker supports --warn-common Originally committed as …
(edit) @a661ade7   18 years ramiro.polla Indentation for previous commit Originally committed as revision 9327 …
(edit) @6100cb47   18 years ramiro.polla Allow user to specify rgb.txt for imlib2 vhook Originally committed …
(edit) @3d907e22   18 years mans merge print_config_enable() and print_config() as only the former is …
(edit) @3f5b56e5   18 years mans replace TARGET_* with HAVE_* simplifying lists in configure script …
(edit) @48a14b91   18 years mans add x86 to ARCH_LIST simplifying config file generation Originally …
(edit) @18ca9a4a   18 years mans replace TARGET_ARCH_* to ARCH_* for consistency Originally committed …
(edit) @99a6d06f   18 years Aurélien Jacobs generate ENABLE_* defines also for ARCH_* Originally committed as …
(edit) @4f74c585   18 years Aurélien Jacobs use if() instead of #ifdef and ensure all possible optimisations are …
(edit) @f6de217b   18 years Aurélien Jacobs generate ENABLE_* defines also for all the HAVE_* values Originally …
(edit) @629272d8   18 years benoit.fouet Add support for track numbers when they are set via strings patch by …
(edit) @fbb578e9   18 years gpoirier some samples aren't decoded correctly such as ( …
(edit) @91a2974e   18 years takis.issaris Remove unneeded semicolon. Originally committed as revision 9316 to …
(edit) @d111e41f   18 years takis.issaris Correct signature of just_return(). Originally committed as revision …
(edit) @b997b67c   18 years mans use get_bits_long() where needed patch by Aurelien Jacobs, aurel …
(edit) @1bdf0fe   18 years ramiro.polla Vhooks require special cflags and ldflags for Windows builds Copy them …
(edit) @4f3da985   18 years ramiro.polla Make ppm vhook depend on fork() Originally committed as revision 9312 …
(edit) @b0268cc   18 years ramiro.polla Print static vhook warning for Cygwin and MinGW Originally committed …
(edit) @77035989   18 years ramiro.polla Print static vhook warning for Cygwin only when both are enabled …
(edit) @233ed445   18 years takis.issaris Remove an unreferenced variable from qpeg_decode_inter(). Originally …
(edit) @71fd1225   18 years benoit.fouet add and remove some parentheses Originally committed as revision 9308 …
(edit) @ad0f6c1f   18 years diego Simplify init preprocessor statements. patch by Albert Lee, trisk+xine …
(edit) @4931546e   18 years gpoirier this file credits authors of non-trivial code, which I don't qualify …
(edit) @6b0cdb6e   18 years benoit.fouet More detailed documentation patch by Nicolas George: [nicolas george …
(edit) @2ef7c63   18 years gpoirier List myself in CREDITS as I did have some of code committed, Add …
(edit) @86bdf3fd   18 years diego misc spelling fixes Originally committed as revision 23556 to …
(edit) @57870214   18 years mmhoffm removing underscores from block profiling renaming to xx_ Originally …
(edit) @f70c2739   18 years mmhoffm Blackfin - read_time primitive note this primitive currently uses a …
(edit) @c9823f05   18 years benoit.fouet Improve understanding ofavcodec_find_decoder() patch by Carl Eugen …
(edit) @58d1dc0e   18 years benoit.fouet Workaround adjustments for DivX 6.1 and later patch by Lord: [ …
(edit) @48961970   18 years benoit.fouet remove decode_be32/64 and replace them by AV_RB32/64 patch by Ronald …
(edit) @da1fce3   18 years gpoirier cosmetics Originally committed as revision 9298 to …
(edit) @6fe706df   18 years ramiro.polla Remove unused declarations Originally committed as revision 9297 to …
(edit) @0aec30c5   18 years gpoirier kill one vector constant value load by the right combination of …
(edit) @525751c0   18 years gpoirier restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A …
(edit) @1a822d30   18 years mmhoffm integrating MPV_common_init_bfin into the build system and mpegvideo.c …
(edit) @50ee61dd   18 years mmhoffm Blackfin dct_quantize_bfin routine 2x performance boost in performing …
(edit) @ea6ad30c   18 years mmhoffm Blackfin IDCT has no special permutation it uses normal order …
(edit) @90b5b51   18 years diego misc typo fixes Originally committed as revision 9291 to …
(edit) @c294d7c6   18 years kostya.shishkov Typo Originally committed as revision 9290 to …
(edit) @755bfeab   18 years diego misc spelling fixes Originally committed as revision 9289 to …
(edit) @26ef3220   18 years benoit.fouet Move the video size and rate abbreviations system from libavformat to …
(edit) @0a4f20c6   18 years diego Add some explanatory comments to #endif directives. Originally …
(edit) @3cce801a   18 years gpoirier fix 8- and 24-bit FLAC decoding Patch by Michael Donaghy %md401 A cam …
(edit) @ea23327b   18 years diego Remove unused static function. Originally committed as revision 9285 …
(edit) @1aa80145   18 years michaelni dont attach huge samplesto mails Originally committed as revision …
(edit) @0c33dac2   18 years Aurélien Jacobs move codecs declarations from avcodec.h to allcodecs.h Originally …
(edit) @819f3ab   18 years diego The video hooks do not depend on the libav* libraries. Originally …
(edit) @c01d444b   18 years gpoirier one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 …
(edit) @7c68b47b   18 years benoit.fouet Cygwin compatibility workaround patch by Eric Lasota: [ riot icculus …
Note: See TracRevisionLog for help on using the revision log.