aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_libdv.c
Commit message (Expand)AuthorAge
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* fixes for encoding of multiple filesGravatar henry2005-03-01
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsGravatar reimar2005-01-20
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* prevent the libdv decoder from adding "NTSC setup" on decodeGravatar attila2004-01-20
* -vop ---> -vfGravatar diego2003-10-25
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.Gravatar arpi2003-01-19
* the long-waited MUXER layer, and new MPEG-PS muxerGravatar arpi2002-12-27
* warning fixesGravatar arpi2002-09-29
* changing return type of put_image void->intGravatar arpi2002-09-10
* mostly compiler warning fixes, some small bugfixGravatar arpi2002-08-28
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* RGB24/YUY2 -> DV encoding, using libdvGravatar arpi2002-04-12