2008-03-06 |
diego |
Fix printf format string mismatch, eliminates the warning:
|
2008-03-06 |
uau |
ve_vfw.c: #include aviheader.h instead of wine avifmt.h
|
2007-12-03 |
diego |
Use correct printf length modifiers, fixes the following warnings:
|
2007-10-17 |
compn |
Add Coinitialize function to vfw encoder and win32 loader.
|
2007-03-24 |
iive |
Fix double close() in ve_vfw.c
|
2007-03-15 |
diego |
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-03-15 |
diego |
Include loader/ prefix in #include path everywhere.
|
2007-02-18 |
alex |
Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
|
2006-12-18 |
nicodvb |
muxers now write to output muxer->stream rather than to muxer->file
|
2006-06-21 |
diego |
Move #ifdefs around complete files into the build system.
|
2006-03-31 |
reynaldo |
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
|
2006-03-27 |
diego |
Change 'if(verbose)' to the more appropriate mp_msg_test.
|
2006-03-21 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
2006-01-26 |
michael |
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-04-18 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
2005-03-01 |
henry |
fixes for encoding of multiple files
|
2005-01-20 |
reimar |
Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
|
2004-03-24 |
ranma |
Use aspect from encoder for AVI vprp header
|
2003-08-13 |
alex |
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
|
2003-01-19 |
arpi |
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
|
2002-12-27 |
arpi |
the long-waited MUXER layer, and new MPEG-PS muxer
|
2002-11-06 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
2002-09-29 |
arpi |
warning fixes
|
2002-09-13 |
alex |
fixed to comply with new loader
|
2002-09-10 |
arpi |
changing return type of put_image void->int
|
2002-09-01 |
nexus |
FreeBSD fix
|
2002-09-01 |
alex |
merged with dll_init.c
|
2002-08-28 |
arpi |
mostly compiler warning fixes, some small bugfix
|
2002-05-13 |
alex |
added support for codec selection
|
2002-04-13 |
arpi |
mp_image.h and img_format.h moved to libmpcodecs
|
2002-04-11 |
arpi |
capabilities support -> automatic insertion of scale, expand, pp
|
2002-04-11 |
arpi |
soem fixes
|
2002-04-10 |
arpi |
encoders
|