Sun, 03 Oct 2010 15:39:03 +0000 |
diego |
Move AVI muxer functions around to avoid forward declarations.
|
Sun, 12 Sep 2010 13:01:05 +0000 |
reimar |
Replace sizoef(type) by sizeof(*ptrvar).
|
Sat, 11 Sep 2010 11:47:07 +0000 |
diego |
Move all MEncoder-related extern variable declarations to mencoder.h.
|
Mon, 28 Jun 2010 08:26:14 +0000 |
diego |
Factorize MPlayer/MEncoder version string handling.
|
Thu, 17 Jun 2010 08:28:43 +0000 |
diego |
Add header file for the extern declarations from muxer_avi.c.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Mon, 08 Jan 2007 16:23:31 +0000 |
michael |
dont write an index and dont use memory to build one if -noidx is specified
|
Mon, 18 Dec 2006 21:03:59 +0000 |
nicodvb |
muxers now write to output muxer->stream rather than to muxer->file
|
Sat, 02 Dec 2006 12:32:44 +0000 |
diego |
Remove superfluous bswap.h include.
|
Fri, 22 Sep 2006 10:27:17 +0000 |
ods15 |
better rounding for audio_delay_fix in muxer_avi.c
|
Sat, 08 Jul 2006 17:28:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
Sun, 04 Jun 2006 22:41:27 +0000 |
rtogni |
Fix potential integer overflows in memory allocation.
|
Tue, 21 Feb 2006 09:39:22 +0000 |
corey |
Fix video delay when encoding with B-frames.
|
Sun, 19 Feb 2006 09:34:37 +0000 |
corey |
dwStart support for mencoder.
|
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, 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.
|
Mon, 21 Feb 2005 21:45:49 +0000 |
nicodvb |
new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (sanity checks in the muxer_init functions)
|
Sun, 05 Sep 2004 16:55:06 +0000 |
rfelker |
fixed warning in my patch
|
Sun, 05 Sep 2004 16:51:15 +0000 |
rfelker |
ensure that avi files have a valid header as soon as possible.
|
Sun, 23 May 2004 07:34:32 +0000 |
rfelker |
no kabbe-bytes or men in black or any of that nonsense here...
|
Fri, 30 Apr 2004 21:33:53 +0000 |
ranma |
Allow user to disable writing of ODML index
|
Wed, 28 Apr 2004 10:18:33 +0000 |
alex |
removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
|
Mon, 19 Apr 2004 02:14:09 +0000 |
ranma |
Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'
|
Wed, 24 Mar 2004 15:21:21 +0000 |
ranma |
Round Chunklen to word boundary
|
Wed, 24 Mar 2004 15:16:36 +0000 |
ranma |
Use aspect from encoder for AVI vprp header
|