log libmpdemux/muxer_mpeg.c @ 21660:ca9da45d13e9

age author description
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Sat, 09 Dec 2006 22:21:37 +0000 nicodvb align vbuf_size to the max value allowed by main profile @ high level
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Mon, 04 Dec 2006 22:08:11 +0000 nicodvb disable telecining when it can't be applied
Mon, 04 Dec 2006 21:58:07 +0000 nicodvb since display_frames in increased by a possibly negative number it had better be signed
Mon, 04 Dec 2006 21:27:05 +0000 nicodvb cosmetics
Mon, 04 Dec 2006 21:24:39 +0000 nicodvb removed dead code
Mon, 04 Dec 2006 21:20:01 +0000 nicodvb reimplemented :telecine and :film2pal in terms of dgpulldown
Mon, 04 Dec 2006 20:38:46 +0000 nicodvb pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
Mon, 04 Dec 2006 00:52:11 +0000 nicodvb 10l: wrong bitmask when patching the pce_ptr in soft_telecine()
Mon, 04 Dec 2006 00:02:15 +0000 nicodvb added generalized teleciner by Donald Graft
Sun, 03 Dec 2006 12:06:08 +0000 nicodvb cosmetics: anti-chaos reindentation
Fri, 01 Dec 2006 23:51:51 +0000 nicodvb permit to specify the sizes of the decoders' buffers
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Tue, 21 Nov 2006 22:09:58 +0000 nicodvb permit muxing to raw pes (VDR uses this)
Sun, 22 Oct 2006 10:32:59 +0000 nicodvb if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end
Wed, 11 Oct 2006 15:28:54 +0000 diego Remove duplicate min/max macro definition.
Sat, 02 Sep 2006 19:00:30 +0000 nicodvb forgotten to pass the crc32 be2me_32()
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sun, 18 Jun 2006 16:40:29 +0000 nicodvb try to reduce the distance between consecutive frames with pts to no more than 0.4 seconds (required by dvds)
Sun, 18 Jun 2006 10:39:09 +0000 nicodvb prevent buffer overflow in the STD; simplified fill_packet() (moving part of the code to get_packet_stats())
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Mon, 24 Apr 2006 14:23:03 +0000 nicodvb removed more unused stuff
Mon, 24 Apr 2006 14:04:10 +0000 nicodvb when muxing mpeg audio streams analyze the first 32 KB of data to obtain the most likely correct layer, otherwise every misdetection during parse_audio() will lead to wrong timestamps and loss of synchrony
Mon, 24 Apr 2006 09:48:57 +0000 nicodvb simplified parse_audio()
Sat, 22 Apr 2006 18:15:23 +0000 nicodvb removed more unused code and struct members
Sat, 22 Apr 2006 18:02:19 +0000 nicodvb removed unused variables
Sat, 22 Apr 2006 17:55:39 +0000 nicodvb moved inline at beginning of declaration
Sat, 22 Apr 2006 17:47:53 +0000 nicodvb finally replaced the old interleaving with the new one that respects buffering and [pd]ts<->scr constraints; don't check spriv->framebuf_used in find_best_stream()
Sat, 22 Apr 2006 15:41:16 +0000 nicodvb introduced new functions to handle pack writing and interleaving strategy (will soon replace current ones)
Sat, 22 Apr 2006 13:31:05 +0000 nicodvb fixed muxrates for xvcd and xsvcd
Sat, 22 Apr 2006 13:25:46 +0000 nicodvb audio init code was previously moved to fix_parameters() so removed from write_chunk()
Sat, 22 Apr 2006 13:18:32 +0000 nicodvb introduced structures and code to keep track of decoder's buffers sizes
Sat, 22 Apr 2006 13:05:01 +0000 nicodvb new code to simplify assignment of timestamps; removed temp_ref from mpeg_frame_t and modified add_frame() accordingly; removed no more used drop_delayed_audio() and save_delayed_audio()
Thu, 20 Apr 2006 21:40:03 +0000 nicodvb removed useless (and broken as hell) buffering code from muxer1; buffering constraints will be fully respected when one of the forthcoming patches is applied
Thu, 20 Apr 2006 20:53:48 +0000 nicodvb removed skip_padding (never used and totally useless)
Thu, 20 Apr 2006 20:48:55 +0000 nicodvb added support for DX50 and dx50 4CCs
Thu, 20 Apr 2006 20:44:43 +0000 nicodvb fixed wrong operator precedence in parse_mpeg4_video()
Thu, 20 Apr 2006 20:38:09 +0000 nicodvb simplified code to patch the video framerate (removed silly comparisons)
Thu, 20 Apr 2006 20:32:36 +0000 nicodvb changed timebase from 1024 to 300 (no rounding errors with any of the allowed framerates); write scr_extension accordingly. This is the first of a long series of patches to rewrite the muxer
Wed, 05 Apr 2006 20:51:35 +0000 nicodvb workaround to prevent segfault: when using -ve lavc with b-frames write_chunk(1st video frame) gets called with len=-1UL; -1ULl to whomever calls me that way
Sat, 11 Mar 2006 23:38:54 +0000 nicodvb dereference muxer->priv only after having checked muxer!=NULL in write_chunk(); closes cid 206
Sat, 11 Mar 2006 23:21:09 +0000 nicodvb init delta_pts before using it; fixes cid 239
Sat, 11 Mar 2006 23:15:57 +0000 nicodvb check pce_ptr before using it; fixes cid 207
Sun, 12 Feb 2006 11:47:36 +0000 nicodvb delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence
Sun, 12 Feb 2006 11:04:12 +0000 nicodvb experimental film2pal and ntsc2pal soft teleciner
Sat, 11 Feb 2006 21:45:42 +0000 nicodvb init frame duration to 1/fps when we have a frame but not the enclosing sequence header: it's workaround against lavf's demuxer that doesn't sync to seq_hdr unlike mplayer's native demuxers
Fri, 10 Feb 2006 22:28:32 +0000 nicodvb tff wasn't correctly unset in soft_telecine()
Mon, 06 Feb 2006 21:22:30 +0000 nicodvb removed unused variables
Mon, 06 Feb 2006 20:59:19 +0000 nicodvb fixed wrong delta_frame calculation that would affect soft-telecine
Mon, 30 Jan 2006 21:18:53 +0000 nicodvb removed forgotten fprintf()
Fri, 27 Jan 2006 23:07:53 +0000 nicodvb use mp_a52_framesize() when liba52 is not available
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Tue, 03 Jan 2006 22:14:27 +0000 nicodvb removed previously forgotten reording options/flags
Tue, 03 Jan 2006 22:02:11 +0000 nicodvb removed broken frame reording code; unified audio and video frame storing code (in memory, not in the packets); simple workaround to handle non-standard framerate mpeg1/2 video
Fri, 30 Dec 2005 18:46:56 +0000 nicodvb simplification: don't use residual_buffer, but prepend remainder of current frame to next one (needed for future work; init frame->pos to 0 in reorder_frame(); fix: don't go beyond last frame in flush_buffer()
Mon, 05 Dec 2005 01:26:09 +0000 rathann fix
Wed, 30 Nov 2005 21:45:32 +0000 nicodvb fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unknown format
Tue, 29 Nov 2005 22:04:57 +0000 reynaldo Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me