summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Add a new xvid-style IDCT using SSE2.Alexander Strange2008-04-16
| | | | Originally committed as revision 12843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange2008-04-16
| | | | Originally committed as revision 12842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup comments and make them doxygen parsable.Luca Barbato2008-04-15
| | | | Originally committed as revision 12841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documentation update for new Maxis EA XA decoder/demuxerRobert Marston2008-04-15
| | | | | | patch by Robert Marston, rmarston gmail com Originally committed as revision 12840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Expose max_packet_size from the rtp protocolLuca Barbato2008-04-15
| | | | Originally committed as revision 12839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-15
| | | | | | | | | | 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 12838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not detect a format if another has the same score.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Using the same probe function in 2 formats is not a good idea.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA frame size is constantKostya Shishkov2008-04-15
| | | | Originally committed as revision 12835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce probe score as it misdetects our flv file from the regression test.Michael Niedermayer2008-04-15
| | | | | | | The only reason why it does not break them is that flv has the same score and happens to be first in the list. Originally committed as revision 12834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probe for mov00003.mqv.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Identify codec in GMCMidiaASX.mov correctly.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-15
| | | | Originally committed as revision 12831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-15
| | | | Originally committed as revision 12830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We require GNU Make 3.81.Diego Biurrun2008-04-15
| | | | Originally committed as revision 12829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar and better phrasingDiego Biurrun2008-04-14
| | | | Originally committed as revision 12828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_exit() instead of exit() for a minimal cleanupRamiro Polla2008-04-14
| | | | | | | before leaving ffmpeg. Needed by some grab devices and possibly network streams. Originally committed as revision 12827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_exit() so it can be used by more functionsRamiro Polla2008-04-14
| | | | | | without needing forward declaration. Originally committed as revision 12826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
| | | | | | unsetting it manually. Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange ↵Luca Barbato2008-04-14
| | | | | | astrangeAtithinkswDoTcom Originally committed as revision 12824 to svn://svn.ffmpeg.org/ffmpeg/trunk