2008-06-02 |
aurel |
matroskadec: move ARRAY_SIZE() macro at top of the file
libavformat
|
2008-06-02 |
andoma |
Audio channels and sample rate must be set in order to skip
libavformat
|
2008-06-02 |
bcoudurier |
rename last_frame_offset to next_frame_offset, due to r13615
libavformat
|
2008-06-01 |
takis |
Check whether the memory allocation for extradata succeeded. Fixes issue 472.
libavformat
|
2008-06-01 |
aurel |
matroskadec: use the proper timestamp scaling for index entries
libavformat
|
2008-06-01 |
aurel |
matroskadec: read TrackTimecodeScale and set timebase accordingly
libavformat
|
2008-06-01 |
aurel |
matroskadec: silently discard some element ID that we don't care about
libavformat
|
2008-05-31 |
diego |
flvenc.o depends on avc.o (for H.264 support functions).
libavformat
|
2008-05-30 |
ramiro |
raw mlp demuxer
libavformat
|
2008-05-30 |
benoit |
Detect "tif" suffix as TIFF.
libavformat
|
2008-05-29 |
reimar |
Check av_new_stream return value, fixes CID75 RUN2
libavformat
|
2008-05-29 |
michael |
ENOMEM is better, yes ...
libavformat
|
2008-05-29 |
reimar |
Check av_new_stream return value, fixes CID79 RUN2
libavformat
|
2008-05-29 |
reimar |
Check for av_new_stream failure, fixes CID76 RUN2
libavformat
|
2008-05-29 |
diego |
Remove unnecessary header #includes.
libavformat
|
2008-05-29 |
benoit |
Check return of url_fseek in mpeg timestamp reading code.
libavformat
|
2008-05-29 |
bcoudurier |
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy
libavformat
|
2008-05-29 |
bcoudurier |
reindent
libavformat
|
2008-05-29 |
bcoudurier |
this should be valid for audio too
libavformat
|
2008-05-29 |
bcoudurier |
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy
libavformat
|
2008-05-28 |
michael |
memleak / CID124 RUN2
libavformat
|
2008-05-28 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|
2008-05-28 |
michael |
Dead code removal, fixes CID59 RUN2.
libavformat
|
2008-05-28 |
michael |
Removing dead code, fixes CID4 RUN2.
libavformat
|
2008-05-28 |
michael |
remove != 0
libavformat
|
2008-05-28 |
michael |
Do a little more checking.
libavformat
|
2008-05-28 |
michael |
Do not read from after the table, fixes CID108 RUN2.
libavformat
|
2008-05-28 |
michael |
Null pointer check / CID26.
libavformat
|
2008-05-28 |
michael |
useless
libavformat
|
2008-05-28 |
michael |
Fixes NULL pointer dereference CID66
libavformat
|
2008-05-28 |
michael |
Tell the user if a AVI is non interleaved.
libavformat
|
2008-05-27 |
bcoudurier |
use internal video frame number
libavformat
|
2008-05-27 |
bcoudurier |
cosmetics
libavformat
|
2008-05-27 |
bcoudurier |
simplify, use pointer to codec context in struct instead of only id
libavformat
|
2008-05-27 |
bcoudurier |
simplify, use pointer to codec context in struct instead of only id
libavformat
|
2008-05-27 |
michael |
redundant check--
libavformat
|
2008-05-27 |
michael |
Fix memleak, fixed CID123.
libavformat
|
2008-05-27 |
michael |
Do not use the pts/dts calculation code which needs a parser, when no parser
libavformat
|
2008-05-27 |
bcoudurier |
use AVFifoBuffer
libavformat
|
2008-05-27 |
bcoudurier |
cosmetics
libavformat
|
2008-05-27 |
bcoudurier |
merge init and declaration
libavformat
|
2008-05-27 |
bcoudurier |
simplify and use version instead
libavformat
|
2008-05-27 |
bcoudurier |
simplify
libavformat
|
2008-05-27 |
bcoudurier |
simplify
libavformat
|
2008-05-27 |
bcoudurier |
cosmetics, remove useless cases and braces
libavformat
|
2008-05-27 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|
2008-05-27 |
bcoudurier |
remove const qualifier, removes warning:
libavformat
|
2008-05-26 |
bcoudurier |
typo
libavformat
|
2008-05-26 |
diego |
consistency cosmetics: indices --> indexes
libavformat
|
2008-05-26 |
bcoudurier |
aac and h264 in flv demuxing
libavformat
|
2008-05-26 |
bcoudurier |
aac and h264 in flv muxing
libavformat
|
2008-05-26 |
bcoudurier |
aac chan config is 0 if bitstream contains program_config_element
libavformat
|
2008-05-26 |
michael |
Support non interleaved avi with phantom streams.
libavformat
|
2008-05-26 |
bcoudurier |
replace printf by av_log
libavformat
|
2008-05-26 |
bcoudurier |
use av_hex_dump_log
libavformat
|
2008-05-26 |
bcoudurier |
use dprintf
libavformat
|
2008-05-26 |
bcoudurier |
cosmetics, add demuxer word
libavformat
|
2008-05-26 |
bcoudurier |
cosmetics, remove useless dot
libavformat
|
2008-05-26 |
bcoudurier |
return error if frame_offset is negative, prevent segfault
libavformat
|
2008-05-26 |
bcoudurier |
return error if len is negative, prevent segfault
libavformat
|