aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* probe: Restore identification of files with very large id3 tags and no extens...Alex Converse2011-10-281-0/+8
* probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse2011-10-281-1/+1
* mpegts: MP4 SL supportAlex Converse2011-10-283-21/+157
* mpegts: MP4 OD supportAlex Converse2011-10-282-0/+89
* mpegts: Add support for Sections in PMTAlex Converse2011-10-283-7/+39
* mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse2011-10-281-34/+140
* mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-283-19/+32
* mpegts: Parse mpeg2 SL descriptors.Alex Converse2011-10-281-1/+13
* isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse2011-10-281-0/+2
* lavf: add init_put_byte() to the list of visible symbols.Anton Khirnov2011-10-281-0/+1
* seek-test: free options dictionary after useJanne Grunau2011-10-281-0/+1
* seek-test: update to recent avformat apiJanne Grunau2011-10-281-5/+5
* lavf: move private fields in AVStream to the end at next bump.Anton Khirnov2011-10-281-0/+61
* lavf: move private fields in AVFormatContext to the end at next bump.Anton Khirnov2011-10-282-0/+48
* lavf: make some seeking functions privateAnton Khirnov2011-10-2810-42/+91
* iv8: assemble packets to return complete framesJanne Grunau2011-10-271-24/+47
* tta: check for extradata allocation failure in tta demuxerJustin Ruggles2011-10-251-0/+4
* lavf: deprecate AVStream.stream_copyAnton Khirnov2011-10-252-1/+6
* lavf: simplify by using FFMAX/FFMIN.Anton Khirnov2011-10-251-12/+6
* mpegenc: add preload private option.Anton Khirnov2011-10-253-2/+15
* Move id3v2 tag writing to a separate file.Michael Karcher2011-10-234-113/+159
* id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher2011-10-221-1/+1
* lavf: export some forgotten symbols with non-av prefixes.Anton Khirnov2011-10-221-0/+5
* flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger2011-10-221-2/+3
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-213-252/+1
* mov: add support for hdvd and pgapmetadata atomsRaivo Hool2011-10-211-0/+4
* mov: rename function _stik, some indentation cosmeticsRaivo Hool2011-10-211-7/+7
* mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool2011-10-211-12/+12
* mov: parse the gnre atomRaivo Hool2011-10-211-0/+20
* flvenc: store delay and last_ts per-stream.Justin Ruggles2011-10-211-12/+22
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-201-2/+2
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-3/+3
* lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-2/+2
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-202-2/+2
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-203-3/+3
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-202-4/+4
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-205-6/+6
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-207-10/+10
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-204-9/+9
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-202-2/+2
* lavf: hide private symbols.Anton Khirnov2011-10-201-5/+21
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-204-15/+15
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-208-10/+10
* avformat: do not require frame_size for Speex.Justin Ruggles2011-10-201-1/+0
* ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles2011-10-201-11/+9
* flvenc: check packet duration in speex using timestampsJustin Ruggles2011-10-201-11/+13
* flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles2011-10-201-2/+2
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-1934-56/+79