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_fli.c
Commit message (
Expand
)
Author
Age
*
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
cosmetics: Remove pointless parentheses from return statements.
diego
2008-05-16
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Set biWidth/biHeight in fli demuxer
reimar
2007-10-02
*
Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli d...
reimar
2007-10-02
*
Remove ugly unused struct name from typedef
reimar
2007-10-02
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
drops casts from void * on malloc/calloc from libmpdemux code
reynaldo
2006-07-13
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
*
Fix memory leak cid 177
rtognimp
2006-03-10
*
Second-try commit of this patch.
corey
2006-02-17
*
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
corey
2006-02-09
*
1. Include audio_delay as an argument to demux_seek.
corey
2006-02-07
*
Demuxer modularization
rtognimp
2005-08-05
*
Pass header to codec in extradata (needed by ffmpeg fli decoder)
rtognimp
2004-01-25
*
Added demuxer uninit
albeu
2002-04-24
*
discovered what appears to be another valid FLI frame magic number
melanson
2002-02-22
*
fli seeking implemented
arpi
2001-12-17
*
committed corrected speed calculation
melanson
2001-12-09
*
magic_number checking added
alex
2001-11-30
*
pts support
alex
2001-11-30
*
fixed FLI demuxer so that it skips over app-specific frames
melanson
2001-11-25
*
fixed divide-by-0 bug in FLI demuxer
melanson
2001-11-25
*
mostly complete support for loading and decoding FLI/FLC animations
melanson
2001-11-24