978 Commits (e51d6d27a6240f269878b4c110135195113b628b)

Author SHA1 Message Date
Michael Niedermayer e51d6d27a6 h263(+) clenaup & bugfixes 22 years ago
Michael Niedermayer d671e2feac fixing padding bug autodetection for some rare files, closes bug #647941 22 years ago
Roman Shaposhnik 948c3a1397 support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) 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 ae39132d07 * using const buffers for reading 22 years ago
Zdenek Kabelac 24def10e19 * const arrays 22 years ago
Zdenek Kabelac 135ee03aae * fixed IMA WAV decoding (though still might not be fully correct) 22 years ago
Michael Niedermayer 676b385c5b huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... 22 years ago
Michael Niedermayer d4c48e4869 get_vlc2() "docs" 22 years ago
Michael Niedermayer 8c031d1cbd round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks 22 years ago
Michael Niedermayer df081b2f3b 32 vs. 64bit bugfix by (Dave Huang (dahanc)) 22 years ago
Michael Niedermayer b2a3fcb7e1 reverse incorrect stride < (width+7)&~7 fix 22 years ago
Nick Kurshev 8f3cf0f64c sync with mplayerxp. Fixes some 405.avi related flaws 22 years ago
Zdenek Kabelac 64094f3799 * using $(MAKE) 22 years ago
Michael Niedermayer 185fdc549f fixing 410 -> 420 22 years ago
Zdenek Kabelac c947dec982 * sync with main liba52 sources 22 years ago
Zdenek Kabelac ca390e727d * update cleanup rules (Steven M. Schultz) 22 years ago
Wolfgang Hesseler 7604246d1a more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 22 years ago
Michael Niedermayer bba9b16c26 moving postprocess to ffmpeg/libavcodec 22 years ago
Michael Niedermayer 7d67e968a4 improving parsing of incomplete headers 22 years ago
Zdenek Kabelac 2720569a9a * prototypes at one place 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer ae2d2d6c41 check for qscale==0 (fixes 1/0 on one corrupted stream) 22 years ago
Zdenek Kabelac dce778e0ea * check for potentialy problematic field len 22 years ago
Zdenek Kabelac f2598a19a2 * opts compilation 22 years ago
Zdenek Kabelac fe1b62fb3e * still unfinished code for Options 22 years ago
Zdenek Kabelac 97d96aaa76 * still unfinished code for Options 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Mike Melanson c78f73c8c1 register cyuv with allcodecs.c 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
Philip Gladstone 16e83cbbc4 Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images 22 years ago
Michael Niedermayer 63b15e559a mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me 22 years ago
Michael Niedermayer 668154dfea b frame segfault fix (+-1 bug) 22 years ago
Michael Niedermayer b739d6762f cliping MVs, i dunno if its correct but it looks better then without it 22 years ago
Michael Niedermayer 36df880581 divx503 decoding fix 22 years ago
Fabrice Bellard 4c7e861929 handle odd image sizes when using subsampled chroma (useful for JPEG images) 22 years ago
Fabrice Bellard 811b32ed69 dependencies are only build with make depend 22 years ago
Michael Niedermayer 475b46dad6 fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) 22 years ago
Michael Niedermayer 782c5984f1 100000l 22 years ago
Michael Niedermayer 69e1a1f26a bugfix 22 years ago
Michael Niedermayer 1d0d55daf4 --disable-risky support 22 years ago
Zdenek Kabelac 02d697aa5f * headers valid for C++ compilers 22 years ago
Fabrice Bellard ea937d0141 win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? 22 years ago
Fabrice Bellard d44b50b0af win32: added vsnprintf 22 years ago
Michael Niedermayer cb009a8cff 10l / 4mv segfault fix 22 years ago
Michael Niedermayer c81f034988 optimizing av_log2 22 years ago