319 Commits (641aa661f669893dd039eab253f5ec5455f5c730)

Author SHA1 Message Date
Michael Niedermayer 2d48edddf7 forgotten 21 years ago
Michael Niedermayer 0dfd33c3f1 support skiping of mb rows during decoding 21 years ago
Michael Niedermayer 6f82497728 flush audio encoder buffers at the end 21 years ago
Michael Niedermayer aaaf1635c0 polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters 21 years ago
Michael Niedermayer d4c5d2adf3 nsse weight 21 years ago
Michael Niedermayer e6a2ac3474 noise preserving sum of squares comparission function 21 years ago
Michael Niedermayer f4bd8cf0b1 mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden at gmx dot net>) 21 years ago
Michael Niedermayer c6148de232 h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) 21 years ago
Michael Niedermayer a62aecce2c mpeg audio timestamp fix 21 years ago
Michael Niedermayer 3a56975147 forgotten prototypes 21 years ago
Chris Flerackers a7fcb3ea5c rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) 21 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer 2b5296d26b mention avcodec_align_dimensions() 21 years ago
Michael Niedermayer fcee016467 automatic pixel format selection 21 years ago
Mike Melanson 3b64893dae first pass at a Sorenson Video 1 (SVQ1) encoder 21 years ago
Michael Niedermayer 4ccde216cd support decoding mpeg4 with buggy dc clipping 21 years ago
Michael Niedermayer 4c263142c5 use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 21 years ago
Michael Niedermayer 3116cb14d1 AMV bug workaround 21 years ago
Michael Niedermayer eea8c08fa8 cleanup & memleak fix 21 years ago
Michael Niedermayer bf266e195a intra_dc_precission>0 encoding support 21 years ago
Michael Niedermayer f20f8a8b0b support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors 21 years ago
Michael Niedermayer 2750b827b3 motion estimation cleanup 21 years ago
Michael Niedermayer a4d36c1113 passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder 21 years ago
Allen Day d8019eb5d8 verbosity patch by (Allen Day <allenday at ucla dot edu>) 21 years ago
Todd Kirby 1ff93ffcd4 padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) 21 years ago
Michael Niedermayer b44bdf7eec interlaced chroma MC divx-bug workaround 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Michael Niedermayer 8d1f2ba5e1 static allocation rewrite (old code was plain a broken mess) 21 years ago
Roman Shaposhnik 6faa4645c5 * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) 21 years ago
Mike Melanson 3a278992bd remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 21 years ago
Zdenek Kabelac b0df362b11 * const 21 years ago
Ivan Kalvachev 494c56d36f silence warnings 21 years ago
Michael Niedermayer 399cec2f3e count > thread_count for execute() 21 years ago
Michael Niedermayer 4346539522 av_log() cleanup 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 81c5f88748 macrofree av_freep() 21 years ago
Ivan Kalvachev 5e5c247a7c initial chroma_format changes,xvmc tweaks and codec_cap 21 years ago
Gael Chardon 2a24fe4ccc int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) 21 years ago
Michael Niedermayer 8d52ec7eb0 AVCodec.supported_framerates 21 years ago
Michael Niedermayer 71141d771a INT64_MIN fix 21 years ago
Wolfgang Hesseler 8289c6faa8 export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) 21 years ago
Michael Niedermayer 5a815088d3 1l 21 years ago
Michael Niedermayer 9740beffc6 use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 21 years ago
Michael Niedermayer ac2570a8b0 flac fixes: 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago
Roman Shaposhnik e5966052ee * Initial implementation of the G.726 ADPCM audio codec. 21 years ago
Mike Melanson 070ed1bc43 initial commit for Quicktime Animation (RLE) video decoder; bit depths 21 years ago
Michael Niedermayer a412a03bee remove incorect motion estimation table 21 years ago
Mike Melanson 7d8379f2b7 added support for EA ADPCM and SMJPEG IMA ADPCM 21 years ago
Michael Niedermayer 77ea0d4bdd quantizer noise shaping 21 years ago