summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* tta: check for extradata allocation failure in tta demuxerJustin Ruggles2011-10-25
* lavf: deprecate AVStream.stream_copyAnton Khirnov2011-10-25
* lavf: simplify by using FFMAX/FFMIN.Anton Khirnov2011-10-25
* mpegenc: add preload private option.Anton Khirnov2011-10-25
* Move id3v2 tag writing to a separate file.Michael Karcher2011-10-23
* id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher2011-10-22
* lavf: export some forgotten symbols with non-av prefixes.Anton Khirnov2011-10-22
* flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger2011-10-22
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-21
* mov: add support for hdvd and pgapmetadata atomsRaivo Hool2011-10-21
* mov: rename function _stik, some indentation cosmeticsRaivo Hool2011-10-21
* mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool2011-10-21
* mov: parse the gnre atomRaivo Hool2011-10-21
* flvenc: store delay and last_ts per-stream.Justin Ruggles2011-10-21
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-20
* lavf: hide private symbols.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* avformat: do not require frame_size for Speex.Justin Ruggles2011-10-20
* ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles2011-10-20
* flvenc: check packet duration in speex using timestampsJustin Ruggles2011-10-20
* flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles2011-10-20
* 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