index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_mov.c
Commit message (
Expand
)
Author
Age
*
workaround in palette reader for statunit6.mov, needed to implement support f...
alex
2002-03-15
*
some cleanup, fixes for video header parsing. finally we get the coded size i...
arpi
2002-03-14
*
fixed some endian issues, like changing bswap_32() -> be2me_32(), and
melanson
2002-03-01
*
reinstated original palette decision logic from XAnim (was the QT spec
melanson
2002-02-10
*
added nmhd, added checking for audio trak in demux_mov_fill_buffer
alex
2002-02-10
*
fixedsize video samples fixed (dvntsc-qt.mov)
arpi
2002-02-10
*
reconciled one minor, nagging palette issue with the official QT spec
melanson
2002-02-05
*
fixed (reversed) the RGB palette order
melanson
2002-01-27
*
QT demuxer now supports the default QT palettes
melanson
2002-01-24
*
QT demuxer loads palette information from files that transport palettes in
melanson
2002-01-13
*
mov_check_file 64bit support by Chris Bednar. also fixed co64 chunk and added...
alex
2002-01-05
*
added co64 (64bit chunk offset table) chunk (needed for mov files created wit...
alex
2001-12-22
*
added demux_info
alex
2001-11-22
*
added skip atom to support .mp4 files
alex
2001-11-17
*
ignore mov detection if first chunk bad
arpi
2001-11-13
*
added pre-flash detecting support ;)
alex
2001-11-09
*
config.h cleanup, few things added to steram/demuxer headers
arpi
2001-10-30
*
twos pcm audio support
arpi
2001-10-29
*
added edit atom (edit list), some comments and typos fixes
alex
2001-10-29
*
seek ebfore begin of the movie fixed
arpi
2001-10-29
*
using keyframe info for seeking
arpi
2001-10-29
*
cbr audio fix
arpi
2001-10-29
*
extended udta record
alex
2001-10-29
*
added stss (not completed)
alex
2001-10-29
*
changed if's to switch in lschunks
alex
2001-10-29
*
added two new clip info types, all printf's were upgraded to mp_msg
alex
2001-10-26
*
handling free chunk (wide needs implementation) and displaying clip info (dat...
alex
2001-10-23
*
compressed mov audio fixed
arpi
2001-10-23
*
compression algo detection fix (bswap) and fps fix
alex
2001-10-22
*
includes cleanup
arpi
2001-10-21
*
libdemuxer...
arpi
2001-10-20