2010-01-01 |
stefano |
Use av_match_ext() in place of the deprecated match_ext() function.
libavformat
|
2010-01-01 |
stefano |
Deprecate match_ext() in favor of av_match_ext(), and mark it for
libavformat
|
2010-01-01 |
stefano |
Use av_guess_format() in place of the deprecated guess_format().
libavformat
|
2010-01-01 |
stefano |
Reindent.
libavformat
|
2010-01-01 |
stefano |
Deprecate guess_format() in favor of av_guess_format().
libavformat
|
2010-01-01 |
stefano |
Fix typo.
libavformat
|
2010-01-01 |
stefano |
Remove residual use of the doxygen markup which is deprecated,
libavformat
|
2009-12-31 |
stefano |
Document guess_format().
libavformat
|
2009-12-31 |
stefano |
Deprecate and mark for deletion the function guess_stream_format(),
libavformat
|
2009-12-30 |
lucabe |
Remove outdated comments.
libavformat
|
2009-12-30 |
lu_zero |
Rename internal function
libavformat
|
2009-12-28 |
lucabe |
Remove a useless local variable.
libavformat
|
2009-12-28 |
lucabe |
Remove outdated comment
libavformat
|
2009-12-28 |
lucabe |
Remove an unneeded local variable.
libavformat
|
2009-12-27 |
lucabe |
Use different dynamic payload types for audio and video.
libavformat
|
2009-12-27 |
kostya |
Recognize 16-bit Interplay Video variant
libavformat
|
2009-12-26 |
lucabe |
Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
libavformat
|
2009-12-24 |
diego |
Remove some unused variables, fixes the warnings:
libavformat
|
2009-12-23 |
lucabe |
Add support for mp3 over RTP in rtpdec.c
libavformat
|
2009-12-18 |
michael |
It appears that waveformatextensible is mandatory for more cases than
libavformat
|
2009-12-17 |
reimar |
Add decoder for R210 (uncompressed 10-bit RGB) codec.
libavformat
|
2009-12-17 |
vitor |
CD+G demuxer and decoder
libavformat
|
2009-12-17 |
jai_menon |
10l : make sure probe buffer is large enough.
libavformat
|
2009-12-16 |
michael |
Only add 1 index entry per keyframe.
libavformat
|
2009-12-16 |
jai_menon |
Parse ID3v[12] metadata from TTA files.
libavformat
|
2009-12-16 |
kostya |
Reply to RTMP ping with the same value as received by client.
libavformat
|
2009-12-15 |
diego |
Remove unused variable, fixes the warning:
libavformat
|
2009-12-14 |
banan |
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes
libavformat
|
2009-12-14 |
michael |
Revert flvdec.c part of r20836
libavformat
|
2009-12-14 |
daniel |
FLV 8-bit PCM is unsigned, not signed
libavformat
|
2009-12-13 |
michael |
Make sure the Metadata: header is not printed if the only metadata will not
libavformat
|
2009-12-13 |
michael |
Move dump_metadata() to where it is in ffmbc, looks better.
libavformat
|
2009-12-13 |
michael |
indent
libavformat
|
2009-12-13 |
michael |
Skip dumping language twice.
libavformat
|
2009-12-13 |
michael |
dump metadata for AVStreams & AVPrograms too.
libavformat
|
2009-12-13 |
michael |
Factorize dump_metadata() out.
libavformat
|
2009-12-13 |
michael |
Try to simplify av_estimate_timings_from_pts() like in ffmbc.
libavformat
|
2009-12-13 |
astrange |
Correct truncated ID3v1 genre name.
libavformat
|
2009-12-13 |
michael |
Debug av_log() about stream probing from ffmbc.
libavformat
|
2009-12-13 |
michael |
Add CODEC_ID_DNXHD into the 25 fps case.
libavformat
|
2009-12-13 |
michael |
Simplify code by using av_metadata_set2().
libavformat
|
2009-12-13 |
michael |
More entries for ff_id3v2_metadata_conv from ffmbc.
libavformat
|
2009-12-13 |
michael |
s/author/artist/ for ID3
libavformat
|
2009-12-13 |
michael |
More ID3v1 genres from ffmbc.
libavformat
|
2009-12-13 |
michael |
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
libavformat
|
2009-12-13 |
michael |
Add flags to prevent strdup() on arguments to av_metadata_set2().
libavformat
|
2009-12-13 |
michael |
Get rid of useless casts.
libavformat
|
2009-12-13 |
michael |
Print extradata in case of failure. I had this in my local tree and it
libavformat
|
2009-12-13 |
michael |
APIChanges & minor bump due to avg_frame_rate addition.
libavformat
|
2009-12-13 |
michael |
Add avg_frame_rate.
libavformat
|
2009-12-13 |
cehoyos |
Use constant CODEC_ID_NONE instead of 0 where appropriate.
libavformat
|
2009-12-13 |
michael |
Remove commented out code.
libavformat
|
2009-12-13 |
kostya |
Factor out extradata reading code.
libavformat
|
2009-12-13 |
kostya |
RM audio stream version should be 16-bit followed by header size or reserved
libavformat
|
2009-12-13 |
kostya |
Make RM demuxer look more like proper demuxer by introducing codec tags
libavformat
|
2009-12-13 |
kostya |
Factor out variable declaration
libavformat
|