- 19 Feb, 2004 1 commit
-
-
Ivan Kalvachev authored
Originally committed as revision 2802 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Feb, 2004 12 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2801 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2798 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2797 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
only change context if frame header is error-free, as some fields may not be stored in the frame header and so a single damaged frame-header may trash them Originally committed as revision 2796 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Originally committed as revision 2795 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Originally committed as revision 2794 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) less spam/av_log fix synccode search channel_order -> decorrelation_type (cosmetic i know, but the old name is too meaningless IMHO) faster mid/side decorrelator based upon lifting transforms Originally committed as revision 2793 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2792 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fix data types of residual&decoded fix twos complement bitfields fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut) add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits) printf->av_log fix bps for non independant channels fix a few +-1 bugs fix sample order for independant channels fix data_size Originally committed as revision 2791 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2790 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2789 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2788 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Feb, 2004 11 commits
-
-
Gildas Bazin authored
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) and regression test checksum update for it by me Originally committed as revision 2787 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roberto Togni authored
(fixes Animation-256Greys.mov from mphq) Originally committed as revision 2786 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2785 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roberto Togni authored
Originally committed as revision 2784 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gildas Bazin authored
Originally committed as revision 2783 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2782 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gael Chardon authored
Originally committed as revision 2781 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) Originally committed as revision 2780 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2779 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2778 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2777 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2004 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2776 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() Originally committed as revision 2775 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2773 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 all pthread specific code is in pthread.c to try it, run configure --enable-pthreads and ffmpeg ... -threads <num> the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) Originally committed as revision 2771 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Feb, 2004 1 commit
-
-
Roman Shaposhnik authored
how many bytes were written. Originally committed as revision 2770 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Feb, 2004 1 commit
-
-
Roman Shaposhnik authored
lavc is supposed to set it up as well and I don't think I see any reason not to. Originally committed as revision 2769 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2768 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2004 3 commits
-
-
Michael Niedermayer authored
in the past it was startcode,string,00,7F,startcode now it is startcode,string,stratcode both are mpeg4 compliant, as according to the standard the userdata lasts until the next 00 00 01 (startcode prefix) but some very primitive decoders which simply skip until the first 00 byte and then expect the next valid startcode might fail with the old variant, just a theory though (didnt test if quicktime can decode it now) Originally committed as revision 2767 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Feb, 2004 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2763 to svn://svn.ffmpeg.org/ffmpeg/trunk
-