source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @b4999290   17 years lu_zero Cleanup comments and make them doxygen parsable. Originally committed …
(edit) @74118c07   17 years diego documentation update for new Maxis EA XA decoder/demuxer patch by …
(edit) @fc9b22dd   17 years lu_zero Expose max_packet_size from the rtp protocol Originally committed as …
(edit) @e6cfd8ff   17 years heydowns Move decode_significance_x86() and decode_significance_8x8_x86() to …
(edit) @4b3cca36   17 years michaelni Do not detect a format if another has the same score. Originally …
(edit) @056f6b8f   17 years michaelni Using the same probe function in 2 formats is not a good idea. …
(edit) @f4bcc857   17 years kostya.shishkov DCA frame size is constant Originally committed as revision 12835 to …
(edit) @a8f0c9c5   17 years michaelni Reduce probe score as it misdetects our flv file from the regression …
(edit) @7344dac4   17 years michaelni Fix probe for mov00003.mqv. Originally committed as revision 12833 to …
(edit) @0c739854   17 years michaelni Identify codec in GMCMidiaASX.mov correctly. Originally committed as …
(edit) @d2bf42be   17 years lucabe72 Fix receiving from SDP with unicast destinations Originally committed …
(edit) @35b74c3d   17 years lucabe72 Remove the "multicast=" tag from UDP and RTP URLs Originally …
(edit) @1f56021a   17 years diego We require GNU Make 3.81. Originally committed as revision 12829 to …
(edit) @6dffc88d   17 years diego spelling/wording/grammar and better phrasing Originally committed as …
(edit) @296df4e7   17 years ramiro.polla Use av_exit() instead of exit() for a minimal cleanup before leaving …
(edit) @e5295c0d   17 years ramiro.polla Move av_exit() so it can be used by more functions without needing …
(edit) @16507ddd   17 years diego Add DIRS variable to the list of variables to be cleared instead of …
(edit) @3fbe7118   17 years lu_zero Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange …
(edit) @4b1131a0   17 years ramiro.polla typo Originally committed as revision 12823 to …
(edit) @cada0327   17 years ramiro.polla Add #if 0 code to test for yet unsupported compressions from …
(edit) @23ef6da8   17 years ramiro.polla Support biCompression I420 Originally committed as revision 12821 to …
(edit) @e4d286f1   17 years ramiro.polla Cosmetics: remove {}s over one-lined ifs. Originally committed as …
(edit) @e110f486   17 years ramiro.polla Simplify more errors by using goto Originally committed as revision …
(edit) @76c2662b   17 years ramiro.polla Simplify returning errors by using goto Originally committed as …
(edit) @861c63a2   17 years benoit.fouet Maxis XA demuxer and decoder. Patch by Robert Marston rmarston (\at/) …
(edit) @6f7b915a   17 years benoit.fouet Indentation Originally committed as revision 12816 to …
(edit) @b65213c0   17 years benoit.fouet Support for BMP os2v1. Originally committed as revision 12815 to …
(edit) @780169c3   17 years michaelni Remove useless code. Originally committed as revision 12814 to …
(edit) @b41497e9   17 years michaelni Recommit r12809 Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so …
(edit) @0366654e   17 years michaelni Use generic seeking code for flv. The removed code was a buggy …
(edit) @26d95a1e   17 years michaelni revert r12809 Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so …
(edit) @a33cfa30   17 years michaelni Stop find_stream_info() searching for further streams if 2 streams …
Note: See TracRevisionLog for help on using the revision log.