2007-10-28 |
aurel |
move framecrc muxer in its own file
libavformat
|
2007-10-26 |
nicodvb |
print newline after program id even when the name is missing
libavformat
|
2007-10-26 |
lucabe |
Explicitly include rtp.h (needed for rtp_get_payload_type())
libavformat
|
2007-10-26 |
lucabe |
Remove prototype for non-existent function
libavformat
|
2007-10-25 |
aurel |
probe files starting with the 1SNh tag
libavformat
|
2007-10-25 |
aurel |
don't use #define with names starting with _
libavformat
|
2007-10-25 |
aurel |
add parsing of 1SNh header in the EA demuxer
libavformat
|
2007-10-25 |
diego |
Remove unused variable, fixes warning:
libavformat
|
2007-10-24 |
aurel |
avoid infinite loop at the end of files which are not properly terminated
libavformat
|
2007-10-24 |
aurel |
EA ADPCM R1, R2 and R3 decoder
libavformat
|
2007-10-24 |
benoit |
Cosmetics: indentation.
libavformat
|
2007-10-24 |
benoit |
Prevent mov muxer from writing empty udta atoms.
libavformat
|
2007-10-24 |
andoma |
add support for reading duration from VBRI-tag in mp3 files
libavformat
|
2007-10-24 |
heydowns |
Move setting of key frame flag for intra-only codecs, ignoring key frame
libavformat
|
2007-10-23 |
bcoudurier |
use FFMIN
libavformat
|
2007-10-23 |
andoma |
fix indent
libavformat
|
2007-10-23 |
andoma |
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
libavformat
|
2007-10-23 |
andoma |
add support for reading duration from Xing-tag in mp3 files
libavformat
|
2007-10-22 |
aurel |
convert a if() into a switch() to ease addition of new tags to probe
libavformat
|
2007-10-22 |
bcoudurier |
fix issue 225, instead of stoping when wrong atom size is found,
libavformat
|
2007-10-22 |
kostya |
Beam Software SIFF demuxer and video decoder
libavformat
|
2007-10-21 |
bcoudurier |
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818
libavformat
|
2007-10-21 |
aurel |
cosmetics: reindent
libavformat
|
2007-10-21 |
aurel |
cosmetics: Add #endif comment.
libavformat
|
2007-10-21 |
kostya |
New RM format deserves small version bump
libavformat
|
2007-10-21 |
kostya |
Make Matroska demuxer output full frames instead of slices for RealVideo
libavformat
|
2007-10-21 |
kostya |
Demux full frames instead of sliced for RealVideo.
libavformat
|
2007-10-20 |
reimar |
Add support for decrypting asf files
libavformat
|
2007-10-20 |
nicodvb |
associate to each AVProgram the indexes of the AVStreams contained in it
libavformat
|
2007-10-20 |
nicodvb |
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext
libavformat
|
2007-10-20 |
nicodvb |
cosmetics: moved to a separate function the code to print the characteristics of an AVStream
libavformat
|
2007-10-18 |
aurel |
ensure all compiled in codec/muxer are registered
libavformat
|