589 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)

Author SHA1 Message Date
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
Michael Niedermayer c8c437bc23 specific debug output support 22 years ago
Michael Niedermayer ce3bcaeda1 fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that) 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Zdenek Kabelac 855ea723b0 * two functions to handle allocation of static data more simple 22 years ago
Mark Hills 3aca208a7b * Ogg/Vorbis patch by Mark Hills 22 years ago
Alex Beregszaszi b135d9fb96 mjpegb support (need more samples) 22 years ago
Michael Niedermayer 5d3cea3a86 aspect ratio cleanup 22 years ago
Joel Yliluoma a32072d0e9 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) 22 years ago
Michael Niedermayer 11f18fafca huffyuv 22 years ago
Zdenek Kabelac 18f770162b * fixing some minor const warnings 22 years ago
Zdenek Kabelac 8350df9704 * added dsp_mask 22 years ago
Michael Niedermayer f11d3f2310 avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
Michael Niedermayer 347ae22ecf hurry_up>=5 -> skip everything except header & set pict_type&key_frame 22 years ago
Michael Niedermayer f01a189455 cleanup 22 years ago
Michael Niedermayer d7425f59d5 cleanup (breaks compatibility, requested by fabrice) 22 years ago
Michael Niedermayer 9f9c322930 support forcing low_delay during decoding 22 years ago
Michael Niedermayer 05c4072b45 Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) 22 years ago
François Revol 3f95e8434b added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support 22 years ago
Michael Niedermayer 6b72ac6323 exporting the internal qscale table, this allso fixes the ordering 22 years ago
Fabrice Bellard bc8d1857fb added wma decoder 22 years ago