2008-07-03 |
rbultje |
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
libavformat
|
2008-07-02 |
lucabe |
Reindent after last commit
libavformat
|
2008-07-02 |
lucabe |
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
libavformat
|
2008-06-28 |
bcoudurier |
include track id in error message
libavformat
|
2008-06-28 |
reimar |
Change mtv_read_packet so it does not break after seeking (displaying a shifted image).
libavformat
|
2008-06-28 |
reimar |
Fix pkt->pos to really point at start of packet for mtv audio packets.
libavformat
|
2008-06-28 |
bcoudurier |
cosmetics
libavformat
|
2008-06-28 |
bcoudurier |
cosmetics, align vertically
libavformat
|
2008-06-27 |
bcoudurier |
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file
libavformat
|
2008-06-27 |
stefang |
fix size of header data
libavformat
|
2008-06-27 |
bcoudurier |
clarify error message about codec tag
libavformat
|
2008-06-27 |
bcoudurier |
give context to av_log
libavformat
|
2008-06-27 |
lucabe |
Do not free the priv_data field of AVStream on close (it is already
libavformat
|
2008-06-26 |
michael |
indent
libavformat
|
2008-06-26 |
michael |
Inform the user about unhandled sectors.
libavformat
|
2008-06-26 |
michael |
memleak
libavformat
|
2008-06-26 |
michael |
Do not completely bail out for invalid params, just skip the current sector.
libavformat
|
2008-06-26 |
michael |
merge decl & init
libavformat
|
2008-06-26 |
michael |
Get rid of weird pre reading code.
libavformat
|
2008-06-26 |
michael |
Remove debugging trash.
libavformat
|
2008-06-26 |
michael |
Another variable that did nothing at all
libavformat
|
2008-06-26 |
michael |
remove code that discards streams randomly
libavformat
|
2008-06-26 |
michael |
vertical align
libavformat
|
2008-06-26 |
michael |
Remove a dozen unused variables.
libavformat
|
2008-06-26 |
michael |
unused var
libavformat
|
2008-06-26 |
michael |
Fix exploitable code.
libavformat
|
2008-06-26 |
michael |
Remove start_time guessing code.
libavformat
|
2008-06-26 |
michael |
Also print flags with FF_FDEBUG_TS.
libavformat
|
2008-06-25 |
michael |
Prevent invalid timestamps from being stored.
libavformat
|
2008-06-25 |
banan |
Add support for mp3 contained in oma
libavformat
|
2008-06-25 |
banan |
Rearrange parameter logic
libavformat
|
2008-06-25 |
banan |
Add more codec IDs and tags.
libavformat
|
2008-06-25 |
bcoudurier |
make av_find_stream_info find frame_size for aac too
libavformat
|
2008-06-25 |
michael |
Make av_find_stream_info() find the frame_size for vorbis.
libavformat
|
2008-06-25 |
michael |
Fill missing pts in during muxing when we know that they are equal to dts.
libavformat
|
2008-06-25 |
michael |
We cannot calculate the duration of vorbis packets even if we do know the
libavformat
|
2008-06-25 |
lucabe |
Remove improper usage of AV_TIME_BASE_Q
libavformat
|
2008-06-24 |
michael |
Prevent duration calculation code from generating random durations for
libavformat
|
2008-06-24 |
lucabe |
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
libavformat
|
2008-06-23 |
diego |
Remove unused variable, fixes the warning:
libavformat
|
2008-06-22 |
bcoudurier |
chinese avs demuxing support, demux AVSFileFormat.mp4
libavformat
|
2008-06-22 |
aurel |
matroskadec: decode track private data if needed
libavformat
|
2008-06-22 |
aurel |
matroskadec: move buffer decoding code to a separate function
libavformat
|
2008-06-22 |
aurel |
matroskadec: fix a memory leak
libavformat
|
2008-06-22 |
bcoudurier |
cosmetics, pts->dts
libavformat
|
2008-06-22 |
bcoudurier |
store dts in ffm headers
libavformat
|
2008-06-22 |
bcoudurier |
remove pts set hack, this is no more correct
libavformat
|
2008-06-22 |
bcoudurier |
enable feeder threads
libavformat
|
2008-06-22 |
bcoudurier |
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking
libavformat
|
2008-06-20 |
bcoudurier |
uniformize AVStream->priv_data freeing in av_close_input_stream
libavformat
|
2008-06-20 |
bcoudurier |
factorize read_header failure freeing code
libavformat
|
2008-06-20 |
benoit |
Check if there is at least a stream before writing trailer.
libavformat
|
2008-06-19 |
bcoudurier |
remove useless close funcs
libavformat
|
2008-06-19 |
bcoudurier |
remove useless close func
libavformat
|
2008-06-19 |
bcoudurier |
remove useless close func
libavformat
|
2008-06-19 |
bcoudurier |
ffm has no per stream priv_data anymore
libavformat
|
2008-06-19 |
lucabe |
Fix neverending loop which might happen when sending high-bitrate MPEG2
libavformat
|
2008-06-18 |
benoit |
Parse 'dats' as data.
libavformat
|
2008-06-18 |
bcoudurier |
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
2008-06-16 |
aurel |
matroskadec: remove some useless code
libavformat
|