2006-11-06 |
aurel |
cosmetics: reindent after last commit
libavformat
|
2006-11-06 |
aurel |
Don't need to check for NULL before av_free().
libavformat
|
2006-11-06 |
aurel |
Add support for block duration.
libavformat
|
2006-11-06 |
aurel |
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).
libavformat
|
2006-11-06 |
aurel |
guess matroska files frame rate
libavformat
|
2006-11-06 |
gpoirier |
Add support for getting duration of a RTP stream (for seeking in stream)
libavformat
|
2006-11-06 |
gpoirier |
remove floats in 10 bytes/byte support (no version of matroska used it)
libavformat
|
2006-11-06 |
kostya |
WavPack support in Matroska
libavformat
|
2006-11-05 |
diego |
Do not set audio codec_tag to 1, that would be PCM audio.
libavformat
|
2006-11-03 |
reynaldo |
now we set codec_tag, still have to figure out how to handle flipping
libavformat
|
2006-11-03 |
bcoudurier |
do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov
libavformat
|
2006-11-03 |
bcoudurier |
indention
libavformat
|
2006-11-03 |
bcoudurier |
reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4
libavformat
|
2006-11-03 |
gpoirier |
add valid statistics for the RTCP receiver report.
libavformat
|
2006-11-02 |
bcoudurier |
kill AVImageFormat
libavformat
|
2006-11-01 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavformat
|
2006-11-01 |
diego |
Rename SWAP macro to FFSWAP.
libavformat
|
2006-11-01 |
diego |
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
libavformat
|
2006-11-01 |
bcoudurier |
clean, always write major brand for debug
libavformat
|
2006-11-01 |
bcoudurier |
remove useless mp4 field
libavformat
|
2006-11-01 |
bcoudurier |
simplify
libavformat
|
2006-11-01 |
bcoudurier |
mov vfr muxing
libavformat
|
2006-10-31 |
diego |
cosmetics: Restore alphabetical order.
libavformat
|
2006-10-30 |
bcoudurier |
remove gcc warning about void * used in arithmetic
libavformat
|
2006-10-30 |
kostya |
IMC decoder
libavformat
|
2006-10-30 |
michael |
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)
libavformat
|
2006-10-29 |
gpoirier |
switch to common base64 routines in lavf
libavformat
|
2006-10-29 |
gpoirier |
fix more dynamic protocol stuff, needed by the forthcoming h264
libavformat
|
2006-10-28 |
gpoirier |
add support for all framerates specified by the standard
libavformat
|
2006-10-28 |
gpoirier |
Fix A/V (de)sync with discontinuous NSV streams,
libavformat
|
2006-10-28 |
gpoirier |
Make it possible to reuse UDP socket (optional, disabled by default)
libavformat
|
2006-10-28 |
gpoirier |
move up (in the file) AAC audio handling moved from below
libavformat
|
2006-10-28 |
gpoirier |
Add base64 encoding and decoding routines
libavformat
|
2006-10-27 |
gpoirier |
make ffmpeg able to send back a RTCP receiver report.
libavformat
|
2006-10-27 |
gpoirier |
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
libavformat
|
2006-10-27 |
bcoudurier |
fflags can/will be used for muxing too
libavformat
|
2006-10-27 |
gpoirier |
Last fix of licence header
libavformat
|
2006-10-26 |
gpoirier |
move licence header fixes
libavformat
|
2006-10-26 |
gpoirier |
Fix licence header (aka <pedantic mode='on' /> )
libavformat
|
2006-10-26 |
gpoirier |
Add support for H264 over RTP
libavformat
|
2006-10-25 |
bcoudurier |
remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway
libavformat
|
2006-10-25 |
aurel |
fix mp3 in swf decoding
libavformat
|
2006-10-23 |
kostya |
Register .tga and .tiff image extensions
libavformat
|
2006-10-23 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
2006-10-23 |
aurel |
fix flvdec.c file description comment
libavformat
|
2006-10-23 |
aurel |
document the extradata protocol for VP6F
libavformat
|
2006-10-22 |
aurel |
don't use ast before checking it's not NULL
libavformat
|
2006-10-22 |
aurel |
use the adjustment value present in FLV to crop VP6 video
libavformat
|
2006-10-22 |
bcoudurier |
activate gif decoder, seems to work fine on showdown2.mov
libavformat
|
2006-10-22 |
bcoudurier |
add gif support
libavformat
|
2006-10-22 |
bcoudurier |
disable annoying debug messages
libavformat
|
2006-10-22 |
lucabe |
Make read_packet fail is the v4l2 driver returns an unexpected frame size
libavformat
|
2006-10-21 |
bcoudurier |
avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu
libavformat
|
2006-10-21 |
bcoudurier |
fix probe, patch by Andreas Oman, andreas at olebyn dot nu
libavformat
|
2006-10-20 |
bcoudurier |
warn about zlib support needed if file has compressed moov atom
libavformat
|
2006-10-20 |
michael |
move memory reading ByteIOContext init from mov.c to avobuf.c
libavformat
|
2006-10-19 |
michael |
dont mess with ByteIOContext internal variables (fixes showdown2.mov)
libavformat
|
2006-10-18 |
bcoudurier |
use AVFormatContext to log
libavformat
|
2006-10-18 |
diego |
Fix license header error notice by Steve LHomme.
libavformat
|
2006-10-18 |
bcoudurier |
simplify pcm read seek, use av_get_bits_per_sample
libavformat
|