index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
ve_qtvideo.c
Commit message (
Expand
)
Author
Age
*
typo fix: inited --> initialized
diego
2008-02-14
*
warning fix:
diego
2007-08-28
*
Fix unused variable warning.
diego
2007-08-25
*
Add explicit location for headers from the libmpdemux/ directory.
diego
2007-03-15
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Include loader/ prefix in #include path everywhere.
diego
2007-03-15
*
muxers now write to output muxer->stream rather than to muxer->file
nicodvb
2006-12-18
*
Hack around libavutil/bswap.h compilation problems due to always_inline undef...
reimar
2006-12-07
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
*
Move #ifdefs around complete files into the build system.
diego
2006-06-21
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...
michael
2006-01-26
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
typo, memset 0 was done on desc instead of cdesc, see bug #288
reimar
2005-04-27
*
replace VO and VF numeric flags with #defined identifiers
henry
2005-04-18
*
fixes for encoding of multiple files
henry
2005-03-01
*
Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
reimar
2005-01-20
*
preload quicktime.qts, this allows us to ignore the hardcoded path inside the...
faust3
2005-01-17
*
small gcc warning fixes
rathann
2004-08-28
*
printf -> mp_msg; print error msg when qtmlClient.dll is missing
faust3
2004-04-13
*
Use aspect from encoder for AVI vprp header
ranma
2004-03-24
*
cygwin win32 dll support
faust3
2003-02-15
*
compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
arpi
2003-02-02
*
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
arpi
2003-01-19
*
compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
arpi
2003-01-03
*
the long-waited MUXER layer, and new MPEG-PS muxer
arpi
2002-12-27
*
set keyframe flag at encoding
arpi
2002-12-21
*
Sorenson 1/3 encoding just for fun :)
arpi
2002-12-16