summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix make tests in subdirsMåns Rullgård2008-04-18
| | | | Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tighten up the Westwood AUD detection. Probability of random detectionsMike Melanson2008-04-18
| | | | | | 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-18
| | | | | | 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-18
| | | | | | | | 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-18
| | | | Originally committed as revision 12889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove AACAC3FrameFlagMichael Niedermayer2008-04-18
| | | | Originally committed as revision 12888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spellingDiego Biurrun2008-04-17
| | | | Originally committed as revision 12887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-17
| | | | Originally committed as revision 12886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
| | | | Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
| | | | Originally committed as revision 26456 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove another unneeded var from contextVitor Sessak2008-04-17
| | | | Originally committed as revision 12884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-17
| | | | Originally committed as revision 12883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded variables from contextVitor Sessak2008-04-17
| | | | Originally committed as revision 12882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrapper around av_log2()Vitor Sessak2008-04-17
| | | | 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-17
| | | | Originally committed as revision 12880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a typoBenoit Fouet2008-04-17
| | | | Originally committed as revision 12879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make two comments doxygen compatible.Stefano Sabatini2008-04-17
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoStefano Sabatini2008-04-17
| | | | | | 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-17
| | | | | | Patch by: stefano sabatini-lala poste it Originally committed as revision 12876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-17
| | | | Originally committed as revision 12875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize more code.Michael Niedermayer2008-04-17
| | | | Originally committed as revision 12874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize decode_postfix() out.Michael Niedermayer2008-04-17
| | | | 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-17
| | | | | | | 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-17
| | | | | | One wonders how such stuff gets past the reviews ... Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* senseless codeMichael Niedermayer2008-04-17
| | | | Originally committed as revision 12870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless variableMichael Niedermayer2008-04-17
| | | | Originally committed as revision 12869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-04-17
| | | | Originally committed as revision 12868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix building of test programs (make tests)Måns Rullgård2008-04-16
| | | | Originally committed as revision 12867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear TESTS variable between subdirsMåns Rullgård2008-04-16
| | | | Originally committed as revision 12866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct value for includedir in pkg-config files.Diego Biurrun2008-04-16
| | | | Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct value for libdir in pkg-config files.Anssi Hannula2008-04-16
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 12864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix nonstandard indentation.Diego Biurrun2008-04-16
| | | | Originally committed as revision 12863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics:Jeff Downs2008-04-16
| | | | | | | Break long lines. Correct spelling in comment (duplicatin -> duplicating) Originally committed as revision 12862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy header for udp protocolLuca Barbato2008-04-16
| | | | Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unassigned imdct & windowing TODOMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the *-1 to a more sane place as well.Michael Niedermayer2008-04-16
| | | | Originally committed as revision 12857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer2008-04-16
| | | | | | trash got into svn ... Originally committed as revision 12856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer2008-04-16
| | | | | | maybe are confused by it. The code needs to be optimized anyway. Originally committed as revision 12854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commutative law based cleanupMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do the -1 outside of the transformMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* normalize signsMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l lost add_biasMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify transformMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print duration with higher precision.Diego Biurrun2008-04-16
| | | | | | patch from Hervé Flores, herve.flores free fr Originally committed as revision 12847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs2008-04-16
| | | | | | | | | | | Move decode_significance_x86() and decode_significance_8x8_x86() to i386-specific file from cabac.h. New file is h264-oriented and only included from h264.c Resolves compilation when configured with --disable-optimizations due to decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is only defined in h264.c Originally committed as revision 12846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert 12838 to redo it the right way (use svn copy to create newJeff Downs2008-04-16
| | | | | | file based on old). Originally committed as revision 12845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test idct_xvid_sse2() in dct-test.Alexander Strange2008-04-16
| | | | Originally committed as revision 12844 to svn://svn.ffmpeg.org/ffmpeg/trunk