2003-03-05 |
michaelni |
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)
libavcodec
|
2003-03-05 |
michaelni |
10l
libavcodec
|
2003-03-05 |
michaelni |
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
libavcodec
|
2003-03-05 |
michaelni |
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications
libavcodec
|
2003-03-04 |
michaelni |
typo (fixes wmv1 regression test in c)
libavcodec
|
2003-03-03 |
kabi |
* minor optimalization
libavcodec
|
2003-03-03 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
2003-03-01 |
michaelni |
fixing inaccurate frame_rate
libavcodec
|
2003-02-28 |
michaelni |
10l
libavcodec
|
2003-02-28 |
michaelni |
h263(+) clenaup & bugfixes
libavcodec
|
2003-02-28 |
michaelni |
fixing padding bug autodetection for some rare files, closes bug #647941
libavcodec
|
2003-02-27 |
michaelni |
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
2003-02-27 |
michaelni |
user specified motion estimation range limit
libavcodec
|
2003-02-26 |
michaelni |
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)
libavcodec
|
2003-02-25 |
bellard |
added DTG active format information
libavcodec
|
2003-02-24 |
kabi |
* using const buffers for reading
libavcodec
|
2003-02-24 |
kabi |
* const arrays
libavcodec
|
2003-02-24 |
kabi |
* fixed IMA WAV decoding (though still might not be fully correct)
libavcodec
|
2003-02-24 |
michaelni |
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ...
libavcodec
|
2003-02-24 |
michaelni |
get_vlc2() "docs"
libavcodec
|
2003-02-24 |
michaelni |
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks
libavcodec
|
2003-02-22 |
michaelni |
32 vs. 64bit bugfix by (Dave Huang (dahanc))
libavcodec
|
2003-02-20 |
michaelni |
reverse incorrect stride < (width+7)&~7 fix
libavcodec
|
2003-02-20 |
nickols_k |
sync with mplayerxp. Fixes some 405.avi related flaws
libavcodec
|
2003-02-18 |
kabi |
* using $(MAKE)
libavcodec
|
2003-02-18 |
michaelni |
fixing 410 -> 420
libavcodec
|
2003-02-18 |
kabi |
* sync with main liba52 sources
libavcodec
|
2003-02-18 |
kabi |
* update cleanup rules (Steven M. Schultz)
libavcodec
|
2003-02-16 |
michaelni |
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)
libavcodec
|
2003-02-14 |
michaelni |
moving postprocess to ffmpeg/libavcodec
libavcodec
|
2003-02-14 |
michaelni |
improving parsing of incomplete headers
libavcodec
|
2003-02-11 |
michael |
avoid #include "../
libavcodec
|
2003-02-11 |
michael |
#ifdef c++
libavcodec
|
2003-02-11 |
kabi |
* prototypes at one place
libavcodec
|
2003-02-11 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
2003-02-10 |
michaelni |
check for qscale==0 (fixes 1/0 on one corrupted stream)
libavcodec
|
2003-02-10 |
michaelni |
dos2unix
libavcodec
|
2003-02-10 |
kabi |
* check for potentialy problematic field len
libavcodec
|
2003-02-10 |
kabi |
* opts compilation
libavcodec
|
2003-02-10 |
kabi |
* still unfinished code for Options
libavcodec
|
2003-02-10 |
kabi |
* still unfinished code for Options
libavcodec
|
2003-02-10 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
2003-02-09 |
tmmm |
register cyuv with allcodecs.c
libavcodec
|
2003-02-09 |
bellard |
added paletted 8 bit format support
libavcodec
|
2003-02-09 |
michaelni |
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)
libavcodec
|
2003-02-08 |
michaelni |
direct blocksize in bframes fix (might fix qpel+bframe bug)
libavcodec
|
2003-02-08 |
philipjsg |
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
libavcodec
|
2003-02-08 |
michaelni |
mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by me
libavcodec
|
2003-02-07 |
michaelni |
b frame segfault fix (+-1 bug)
libavcodec
|
2003-02-04 |
michaelni |
cliping MVs, i dunno if its correct but it looks better then without it
libavcodec
|
2003-02-02 |
michaelni |
divx503 decoding fix
libavcodec
|
2003-02-02 |
bellard |
handle odd image sizes when using subsampled chroma (useful for JPEG images)
libavcodec
|
2003-02-01 |
bellard |
dependencies are only build with make depend
libavcodec
|
2003-02-01 |
michaelni |
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>)
libavcodec
|
2003-01-29 |
michaelni |
100000l
libavcodec
|
2003-01-29 |
michaelni |
bugfix
libavcodec
|