source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @81d5ae6d   17 years michaelni Fixing memleaks. Originally committed as revision 12943 to …
(edit) @287d6cfa   17 years baptiste.coudurier cosmetics: remove useless whitespaces and put braces correctly …
(edit) @3f78a3a9   17 years baptiste.coudurier demux qcelp, so this can work with soc decoder and stream copy …
(edit) @76f34857   17 years baptiste.coudurier qcelp fourcc Originally committed as revision 12940 to …
(edit) @5cd505e0   17 years diego Adjust pkg-config files to include files residing in separate …
(edit) @463e7afd   17 years baptiste.coudurier support for alac in .mov Originally committed as revision 12938 to …
(edit) @be511925   17 years baptiste.coudurier set alac frame size from extradata Originally committed as revision …
(edit) @3fd6b336   17 years benoit.fouet Set pixel aspect ratio for libxvid wrapper. Patch by Thorsten Jordan …
(edit) @95a6a015   17 years benoit.fouet Enhance documentation for AVClass Patch by Stefano Sabatini …
(edit) @8d94f606   17 years ramiro.polla Support shared pthreads-win32. Patch by Gianluigi Tiesi <mplayer at …
(edit) @5fd63f3c   17 years michaelni Ensure that the timestamp reading code used for seeking chooses a …
(edit) @a9600003   17 years ramiro.polla Fix regression introduced by r12929. num_coeffs is just one byte. It …
(edit) @9ed0cff9   17 years ramiro.polla The code now is pretty self explanatory about the header structure. …
(edit) @fc22c009   17 years ramiro.polla Use bytestream functions for reading frame header. Originally …
(edit) @904bc6b8   17 years robert.swain Make Xvid wrapper use threads (with support for newest CVS Xvid only) …
(edit) @c48da33   17 years robert.swain Send context to some ffmpeg.c opt* function Patch by Stefano Sabatini …
(edit) @b4bbcd63   17 years robert.swain Read asf file header fields in the right order Patch by Rafaël Carré …
(edit) @3ade5d56   17 years robert.swain Add supported_samplerates field to AVCodec Patch by Stefano Sabatini …
(edit) @9fa58f19   17 years diego Rename diracschro_common.[ch] to libdirac_libschro.[ch], external …
(edit) @6ef4ba3f   17 years lu_zero libdirac and libschro common code, patch from Anuradha Suraparaju …
(edit) @55736cf   17 years bartek.wolowiec change ff_ac3_parse_header() to take a GetBitContext instead of const …
(edit) @0ec1eb69   17 years diego Add .longname to bfi_decoder declaration. patch by Sisir Koppaka, …
(edit) @c675ef70   17 years andreas Compute AC3 frame CRC for stronger raw AC3 format probing. Closes …
(edit) @66824f99   17 years benoit.fouet Make some ffmpeg opts use parse-number-or-die. Patch by Stefano …
(edit) @b1d31e2   17 years benoit.fouet Force inlining of MPV_motion_internal. Patch by strites: strites gmail …
(edit) @bd7c626a   17 years benoit.fouet Unroll codepath Patch by strites: strites gmail com Original thread: …
(edit) @4fa6eac5   17 years benoit.fouet Correct ASF duration. Patch by Henrik Gulbrandsen: henrik gulbra net …
(edit) @8767060c   17 years ramiro.polla Fix bug introduced by r12827. If av_exit() was called after an …
(edit) @b189e670   17 years Reimar.Doeffinger Simplify ff_split_xiph_headers Originally committed as revision 12914 …
(edit) @58720ebd   17 years Reimar.Doeffinger Add checks to ff_split_xiph_headers to ensure that returned header_len …
(edit) @63d86443   17 years banan Raw dts muxer Originally committed as revision 12912 to …
(edit) @f55b299a   17 years mans check for ARM VFP support Originally committed as revision 12911 to …
(edit) @159ef4b0   17 years voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. Originally …
(edit) @c6cd525a   17 years voroshil Decrease returning probe score for WAV demuxer to avoid probe conflict …
(edit) @bebfc16a   17 years ramiro.polla Do not pass dct_block to vlc_decode_block(). The function uses …
(edit) @399e4652   17 years ramiro.polla Cosmetics and style. Originally committed as revision 12907 to …
(edit) @c910863   17 years ramiro.polla Rename vlc1 to vlc. There is no vlc2, so there is no point in …
(edit) @ed729c35   17 years ramiro.polla Add note about using latest MSYS make for MinGW. Thanks to tripp for …
(edit) @d6504e42   17 years ramiro.polla make wininstaller has been removed in r12416 Originally committed as …
(edit) @144b5bdc   17 years michaelni Make most of E-AC-3 work without breaking regression tests. …
(edit) @8870cf82   17 years michaelni This fixes the code so it is correct on both sides of the if(). …
(edit) @7bc5f6e5   17 years michaelni indent Originally committed as revision 12901 to …
(edit) @12eef728   17 years diego Fix build of cputest test program. Originally committed as revision …
(edit) @e4d5a185   17 years michaelni 100l I broke AC3 in MPEG seeking. Originally committed as revision …
(edit) @c087748f   17 years michaelni Part 2 of EAC3 support, this is still disabled as it breaks …
(edit) @8629e756   17 years michaelni part 1 of EAC3 support Originally committed as revision 12896 to …
(edit) @133ac890   17 years michaelni Add new_frame_start and need_next_header. based on a patch by …
(edit) @454064a   17 years michaelni Change aac and ac3 parsers to use ff_combine_frame(). Originally …
(edit) @bf237413   17 years mans fix make tests in subdirs Originally committed as revision 12893 to …
(edit) @9e2ffc45   17 years mike Tighten up the Westwood AUD detection. Probability of random …
(edit) @e5ab7379   17 years benoit.fouet check alac EOF marker Patch by Matthieu Castet castet matthieu free fr …
(edit) @2003d3da   17 years benoit.fouet BFI video decoder. Patch by Sisir Koppaka sisir koppaka gmail Original …
(edit) @93826f56   17 years diego Fix des-test compilation. Originally committed as revision 12889 to …
(edit) @8c731c97   17 years michaelni remove AACAC3FrameFlag Originally committed as revision 12888 to …
(edit) @37ff38c6   17 years diego cosmetics: spelling Originally committed as revision 12887 to …
(edit) @0ddfbc73   17 years diego cosmetics: Sort some lists alphabetically. Originally committed as …
(edit) @c88c253d   17 years diego cosmetics: asm volatile --> asm volatile Originally committed …
(edit) @c6d4cef   17 years diego cosmetics: asm volatile --> asm volatile Originally committed …
(edit) @010db103   17 years vitor1001 Remove another unneeded var from context Originally committed as …
(edit) @4c63c597   17 years vitor1001 10l: my last commit broke compilation and introduced warnings …
(edit) @db08882   17 years vitor1001 Remove unneeded variables from context Originally committed as …
(edit) @8431603a   17 years vitor1001 Remove wrapper around av_log2() Originally committed as revision …
(edit) @f1ae14d2   17 years astrange Xvid IDCTs are not under CONFIG_GPL, so don't require it when using …
(edit) @1beb670a   17 years benoit.fouet fix a typo Originally committed as revision 12879 to …
(edit) @716e31ea   17 years benoit.fouet Make two comments doxygen compatible. Patch by Stefano Sabatini …
(edit) @748061de   17 years benoit.fouet Typo Patch by Stefano Sabatini stefano sabatini-lala poste it …
(edit) @56cce5bb   17 years andreas Add descriptive long_name to AVCodec Patch by: stefano sabatini-lala …
(edit) @1f655c4f   17 years michaelni indent Originally committed as revision 12875 to …
(edit) @5eeba07   17 years michaelni Factorize more code. Originally committed as revision 12874 to …
(edit) @5a5a27c5   17 years michaelni Factorize decode_postfix() out. Originally committed as revision …
(edit) @c49c5e23   17 years michaelni Change k limiting code, i think the code was buggy. If you have ALAC …
(edit) @59b377ac   17 years michaelni more senseless code One wonders how such stuff gets past the reviews …
(edit) @26df3ba   17 years michaelni senseless code Originally committed as revision 12870 to …
(edit) @ec04a74e   17 years michaelni useless variable Originally committed as revision 12869 to …
(edit) @ea3372a2   17 years michaelni simplify Originally committed as revision 12868 to …
(edit) @b153c68b   17 years mans fix building of test programs (make tests) Originally committed as …
(edit) @54381d75   17 years mans clear TESTS variable between subdirs Originally committed as revision …
(edit) @de9c6ddd   17 years diego Set correct value for includedir in pkg-config files. Originally …
(edit) @f2b7382c   17 years diego Set correct value for libdir in pkg-config files. patch by Anssi …
(edit) @80465c7e   17 years diego cosmetics: Fix nonstandard indentation. Originally committed as …
(edit) @591d87ba   17 years heydowns Cosmetics: Break long lines. Correct spelling in comment (duplicatin …
(edit) @3adfb377   17 years lu_zero doxy header for udp protocol Originally committed as revision 12861 …
(edit) @57639aa3   17 years michaelni unassigned imdct & windowing TODO Originally committed as revision …
(edit) @efe6079d   17 years michaelni unused Originally committed as revision 12859 to …
(edit) @3d001256   17 years michaelni cosmetic Originally committed as revision 12858 to …
(edit) @a1b914b2   17 years michaelni Move the *-1 to a more sane place as well. Originally committed as …
(edit) @5d32325a   17 years michaelni Move scale_bias to a more sane place. I am starting to wonder how this …
(edit) @687550d3   17 years michaelni simplify Originally committed as revision 12855 to …
(edit) @5c656605   17 years michaelni Avoid reverse addressing, not sure if this is faster or slower but …
(edit) @2f75d26c   17 years michaelni commutative law based cleanup Originally committed as revision 12853 …
(edit) @dcafb28d   17 years michaelni do the -1 outside of the transform Originally committed as revision …
(edit) @6fab025d   17 years michaelni normalize signs Originally committed as revision 12851 to …
(edit) @115682e5   17 years michaelni 100l lost add_bias Originally committed as revision 12849 to …
(edit) @e616c6d6   17 years michaelni simplify transform Originally committed as revision 12848 to …
(edit) @d965c3e7   17 years diego Print duration with higher precision. patch from Hervé Flores, …
(edit) @52cb798   17 years heydowns Redo r12838, this time using svn copy to create h264_i386.h from …
(edit) @3aa9ede4   17 years heydowns Revert 12838 to redo it the right way (use svn copy to create new file …
(edit) @ad246860   17 years astrange Test idct_xvid_sse2() in dct-test. Originally committed as revision …
(edit) @f73a6393   17 years astrange Add a new xvid-style IDCT using SSE2. Originally committed as …
(edit) @0e956ba   17 years astrange Add a new IDCT permutation, used in xvid_sse2 and possibly future …
Note: See TracRevisionLog for help on using the revision log.