159 Commits (95c26348381e0fffd4b2d368bddb5ab694b45938)

Author SHA1 Message Date
Michael Niedermayer 0da71265d8 H264 decoder & demuxer 22 years ago
Nick Kurshev 3a694b0456 binary compatibility fix (workaround for r.147, r.148) 22 years ago
Michael Niedermayer 1984f6359e user setable quantizer bias 22 years ago
Michael Niedermayer 65f7062dfa binary compatibility fix 22 years ago
Michael Niedermayer 46b4feec06 error resilience cleanup (its faster too...) 22 years ago
Michael Niedermayer b536d0aad2 field pic decoding cleanup 22 years ago
Michael Niedermayer 1c6dcb0f42 cleaner & more flexible edge bug workaround 22 years ago
Zdenek Kabelac 59e0ac8ea5 * cosmetic doc fix 22 years ago
Michael Niedermayer 49313ba4c1 100l 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Alex Beregszaszi ce2749d2c4 simplified 22 years ago
Michael Niedermayer 7004ffb3d7 merging fourcc with codec_tag 22 years ago
Zdenek Kabelac bec89a840f * more generic avoption_parse 22 years ago
Max Krasnyansky bdfcbbed79 Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) 22 years ago
Michael Niedermayer 6486396546 more cosmetics so that doxygen output is readable ... 22 years ago
Michael Niedermayer d33c949cd3 doxy 22 years ago
Michael Niedermayer 21e59552d6 extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications 22 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Michael Niedermayer a5dbb247af fixing inaccurate frame_rate 22 years ago
Michael Niedermayer ebbcdc9ac0 user specified motion estimation range limit 22 years ago
Michael Niedermayer 2ec23b6d44 move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) 22 years ago
Fabrice Bellard e2f9490eab added DTG active format information 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 97d96aaa76 * still unfinished code for Options 22 years ago
Fabrice Bellard 7e6d70d0b1 added paletted 8 bit format support 22 years ago
Michael Niedermayer f70f7c6db2 Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) 22 years ago
Michael Niedermayer c40c34828a direct blocksize in bframes fix (might fix qpel+bframe bug) 22 years ago
Michael Niedermayer 36df880581 divx503 decoding fix 22 years ago
Zdenek Kabelac 02d697aa5f * headers valid for C++ compilers 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Michael Niedermayer b7a22d846b cleanup 22 years ago
Zdenek Kabelac 2a743f633e * code for parsing options 22 years ago
Michael Niedermayer a33c7159e1 get_format() 22 years ago
Fabrice Bellard 2d1a4094a2 build update - avpicture_fill() returns the image size 22 years ago
Fabrice Bellard dab64ebc0d new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() 22 years ago
Michael Niedermayer db79495376 qpel fix 22 years ago
Zdenek Kabelac 628d601b56 * first shot for generaly usable option parser for codecs 22 years ago
Michael Niedermayer 826f429ae9 qpel in mmx2/3dnow 22 years ago
Michael Niedermayer 70ac76c0eb mpeg4 header encoding bugfix 22 years ago
Michael Niedermayer f5fb6b34fd motion estimation pre pass 22 years ago
Michael Niedermayer b07a59805e shape adaptive diamonds for EPZS 22 years ago
Michael Niedermayer 477ab036ad trellis quantization 22 years ago
Michael Niedermayer 41773b735e correcter mpeg4 headers 22 years ago
Michael Niedermayer 2bbf71777f removing PIX_FMT_ANY 22 years ago
Michael Niedermayer 1457ab5233 qpel encoding 22 years ago
Michael Niedermayer 17a70fdeef mb qp limits 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 4e00e76b3c cleanup / messup? 22 years ago
Michael Niedermayer 32db2b1d47 missing "\" (found by nick) 22 years ago
Michael Niedermayer 140cb66321 new PSNR code (now works with chroma, b frames, ...) 22 years ago