2008-08-23 |
aurel |
export sample_aspect_ratio read by the demuxer in a separate field
libavformat
|
2008-08-23 |
pross |
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.
libavformat
|
2008-08-23 |
rbultje |
Cosmetics after previous patches.
libavformat
|
2008-08-23 |
rbultje |
On failure, return directly because the fail: case does nothing. This also
libavformat
|
2008-08-23 |
rbultje |
Move malloc() down until after all initializations, so that the resource is
libavformat
|
2008-08-23 |
rbultje |
Fix memleak on some OSes in case network initialization fails. See
libavformat
|
2008-08-23 |
rbultje |
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.
libavformat
|
2008-08-23 |
bcoudurier |
enable fl32/64 le/be in mov with stsd audio v2
libavformat
|
2008-08-22 |
lucabe |
Do not set timestamp information for a non existing AVStream
libavformat
|
2008-08-22 |
vitor |
Apply parts of MXF muxer ok'ed by Michael
libavformat
|
2008-08-20 |
aurel |
matroskadec: fail cleanly when the required compression lib is not compiled in
libavformat
|
2008-08-20 |
aurel |
matroskadec: stop parsing when skipping en element crossing over the end of file
libavformat
|
2008-08-20 |
aurel |
matroska: add support for most variants of PCM
libavformat
|
2008-08-20 |
aurel |
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way
libavformat
|
2008-08-19 |
rbultje |
Implement url_open_protocol(), which is basiclly the former url_open()
libavformat
|
2008-08-19 |
cehoyos |
Ok-ed parts from patch by zhentan feng.
libavformat
|
2008-08-19 |
cehoyos |
Remove useless #ifdef DEBUG (patch by Zhentan Feng).
libavformat
|
2008-08-19 |
stefano |
Replace invocations of av_fifo_realloc(), which is going to be
libavformat
|
2008-08-19 |
cehoyos |
Ok-ed parts from patch by zhentan feng.
libavformat
|
2008-08-19 |
pross |
Make AIFF demuxer handle F32BE and F64BE PCM audio.
libavformat
|
2008-08-19 |
pross |
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.
libavformat
|
2008-08-19 |
pross |
Make RIFF-based demuxers handle F32LE and F64LE PCM audio.
libavformat
|
2008-08-19 |
pross |
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
libavformat
|
2008-08-18 |
michael |
Ok-ed parts from patch by zhentan feng.
libavformat
|
2008-08-18 |
michael |
Factorize common code out of the mxf demuxer.
libavformat
|
2008-08-18 |
pross |
Support Electronic Arts files containing MP3 audio.
libavformat
|
2008-08-16 |
aurel |
struct timeval requires #include <sys/time.h>
libavformat
|
2008-08-16 |
michael |
Fix rc_eq mem leak.
libavformat
|
2008-08-15 |
diego |
Surround format-specific functions with matching preprocessor conditionals.
libavformat
|
2008-08-15 |
diego |
Surround AVInputFormat declarations with format-specific #ifdefs.
libavformat
|
2008-08-15 |
diego |
Replace generic CONFIG_MUXERS preprocessor condition around format-specific
libavformat
|
2008-08-15 |
diego |
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat
libavformat
|
2008-08-15 |
diego |
cosmetics: Remove redundant #endif comments that are very close to the #ifdef
libavformat
|
2008-08-15 |
diego |
cosmetics: misc spelling fixes
libavformat
|
2008-08-15 |
michael |
Add flag to mark demuxers that can output discontinuous timestamps.
libavformat
|
2008-08-14 |
aurel |
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
libavformat
|
2008-08-14 |
aurel |
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
libavformat
|
2008-08-14 |
bcoudurier |
import ok'd hunks for mxf muxer
libavformat
|
2008-08-14 |
diego |
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
libavformat
|
2008-08-14 |
diego |
Change Dirac in MPEG-TS encapsulation to conform with spec changes.
libavformat
|
2008-08-14 |
michael |
Do not fill the pts reordering buffer with guessed dts.
libavformat
|
2008-08-13 |
aurel |
matroskadec: list some more ebml IDs found in the wild and that we ignore
libavformat
|
2008-08-13 |
diego |
Dirac encapsulation in MPEG-TS
libavformat
|
2008-08-13 |
diego |
Remove unused variable.
libavformat
|
2008-08-13 |
aurel |
strcasecmp() requires #include <strings.h>
libavformat
|
2008-08-13 |
aurel |
matroskadec: parse available blocks even when cluster parsing failed
libavformat
|
2008-08-12 |
michael |
Add needed include, make it compile without -D_BSD_SOURCE.
libavformat
|
2008-08-12 |
bcoudurier |
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm
libavformat
|
2008-08-12 |
bcoudurier |
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,
libavformat
|
2008-08-12 |
pross |
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game.
libavformat
|
2008-08-12 |
pross |
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag.
libavformat
|
2008-08-12 |
pross |
Electronic Arts demuxer: ignore PTxx platform ID values.
libavformat
|
2008-08-12 |
pross |
Support Electronic Arts files containing MPEG2VIDEO.
libavformat
|
2008-08-10 |
banan |
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi
libavformat
|
2008-08-10 |
pross |
Add MDEC tags to Electronic Arts demuxer.
libavformat
|
2008-08-10 |
stefano |
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid
libavformat
|
2008-08-08 |
aurel |
matroskadec: add basic tags support (metadata)
libavformat
|
2008-08-08 |
stefano |
Implement avformat_version().
libavformat
|
2008-08-07 |
bcoudurier |
remove mxf.c, previously copied to mxfdec.c
libavformat
|
2008-08-07 |
bcoudurier |
rename mxf.c to mxfdec.c
libavformat
|