2008-05-23 |
aurel |
don't set a dummy chapter title when title is unknown
libavformat
|
2008-05-23 |
aurel |
cosmetics: indentation
libavformat
|
2008-05-23 |
aurel |
allows adding chapters with NULL title
libavformat
|
2008-05-22 |
aurel |
matroskadec: allows inserting chapters with unspecified end
libavformat
|
2008-05-22 |
aurel |
demux chapters out of matroska
libavformat
|
2008-05-22 |
aurel |
add support for chapters definition in lavf
libavformat
|
2008-05-22 |
bcoudurier |
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es
libavformat
|
2008-05-21 |
bcoudurier |
remove useless var
libavformat
|
2008-05-21 |
bcoudurier |
10l, fix compilation
libavformat
|
2008-05-21 |
bcoudurier |
use duration from pkt
libavformat
|
2008-05-21 |
bcoudurier |
simplify
libavformat
|
2008-05-21 |
bcoudurier |
simplify
libavformat
|
2008-05-21 |
bcoudurier |
check pkt stream index before returning packet, prevent segfault
libavformat
|
2008-05-21 |
cehoyos |
Do not loop endlessly if converting into dv with timestamps Jan 1st not
libavformat
|
2008-05-21 |
bcoudurier |
support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net
libavformat
|
2008-05-20 |
bcoudurier |
remove useless/obsolete comments
libavformat
|
2008-05-20 |
bcoudurier |
remove useless close function
libavformat
|
2008-05-20 |
bcoudurier |
split swf de/muxer
libavformat
|
2008-05-20 |
bcoudurier |
only print debug info when sample is actually added
libavformat
|
2008-05-20 |
bcoudurier |
warn about multiple fourcc
libavformat
|
2008-05-20 |
bcoudurier |
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451
libavformat
|
2008-05-15 |
aurel |
matroskadec: add support for bzlib compressed tracks
libavformat
|
2008-05-15 |
bcoudurier |
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454
libavformat
|
2008-05-15 |
bcoudurier |
do not fail if correct is not recognized
libavformat
|
2008-05-15 |
bcoudurier |
cosmetics, remove space before opening parenthesis
libavformat
|
2008-05-13 |
aurel |
add missing \n in av_log message
libavformat
|
2008-05-13 |
aurel |
matroskadec: add support for zlib compressed tracks
libavformat
|
2008-05-13 |
mmu_man |
Fix non-debug build.
libavformat
|
2008-05-13 |
cehoyos |
Fix icc warning #188: enumerated type mixed with another type
libavformat
|
2008-05-13 |
cehoyos |
Add MATROSKA_TRACK_TYPE_NONE.
libavformat
|
2008-05-12 |
cehoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
libavformat
|
2008-05-12 |
benoit |
Use strcasecmp() instead of re-inventing it.
libavformat
|
2008-05-11 |
cehoyos |
Fix type of dest_addr_len to respect return value of udp_set_url.
libavformat
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
libavformat
|
2008-05-09 |
superdump |
IFF stereo support
libavformat
|
2008-05-09 |
diego |
string.h is a system header file, so use <> for it.
libavformat
|
2008-05-09 |
aurel |
use enum type instead of int
libavformat
|
2008-05-09 |
aurel |
cosmetics: indentation
libavformat
|
2008-05-09 |
aurel |
matroskadec: add support for lzo compressed tracks
libavformat
|
2008-05-08 |
aurel |
matroskadec: fail gracefully when seeking don't work
libavformat
|
2008-05-08 |
aurel |
matroskadec: add support for track content encoding
libavformat
|
2008-05-06 |
diego |
Remove unnecessary parentheses from return calls.
libavformat
|
2008-05-05 |
michael |
Check url_seek() in url_open().
libavformat
|
2008-05-04 |
diego |
Use correct length modifier for pointer diff argument in av_log() call.
libavformat
|
2008-05-04 |
diego |
Fix 'comparison always false' warning.
libavformat
|
2008-05-03 |
banan |
dts probe
libavformat
|
2008-05-02 |
bwolowiec |
Nellymoser handling in FLV
libavformat
|
2008-05-02 |
lu_zero |
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
libavformat
|
2008-05-01 |
jbr |
fix encoding of flac private data
libavformat
|
2008-04-29 |
michael |
Support invalid mpeg created by vdr
libavformat
|
2008-04-28 |
michael |
raw GSM demuxer (does not work yet as parser is missing)
libavformat
|
2008-04-28 |
bcoudurier |
set demuxers .value and use common audio_read_header function
libavformat
|
2008-04-26 |
bcoudurier |
set pkt duration, only when dts == pts though,
libavformat
|
2008-04-26 |
kostya |
Missing tags in APE is normal situation, so don't print an error.
libavformat
|
2008-04-25 |
bcoudurier |
yes it is true for mp4
libavformat
|
2008-04-25 |
bcoudurier |
remove unneeded variable
libavformat
|
2008-04-25 |
bcoudurier |
move vars decls where vars are used
libavformat
|
2008-04-25 |
bcoudurier |
set channels and sample rate from mpeg4audio config
libavformat
|
2008-04-25 |
bcoudurier |
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files
libavformat
|
2008-04-25 |
bcoudurier |
update doc
libavformat
|