summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-19
* Ut Video decoderKostya Shishkov2011-10-19
* rtsp: Expose the flag options via private AVOptions for sdp and rtp, tooMartin Storsjö2011-10-17
* rtsp: Make the rtsp flags avoptions set via a defineMartin Storsjö2011-10-17
* rtpenc: Set a default video codecMartin Storsjö2011-10-17
* rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-17
* rtsp: Remove the separate filter_source variableMartin Storsjö2011-10-17
* rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö2011-10-17
* rtsp: Simplify AVOption definitionsMartin Storsjö2011-10-17
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-17
* avio: Check for invalid buffer length.Alex Converse2011-10-16
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-17
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-17
* mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-17
* matroskadec: fix out of bounds writeRonald S. Bultje2011-10-15
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-14
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-14
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-14
* id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-13
* id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-13
* shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-13
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-13
* avformat: update AVInputFormat allowed flagsJustin Ruggles2011-10-13
* avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-13
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* flvenc: Write the right metadata entry countMartin Storsjö2011-10-12
* rtsp: Request that dynamic rate is disabledMartin Storsjö2011-10-12
* rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-12
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-12
* rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-12
* rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-12
* flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-12
* flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-12
* mov: do not misreport empty sttsLuca Barbato2011-10-11
* mov: cosmetics, fix for and if spacingLuca Barbato2011-10-11
* id3v2: fix NULL pointer dereferenceAnton Khirnov2011-10-11
* mov: read album_artist atomRaivo Hool2011-10-11
* mov: fix disc/track numbers and totalsRaivo Hool2011-10-11
* smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles2011-10-11
* 4xmdemux: prevent use of uninitialized memoryLaurent Aimar2011-10-10
* avsdemux: check for out of bound writesLaurent Aimar2011-10-10
* avsdemux: check for corrupted dataLaurent Aimar2011-10-10
* avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-10
* mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-10
* avidec: simplify size parameter in memset()Janne Grunau2011-10-10
* lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-08