log

age author description
Fri, 28 Feb 2003 01:59:56 +0000 michaelni fixing padding bug autodetection for some rare files, closes bug #647941 libavcodec
Thu, 27 Feb 2003 23:26:31 +0000 michaelni support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec
Thu, 27 Feb 2003 22:56:07 +0000 michaelni user specified motion estimation range limit libavcodec
Wed, 26 Feb 2003 17:26:20 +0000 michaelni move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodec
Tue, 25 Feb 2003 09:56:56 +0000 bellard added DTG active format information libavcodec
Mon, 24 Feb 2003 13:41:57 +0000 kabi * using const buffers for reading libavcodec
Mon, 24 Feb 2003 13:28:22 +0000 kabi * const arrays libavcodec
Mon, 24 Feb 2003 13:26:41 +0000 kabi * fixed IMA WAV decoding (though still might not be fully correct) libavcodec
Mon, 24 Feb 2003 09:49:37 +0000 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
Mon, 24 Feb 2003 09:41:02 +0000 michaelni get_vlc2() "docs" libavcodec
Mon, 24 Feb 2003 00:05:17 +0000 michaelni round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodec
Sat, 22 Feb 2003 13:44:16 +0000 michaelni 32 vs. 64bit bugfix by (Dave Huang (dahanc)) libavcodec
Thu, 20 Feb 2003 17:30:51 +0000 michaelni reverse incorrect stride < (width+7)&~7 fix libavcodec
Thu, 20 Feb 2003 16:14:12 +0000 nickols_k sync with mplayerxp. Fixes some 405.avi related flaws libavcodec
Tue, 18 Feb 2003 19:10:57 +0000 kabi * using $(MAKE) libavcodec
Tue, 18 Feb 2003 17:35:49 +0000 michaelni fixing 410 -> 420 libavcodec
Tue, 18 Feb 2003 11:48:57 +0000 kabi * sync with main liba52 sources libavcodec
Tue, 18 Feb 2003 09:33:21 +0000 kabi * update cleanup rules (Steven M. Schultz) libavcodec
Sun, 16 Feb 2003 23:05:38 +0000 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
Fri, 14 Feb 2003 21:27:25 +0000 michaelni moving postprocess to ffmpeg/libavcodec libavcodec
Fri, 14 Feb 2003 01:47:10 +0000 michaelni improving parsing of incomplete headers libavcodec
Tue, 11 Feb 2003 21:13:30 +0000 michael avoid #include "../ libavcodec
Tue, 11 Feb 2003 21:12:16 +0000 michael #ifdef c++ libavcodec
Tue, 11 Feb 2003 16:57:55 +0000 kabi * prototypes at one place libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 22:43:30 +0000 michaelni check for qscale==0 (fixes 1/0 on one corrupted stream) libavcodec
Mon, 10 Feb 2003 17:52:01 +0000 michaelni dos2unix libavcodec
Mon, 10 Feb 2003 10:45:41 +0000 kabi * check for potentialy problematic field len libavcodec
Mon, 10 Feb 2003 09:41:44 +0000 kabi * opts compilation libavcodec
Mon, 10 Feb 2003 09:40:23 +0000 kabi * still unfinished code for Options libavcodec