log libmpdemux/muxer_mpeg.c @ 20300:30b75e573d5c

age author description
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
Mon, 21 Nov 2005 22:53:14 +0000 nicodvb buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 13 Oct 2005 18:33:56 +0000 reimar Use PRI?64 defines as format strings for 64 bit variables.
Wed, 10 Aug 2005 01:42:06 +0000 rfelker reconcile with earlier fps fix in mpeg header parser
Mon, 01 Aug 2005 18:36:50 +0000 reimar set i_bps in demux_audio for WAV and MP3 to avoid division by zero before
Sun, 10 Jul 2005 08:36:39 +0000 nicodvb added support for vbr audio (frames are parsed individually); fixed small bugs in the management of pes_extension
Wed, 27 Apr 2005 18:30:10 +0000 nicodvb added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbosity
Sun, 10 Apr 2005 10:06:59 +0000 nicodvb changed :vaspect option to CONF_TYPE_FLOAT
Mon, 07 Mar 2005 07:36:27 +0000 nicodvb fixed support for mp3 at <32000 sample_rate
Fri, 04 Mar 2005 07:43:00 +0000 nicodvb converted vframerate to CONF_TYPE_FLOAT
Thu, 03 Mar 2005 07:48:54 +0000 nicodvb recalculate frame duration after soft telecine
Tue, 01 Mar 2005 21:04:09 +0000 nicodvb 100l wrong binary operator when setting progressive frame
Tue, 01 Mar 2005 20:56:43 +0000 nicodvb telecine now works in display order (rather than decoding), as far as there are no more than 4 consecutive b-frames; added support for FMP4
Sun, 27 Feb 2005 06:24:19 +0000 rfelker soft telecine support! :)) patch by nico
Fri, 25 Feb 2005 07:46:44 +0000 nicodvb both reorder and noreorder flags are now available
Thu, 24 Feb 2005 20:23:13 +0000 nicodvb disabled by default frame reordering