2014-02-23 |
reimar |
demuxers: remove pointless sh->ds assignments.
|
2014-02-19 |
reimar |
demuxers: ensure that stream ids are correctly initialized.
|
2013-03-17 |
diego |
Add missing strings.h #includes for strcasecmp().
|
2012-11-10 |
reimar |
Fix memleak when reading a file fails.
|
2012-11-10 |
reimar |
Simplify, remove pointless casts.
|
2012-07-21 |
reimar |
For mf:// all frames are keyframes, mark them as such.
|
2012-01-31 |
compn |
add jps / pns image formats, sync'd from ffmpeg
|
2012-01-22 |
compn |
demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif image.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-09-12 |
reimar |
Replace sizoef(type) by sizeof(*ptrvar).
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc
|
2010-01-03 |
reimar |
Add support for JPEG2000 via FFmpeg/OpenJPEG
|
2009-08-17 |
reimar |
Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not
|
2009-08-11 |
cehoyos |
Allow dpx image files as input.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-05-08 |
diego |
Add standard license header to all files in libmpdemux.
|
2009-03-21 |
compn |
map jls (jpeg-ls), thm and db (thumbnails) files to jpg
|
2008-05-12 |
compn |
add ffptx , works on ptx samples
|
2008-02-25 |
compn |
sun rasterfile decoder
|
2008-02-13 |
compn |
add ffpcx decoder, works on my samples.
|
2008-01-29 |
reimar |
Use defines to give names to the different seek flags.
|
2008-01-13 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
2007-11-18 |
reimar |
100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
|
2007-11-17 |
reimar |
Remove a pointless #ifdef
|
2007-11-17 |
reimar |
Replace if-else constructs for type -> fourcc mapping by a table in demux_mf
|
2007-11-14 |
compn |
add tif support to demux_mf
|
2007-04-06 |
reimar |
BMP support for mf://
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-02-01 |
reimar |
mf demuxer only works with mf:// urls, so check for that.
|
2006-09-11 |
reimar |
Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just
|
2006-07-28 |
reimar |
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,
|
2006-07-26 |
gpoirier |
fix 3 bugs in libmpdemux/demux_mf.c
|
2006-02-17 |
corey |
Second-try commit of this patch.
|
2006-02-14 |
iive |
allow autodetection of pictures type when using mf://@file.list syntax
|
2006-02-09 |
corey |
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
|
2006-02-07 |
corey |
1. Include audio_delay as an argument to demux_seek.
|
2005-08-05 |
rtognimp |
Demuxer modularization
|
2003-04-26 |
faust3 |
fopen requires binary flag on windows, too
|
2003-04-20 |
albeu |
Fix this 10L for wich i got so good bugreports :(((
|
2003-03-05 |
michael |
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
|
2003-01-28 |
arpi |
type autodetection (from filemask/filelist extension)
|
2002-09-15 |
arpi |
stream layer cleanup - part 1
|
2002-09-10 |
arpi |
TGA images (-mf on:type=tga) support
|
2002-04-24 |
albeu |
Added demuxer uninit
|
2002-03-10 |
pontscho |
Add IJPG decoder.
|
2002-02-11 |
pontscho |
add initial mPNG support
|
2002-02-10 |
alex |
identify jpg with case-insensitive 'jpg' or 'jpeg' string
|
2002-02-07 |
pontscho |
finalize mfi support.
|
2002-02-06 |
arpi |
emulating BITMAPINFOHDR (for win32 codecs)
|
2002-02-06 |
pontscho |
add mfi demuxer
|