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
|