source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @b8d40825   18 years diego We do not create .d files, thus no need to remove them. Originally …
(edit) @fa62bdb   18 years diego Move libpostproc-specific uninstallation command to the libpostproc …
(edit) @0669494   18 years diego Use consistent paths for adding values to LDFLAGS. Originally …
(edit) @19ecf882   18 years diego Add a bounds check on AVProbeData input. patch by Ronald S. Bultje, …
(edit) @364a9607   18 years diego Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of …
(edit) @bb8fe69a   18 years diego whitespace cosmetics Originally committed as revision 9272 to …
(edit) @4566de57   18 years diego Simplify ffplay.o CFLAGS handling. Originally committed as revision …
(edit) @18caf192   18 years diego Compile all binaries with default CFLAGS. Originally committed as …
(edit) @226cbe0   18 years diego Make main() return 0 at the end and mark as int. Originally committed …
(edit) @a65bafef   18 years diego Add appropriate headers for exit and printf. Originally committed as …
(edit) @ed7bf3c3   18 years diego Simplify command with automatic variable. Originally committed as …
(edit) @097e1da4   18 years diego Adapt to API changes, fix compilation. patch by Ronald S. Bultje, …
(edit) @5ce27e8c   18 years gpoirier minor GCC3 compile fix (there's still 2 more, but there's burried into …
(edit) @f057cc03   18 years gpoirier Altivec version of h264_(h|v)_loop_filter_luma patch by Graham Booker …
(edit) @12807c8d   18 years diego Add some #includes to allow compilation without HAVE_AV_CONFIG_H. …
(edit) @15bf461b   18 years diego Remove unused variable. Originally committed as revision 9262 to …
(edit) @62dd740c   18 years diego Remove redundant #include, avformat.h indirectly includes common.h. …
(edit) @ee387b57   18 years gpoirier work around issues with the old version of Gnu Assembler shipped on …
(edit) @b13cdd33   18 years diego Remove stray commented out line, fix individual regression test …
(edit) @b3e10436   18 years michaelni simplify Originally committed as revision 9258 to …
(edit) @2bb486a   18 years michaelni remove now unused "global" pcr_pid Originally committed as revision …
(edit) @dbf6b678   18 years michaelni proper per stream pcr_pid support by (Wolfram Gloger wmglo …
(edit) @1a18eaf7   18 years Reimar.Doeffinger Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 …
(edit) @4fbd52f0   18 years diego Merge tests Makefile into the top-level Makefile. This gets rid of …
(edit) @46076a95   18 years diego The server configuration file is passed as a command line parameter. …
(edit) @bcbd6603   18 years diego emms --> emms_c, taken from a patch by Ronald Bultje Originally …
(edit) @2458c5c   18 years diego Use consistent names for all test programs. Originally committed as …
Note: See TracRevisionLog for help on using the revision log.