Sun, 24 Jun 2007 14:54:56 +0000 |
reimar |
Use proper PRI?64 format strings
|
Sun, 08 Apr 2007 16:15:41 +0000 |
nicodvb |
added :interleaving2, a better method to determine which stream whouls be flushed
|
Sun, 08 Apr 2007 10:09:56 +0000 |
nicodvb |
in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufsize with dwSuggestedBufferSize (those values are completely invented)
|
Sun, 08 Apr 2007 10:00:47 +0000 |
nicodvb |
reindentation
|
Sun, 08 Apr 2007 10:00:05 +0000 |
nicodvb |
in the system header set audio_locked/video_locked only for dvd and vcd
|
Sun, 08 Apr 2007 09:50:27 +0000 |
nicodvb |
small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second
|
Sat, 07 Apr 2007 16:42:28 +0000 |
nicodvb |
10l, the scr must be reset before overwriting the first pack with the correct system header (format=mpeg1|2)
|
Sat, 07 Apr 2007 08:51:26 +0000 |
nicodvb |
reversed r22879 until I discover why it's giving so many sync problems; I'll eventually recommit it in a fixed form
|
Sun, 01 Apr 2007 21:27:47 +0000 |
nicodvb |
removed init_apts and init_vpts; added :adelay in addition to :vdelay
|
Sun, 01 Apr 2007 20:03:24 +0000 |
nicodvb |
cosmetics: removed trailing spaces
|
Sun, 01 Apr 2007 12:25:31 +0000 |
nicodvb |
in flush_buffers() removed code that required the presence of an amount of audio data >= video data in the temporal domain
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Sun, 25 Feb 2007 23:01:13 +0000 |
nicodvb |
2 less variables
|
Sun, 25 Feb 2007 22:55:14 +0000 |
nicodvb |
cosmetics: reformatted
|
Sun, 25 Feb 2007 22:41:17 +0000 |
nicodvb |
removed unused variables
|
Sun, 25 Feb 2007 22:40:05 +0000 |
nicodvb |
simplified parse_mpeg12_video()
|
Sun, 25 Feb 2007 21:21:09 +0000 |
nicodvb |
member real_framerate is completely useless
|
Sun, 25 Feb 2007 14:33:19 +0000 |
nicodvb |
cosmetics: reindented
|
Sun, 25 Feb 2007 14:32:14 +0000 |
nicodvb |
removed commented/useless code from parse_mpeg12_video()
|
Sun, 18 Feb 2007 16:46:12 +0000 |
nicodvb |
all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
|
Mon, 05 Feb 2007 23:46:08 +0000 |
rathann |
Fix a few gcc warnings, approved by Diego and Reimar.
|
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)
|