summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* 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