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
|
2006-10-17 |
bcoudurier |
avoid overwriting pkt
libavformat
|
2006-10-17 |
aurel |
10l inverted condition check generated an endless loop
libavformat
|
2006-10-17 |
bcoudurier |
skip packet if no stream index is found, fix proxy_pal030926.mxf
libavformat
|
2006-10-17 |
bcoudurier |
skip run in sequence, fix C0023S01.mxf
libavformat
|
2006-10-16 |
romansh |
* Simplifying the setting of STYPE for AAUX AS
libavformat
|
2006-10-16 |
diego |
Replace FLAC FourCC by TwoCC.
libavformat
|
2006-10-15 |
diego |
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
libavformat
|
2006-10-15 |
diego |
Remove unused variable.
libavformat
|
2006-10-15 |
diego |
Consistently use $(BUILD_ROOT).
libavformat
|
2006-10-15 |
kostya |
Ignore blocks with no samples and flags (but usually with MD5 sum)
libavformat
|
2006-10-14 |
rathann |
Use proper PRI?64 macros for %ll? format to fix printf format warnings:
libavformat
|
2006-10-14 |
kostya |
Move block size check to decoder
libavformat
|
2006-10-13 |
michael |
10l CODEC vs. FORMAT
libavformat
|
2006-10-13 |
rtogni |
flv files from myspace with mp3 audio require need_parsing because the
libavformat
|
2006-10-13 |
kostya |
TIFF decoder
libavformat
|
2006-10-13 |
diego |
Add a note about illegal codec IDs.
libavformat
|
2006-10-13 |
diego |
Add codec ID for Shorten audio.
libavformat
|
2006-10-12 |
bcoudurier |
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavformat
|
2006-10-12 |
reynaldo |
new mtv demuxer
libavformat
|
2006-10-11 |
diego |
Rename ABS macro to FFABS.
libavformat
|
2006-10-11 |
bcoudurier |
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavformat
|
2006-10-11 |
bcoudurier |
fix bit rate
libavformat
|
2006-10-11 |
bcoudurier |
use av_get_bits_per_sample
libavformat
|
2006-10-11 |
bcoudurier |
use av_get_bits_per_sample, compute block align if not set
libavformat
|
2006-10-11 |
bcoudurier |
simplify by not writing unneeded codec name to fix segfault when stream copy
libavformat
|
2006-10-11 |
diego |
Move CFLAGS handling to common.mak.
libavformat
|
2006-10-11 |
kostya |
Targa image decoder
libavformat
|
2006-10-10 |
michael |
unused #define
libavformat
|
2006-10-10 |
michael |
remove dummy amr_read_close()
libavformat
|
2006-10-10 |
michael |
more factoriztaion and a FIXME note
libavformat
|
2006-10-10 |
michael |
factorze another 2 lines
libavformat
|
2006-10-10 |
michael |
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org)
libavformat
|
2006-10-10 |
michael |
factorize (untested)
libavformat
|