summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng2008-08-191-10/+0
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-191-1/+2
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-191-2/+71
* Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross2008-08-191-0/+2
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-192-0/+8
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-191-1/+9
* Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross2008-08-191-0/+3
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-181-9/+74
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-184-84/+138
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-181-2/+10
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-161-0/+1
* Fix rc_eq mem leak.Michael Niedermayer2008-08-161-1/+1
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-151-0/+26
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-151-0/+32
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-151-2/+7
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-151-13/+13
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-151-13/+13
* cosmetics: misc spelling fixesDiego Biurrun2008-08-151-9/+9
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-153-3/+4
* use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs2008-08-141-1/+1
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-143-0/+10
* import ok'd hunks for mxf muxerBaptiste Coudurier2008-08-141-0/+101
* Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise2008-08-141-0/+2
* Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju2008-08-141-0/+5
* Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer2008-08-141-2/+0
* matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2008-08-132-0/+49
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-133-2/+62
* Remove unused variable.Diego Biurrun2008-08-131-1/+0
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-133-0/+3
* matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs2008-08-131-1/+1
* Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer2008-08-121-0/+1
* increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier2008-08-121-2/+5
* Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier2008-08-121-2/+2
* Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...Peter Ross2008-08-121-0/+7
* Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...Peter Ross2008-08-121-0/+1
* Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross2008-08-121-1/+1
* Support Electronic Arts files containing MPEG2VIDEO.Peter Ross2008-08-121-0/+5
* FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson2008-08-101-0/+1
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-101-0/+25
* Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini2008-08-101-52/+49
* matroskadec: add basic tags support (metadata)Aurelien Jacobs2008-08-082-1/+73
* Implement avformat_version().Stefano Sabatini2008-08-082-1/+11
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-071-1074/+0
* rename mxf.c to mxfdec.cBaptiste Coudurier2008-08-072-1/+1075
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-062-11/+16
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-061-0/+8
* matroskadec: use av_freep(&x) instead of av_free(x);x=NULLAurelien Jacobs2008-08-061-2/+1
* matroskadec: replace matroska_queue_packet with a single call to dynarray_addAnton Khirnov2008-08-061-15/+2
* Fix small typo.Diego Biurrun2008-08-051-1/+1
* Support muxing of Zork PCM audio into RIFF formats.Peter Ross2008-08-051-1/+3
OpenPOWER on IntegriCloud