summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-23
* Cosmetics after previous patches.Ronald S. Bultje2008-08-23
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-23
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-23
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-23
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-23
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-23
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-22
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-22
* matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs2008-08-20
* matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs2008-08-20
* matroska: add support for most variants of PCMAurelien Jacobs2008-08-20
* matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic wayAurelien Jacobs2008-08-20
* Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje2008-08-19
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-19
* Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng2008-08-19
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-19
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-19
* Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross2008-08-19
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-19
* Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross2008-08-19
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-18
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-18
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-18
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-16
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-15
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-15
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-15
* cosmetics: misc spelling fixesDiego Biurrun2008-08-15
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-15
* use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs2008-08-14
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* import ok'd hunks for mxf muxerBaptiste Coudurier2008-08-14
* Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise2008-08-14
* Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju2008-08-14
* Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer2008-08-14
* matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2008-08-13
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-13
* Remove unused variable.Diego Biurrun2008-08-13
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs2008-08-13
* Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer2008-08-12
* increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier2008-08-12
* Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier2008-08-12