log

age author description
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