log mpeg12.c @ 924:3814e9115672 libavcodec

age author description
Mon, 09 Dec 2002 00:29:17 +0000 michaelni cleanup / messup? libavcodec
Fri, 06 Dec 2002 16:19:25 +0000 michaelni aspect ratio encoding for mpeg1 libavcodec
Fri, 06 Dec 2002 16:04:30 +0000 michaelni mpeg1&2 aspect decoding libavcodec
Thu, 05 Dec 2002 11:33:43 +0000 michaelni drop b frames if there are no reference frames libavcodec
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Tue, 26 Nov 2002 00:54:27 +0000 michaelni dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) libavcodec
Sat, 23 Nov 2002 09:12:57 +0000 michaelni moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodec
Tue, 19 Nov 2002 23:04:07 +0000 michaelni 10l libavcodec
Mon, 18 Nov 2002 09:28:21 +0000 michaelni hurry_up=5 support libavcodec
Mon, 11 Nov 2002 09:40:17 +0000 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
Sat, 09 Nov 2002 13:57:54 +0000 michaelni fixing -sameq with mpeg2 libavcodec
Fri, 08 Nov 2002 18:35:39 +0000 michaelni cleanup (breaks compatibility, requested by fabrice) libavcodec
Sat, 02 Nov 2002 08:55:46 +0000 michaelni cleanup libavcodec
Sat, 02 Nov 2002 01:43:19 +0000 arpi_esp handle init error in ffmpeg12 libavcodec
Thu, 31 Oct 2002 11:47:58 +0000 michaelni cleanup libavcodec
Sun, 27 Oct 2002 00:02:23 +0000 michaelni handle direct rendering buffer allocation failure libavcodec
Tue, 15 Oct 2002 15:24:08 +0000 michaelni warning fixes libavcodec
Wed, 09 Oct 2002 17:18:24 +0000 michaelni mpeg1 2pass encoding libavcodec
Wed, 02 Oct 2002 22:56:58 +0000 michaelni fixing custom quantizer matrix decoding libavcodec
Wed, 02 Oct 2002 17:07:39 +0000 michaelni optimization libavcodec
Wed, 02 Oct 2002 16:36:43 +0000 michaelni sliced mode for mpeg1/2 libavcodec
Tue, 01 Oct 2002 23:47:04 +0000 michaelni move scantable init from block-decode to header parser libavcodec
Tue, 01 Oct 2002 23:11:40 +0000 michaelni optimizing mpeg2 decode block stuff libavcodec
Mon, 30 Sep 2002 16:14:14 +0000 michaelni optimizing mpeg1_decode_block() libavcodec
Mon, 30 Sep 2002 10:06:17 +0000 michaelni forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Tue, 24 Sep 2002 12:33:37 +0000 michaelni adaptive quantization for mpeg1 libavcodec
Fri, 06 Sep 2002 22:30:16 +0000 michaelni support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodec
Mon, 02 Sep 2002 09:51:52 +0000 michaelni new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me libavcodec
Wed, 28 Aug 2002 08:15:30 +0000 michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec
Mon, 26 Aug 2002 16:10:41 +0000 michaelni fixing some 64bit bugs libavcodec
Sun, 04 Aug 2002 18:19:09 +0000 michaelni fixing slices which start at mb_x>0 libavcodec
Wed, 17 Jul 2002 15:54:56 +0000 michaelni hmm ABS(dc-diff) > 512 fix libavcodec
Tue, 16 Jul 2002 00:48:29 +0000 michaelni dr1 libavcodec
Mon, 15 Jul 2002 14:15:10 +0000 michaelni uvlinesize libavcodec
Sun, 14 Jul 2002 18:36:24 +0000 michaelni rl vlc table optimization (not yet used) libavcodec
Sat, 13 Jul 2002 16:10:27 +0000 michaelni optimization (get_vlc() -> get_vlc2()) libavcodec
Wed, 10 Jul 2002 21:01:45 +0000 michaelni adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodec
Tue, 09 Jul 2002 10:35:10 +0000 michaelni new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodec
Tue, 18 Jun 2002 00:46:02 +0000 michaelni dc scale simplification/optimization libavcodec
Tue, 11 Jun 2002 13:44:14 +0000 bellard fixed one mpeg decoder memory leak libavcodec
Sun, 09 Jun 2002 13:43:53 +0000 michaelni passing avctx->flags so that grayscale only decoding works with mpeg1/2 too libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Mon, 20 May 2002 16:24:39 +0000 glantau mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams libavcodec
Sat, 18 May 2002 22:56:50 +0000 glantau improved mpeg1/2 decoding speed libavcodec
Tue, 14 May 2002 19:56:42 +0000 pulento - repeat_pict meaning changed, now it signals the extra delay for the libavcodec
Sun, 12 May 2002 02:55:48 +0000 pulento - repeat_pict added to AVCodecContext to signal if the decoder must repeat libavcodec
Mon, 06 May 2002 19:32:55 +0000 pulento - MPEG-4 B frames coding option for ffmpeg.c libavcodec
Sat, 27 Apr 2002 13:12:57 +0000 michaelni export mbskip_table for direct rendering libavcodec
Sat, 27 Apr 2002 12:30:26 +0000 michaelni fixed msmpeg4 infinite loop if buggy stream libavcodec
Sun, 07 Apr 2002 21:44:29 +0000 pulento - Added force_pts to av_write_packet() to be able to force PTS, this helps libavcodec
Thu, 04 Apr 2002 19:50:46 +0000 michaelni emms was missing, found by juanjo but he didnt commit it?! libavcodec
Thu, 28 Mar 2002 13:41:04 +0000 michaelni sizeof(s->block) isnt 64*6*2 anymore bugfix libavcodec
Sun, 24 Mar 2002 23:45:13 +0000 michaelni fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> libavcodec
Fri, 22 Mar 2002 23:22:08 +0000 michaelni mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) libavcodec
Fri, 22 Mar 2002 02:21:17 +0000 michaelni new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec
Wed, 20 Mar 2002 11:16:07 +0000 pulento - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek libavcodec
Tue, 19 Mar 2002 06:30:41 +0000 pulento - Added video coding statistics for ffmpeg. Needs more work. libavcodec
Sat, 16 Mar 2002 02:41:00 +0000 pulento - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) libavcodec
Mon, 18 Feb 2002 01:58:00 +0000 michaelni avoid overflow of picturenumber*fps*10000 libavcodec