summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 10l (segfault fix)Michael Niedermayer2004-03-02
| | | | Originally committed as revision 2837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (divx5 b frame + seeking + flush fix)Michael Niedermayer2004-03-02
| | | | Originally committed as revision 2836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot default chroma_format valueIvan Kalvachev2004-03-02
| | | | Originally committed as revision 2835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typoIvan Kalvachev2004-03-02
| | | | Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-01
| | | | Originally committed as revision 2833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-03-01
| | | | Originally committed as revision 2832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing/cleanup of mpeg/qpel_motion()Michael Niedermayer2004-02-29
| | | | Originally committed as revision 2831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-02-29
| | | | Originally committed as revision 2830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip b frames before first i frameMichael Niedermayer2004-02-29
| | | | Originally committed as revision 2829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify MPV_motion()Michael Niedermayer2004-02-29
| | | | Originally committed as revision 2828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)Michael Niedermayer2004-02-29
| | | | | | related cleanup Originally committed as revision 2827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 field pic decoding fixMichael Niedermayer2004-02-28
| | | | | | simplifiations Originally committed as revision 2826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)Gael Chardon2004-02-28
| | | | Originally committed as revision 2825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os x md5sum patch by (John Dalgliesh <johnd at defyne dot org>)John Dalgliesh2004-02-28
| | | | Originally committed as revision 2824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)Michael Niedermayer2004-02-28
| | | | Originally committed as revision 2823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (vdpart fix)Michael Niedermayer2004-02-26
| | | | Originally committed as revision 2822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVCodec.supported_frameratesMichael Niedermayer2004-02-26
| | | | Originally committed as revision 2821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* INT64_MIN fixMichael Niedermayer2004-02-26
| | | | Originally committed as revision 2820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-02-26
| | | | Originally committed as revision 2819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (field picture decoding fix)Michael Niedermayer2004-02-26
| | | | Originally committed as revision 2818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wolfgang Hesseler (mv/dct coeff export & mv vissualiztion)Michael Niedermayer2004-02-25
| | | | Originally committed as revision 2817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at ↵Wolfgang Hesseler2004-02-25
| | | | | | imk dot fraunhofer dot de>) Originally committed as revision 2816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1lMichael Niedermayer2004-02-25
| | | | Originally committed as revision 2815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-25
| | | | | | | move AV_NOPTS_VALUE & AV_TIME_BASE from avformat.h -> avcodec.h related fixes Originally committed as revision 2814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-25
| | | | Originally committed as revision 2813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set AVFrame.pts based upon framerate if its 0Michael Niedermayer2004-02-25
| | | | | | detect & warn if the user prvides pts only for some frames, and try to guess the missing ones Originally committed as revision 2812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-23
| | | | Originally committed as revision 2811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-23
| | | | Originally committed as revision 2810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-23
| | | | Originally committed as revision 2809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log()Michael Niedermayer2004-02-23
| | | | Originally committed as revision 2808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* c99Michael Niedermayer2004-02-22
| | | | Originally committed as revision 2807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf() is disallowed in libavcodec, compilation will fail now if its ↵Michael Niedermayer2004-02-22
| | | | | | used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-20
| | | | Originally committed as revision 2805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden2004-02-19
| | | | | | | | | | | | | | | | - the first audio and video packs now contain only a system header and lots of padding. - no system headers in any packs other than the first ones - the two system headers only contain information about "their" stream - fixed some header values (muxrate, some flags, ...) so that they have the values specified by the standard - padding packs are inserted if the mux rate would be below 75 packs per second (the rate must not be below or above that value). - fixed the SCR of the packs - 20 zero bytes are now inserted at the end of each audio pack, after the data packet Originally committed as revision 2804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-19
| | | | Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_formatIvan Kalvachev2004-02-19
| | | | Originally committed as revision 2802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-02-18
| | | | Originally committed as revision 2801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)Michael Niedermayer2004-02-18
| | | | Originally committed as revision 2800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update libavformat regression checksums (it should be checked why exactly ↵Michael Niedermayer2004-02-18
| | | | | | 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
* check if threads_count is too largeMichael Niedermayer2004-02-18
| | | | Originally committed as revision 2798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac_flush()Michael Niedermayer2004-02-18
| | | | Originally committed as revision 2797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-02-18
| | | | | | 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
* flacAlex Beregszaszi2004-02-18
| | | | Originally committed as revision 2795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid negative array indicesAlex Beregszaszi2004-02-18
| | | | Originally committed as revision 2794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix ↵Michael Niedermayer2004-02-18
| | | | | | | | | | | 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
* remove residual array, it isnt really neededMichael Niedermayer2004-02-18
| | | | Originally committed as revision 2792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac fixes:Michael Niedermayer2004-02-18
| | | | | | | | | | | | | | | 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
* flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)Michael Niedermayer2004-02-18
| | | | Originally committed as revision 2790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* noise reduction with threads bugfixMichael Niedermayer2004-02-17
| | | | Originally committed as revision 2789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more error checks for the sequence headerMichael Niedermayer2004-02-16
| | | | Originally committed as revision 2788 to svn://svn.ffmpeg.org/ffmpeg/trunk