summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-211-0/+4
| | | | | | Closes issue64. Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make some ffmpeg opts use parse-number-or-die.Stefano Sabatini2008-04-211-4/+4
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala posteit Originally committed as revision 12919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force inlining of MPV_motion_internal.Keiji Costantini2008-04-211-1/+1
| | | | | | | | Patch by strites: strites gmail com Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations Date: 04/06/2008 11:32 PM Originally committed as revision 12918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unroll codepathKeiji Costantini2008-04-212-19/+61
| | | | | | | | Patch by strites: strites gmail com Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations Date: 04/06/2008 11:32 PM Originally committed as revision 12917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct ASF duration.Henrik Gulbrandsen2008-04-214-7/+6
| | | | | | Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug introduced by r12827.Ramiro Polla2008-04-211-1/+1
| | | | | | | If av_exit() was called after an AVFormatContext was created, but before its file was opened, av_exit() would pass a NULL pointer to url_fclose(). Originally committed as revision 12915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ff_split_xiph_headersReimar Döffinger2008-04-201-8/+7
| | | | Originally committed as revision 12914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add checks to ff_split_xiph_headers to ensure that returned header_len andReimar Döffinger2008-04-201-4/+11
| | | | | | | | header_start values are always valid. Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg (still does not play though). Originally committed as revision 12913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw dts muxerBenjamin Larsson2008-04-202-1/+15
| | | | Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for ARM VFP supportMåns Rullgård2008-04-201-0/+5
| | | | Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-197-7/+8
| | | | Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov2008-04-191-1/+6
| | | | | | | | probe conflict between WAV and future ACT demuxer. This is necessary because ACT has standard WAV header at top of it's own. Originally committed as revision 12909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-191-4/+3
| | | | | | The function uses dct_block from the context anyways. Originally committed as revision 12908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics and style.Ramiro Polla2008-04-191-4/+4
| | | | Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vlc1 to vlc.Ramiro Polla2008-04-191-4/+4
| | | | | | There is no vlc2, so there is no point in numbering it. Originally committed as revision 12906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about using latest MSYS make for MinGW.Ramiro Polla2008-04-191-1/+2
| | | | | | Thanks to tripp for the not mingw32 make note... Originally committed as revision 12905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make wininstaller has been removed in r12416Ramiro Polla2008-04-191-5/+0
| | | | Originally committed as revision 12904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer2008-04-191-3/+3
| | | | Originally committed as revision 12903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes the code so it is correct on both sides of the if().Michael Niedermayer2008-04-191-1/+3
| | | | Originally committed as revision 12902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-191-14/+14
| | | | Originally committed as revision 12901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build of cputest test program.Diego Biurrun2008-04-191-2/+2
| | | | Originally committed as revision 12899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l I broke AC3 in MPEG seeking.Michael Niedermayer2008-04-191-1/+1
| | | | Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer2008-04-191-2/+2
| | | | | | due to bugs elsewhere. Originally committed as revision 12897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* part 1 of EAC3 supportMichael Niedermayer2008-04-191-1/+4
| | | | Originally committed as revision 12896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-194-4/+14
| | | | | | based on a patch by Bartlomiej Originally committed as revision 12895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-194-46/+43
| | | | Originally committed as revision 12894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix make tests in subdirsMåns Rullgård2008-04-181-0/+2
| | | | Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tighten up the Westwood AUD detection. Probability of random detectionsMike Melanson2008-04-181-5/+14
| | | | | | used to be on the order of 2^8. It is now on the order of 2^45. Originally committed as revision 12892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check alac EOF markerMatthieu Castet2008-04-181-0/+5
| | | | | | Patch by Matthieu Castet castet matthieu free fr Originally committed as revision 12891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BFI video decoder.Sisir Koppaka2008-04-185-1/+185
| | | | | | | | Patch by Sisir Koppaka sisir koppaka gmail Original thread: [FFmpeg-devel] BFI video decoder Date: 04/17/2008 04:25 PM Originally committed as revision 12890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix des-test compilation.Diego Biurrun2008-04-181-0/+3
| | | | Originally committed as revision 12889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove AACAC3FrameFlagMichael Niedermayer2008-04-184-23/+4
| | | | Originally committed as revision 12888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spellingDiego Biurrun2008-04-171-3/+3
| | | | Originally committed as revision 12887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-174-45/+45
| | | | Originally committed as revision 12886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-1711-106/+106
| | | | Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-12/+12
| | | | Originally committed as revision 26456 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove another unneeded var from contextVitor Sessak2008-04-171-3/+1
| | | | Originally committed as revision 12884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-171-5/+3
| | | | Originally committed as revision 12883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded variables from contextVitor Sessak2008-04-171-14/+6
| | | | Originally committed as revision 12882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrapper around av_log2()Vitor Sessak2008-04-171-8/+2
| | | | Originally committed as revision 12881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.Alexander Strange2008-04-171-1/+1
| | | | Originally committed as revision 12880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a typoBenoit Fouet2008-04-171-1/+1
| | | | Originally committed as revision 12879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make two comments doxygen compatible.Stefano Sabatini2008-04-171-2/+2
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoStefano Sabatini2008-04-171-1/+1
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add descriptive long_name to AVCodecStefano Sabatini2008-04-171-1/+2
| | | | | | Patch by: stefano sabatini-lala poste it Originally committed as revision 12876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-171-19/+19
| | | | Originally committed as revision 12875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize more code.Michael Niedermayer2008-04-171-20/+12
| | | | Originally committed as revision 12874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize decode_postfix() out.Michael Niedermayer2008-04-171-32/+22
| | | | Originally committed as revision 12873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change k limiting code, i think the code was buggy.Michael Niedermayer2008-04-171-5/+7
| | | | | | | If you have ALAC files TEST them! Mine produce the same md5 but the new code is not identical if limiting does happen. Originally committed as revision 12872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more senseless codeMichael Niedermayer2008-04-171-1/+0
| | | | | | One wonders how such stuff gets past the reviews ... Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk