aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | lavf: add init_put_byte() to the list of visible symbols.Anton Khirnov2011-10-281-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-281-24/+47
|\|
| * iv8: assemble packets to return complete framesJanne Grunau2011-10-271-24/+47
* | rawdec: add check on sample_rateStefano Sabatini2011-10-281-0/+6
* | Implement parsing of the "HandlerName" from th MP4 HDLR atom.Hendrik Leppkes2011-10-281-0/+13
* | mov: Support empty first edit + normal second edit.Yusuke Nakamura2011-10-282-8/+13
* | mpegts: Fix detection of some raw AACMichael Niedermayer2011-10-271-3/+5
* | Timecode v2 muxerDavid Conrad2011-10-273-0/+55
* | avidec: Return correct error code from avi_sync() in case of IO error.Michael Niedermayer2011-10-261-0/+2
* | movenc: reserved_moov_size, which allows placing moov at the begin of the file.Michael Niedermayer2011-10-262-1/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-265-15/+31
|\|
| * 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
* | Remove CELT / Opus confusion in labels, doc and comments.Nicolas George2011-10-251-1/+1
* | mpegts: add BDMV secondary audio stream typesHendrik Leppkes2011-10-241-0/+2
* | mpegts: fix null-pointer dereferenceHendrik Leppkes2011-10-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-244-113/+160
|\|
| * Move id3v2 tag writing to a separate file.Michael Karcher2011-10-234-113/+159
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-232-1/+6
|\|
| * 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
* | Revert "mov: do not misreport empty stts"Carl Eugen Hoyos2011-10-231-2/+2
* | Fix comment: Enhanced AC-3 in mov is defined in ETSI TS 102 366.Carl Eugen Hoyos2011-10-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-226-284/+68
|\|
| * 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
* | mov: support eac3 audioHendrik Leppkes2011-10-211-0/+1
* | mpegts: remove read_seek()Michael Niedermayer2011-10-211-28/+0
* | utils: disable debuging code at the end of av_gen_search()Michael Niedermayer2011-10-211-0/+2
* | utils: flush on successfull av_seek_frame_binary()Michael Niedermayer2011-10-211-0/+1
* | mpegts: cache information to speed up seeking.Michael Niedermayer2011-10-211-4/+7
* | seek: Fix av_gen_search() so that seeks outside max/min do not successfully s...Michael Niedermayer2011-10-211-0/+10
* | mpegts: assert position in dts reading code.Michael Niedermayer2011-10-211-0/+2
* | mpegts: add and use mpegts_get_dts()Michael Niedermayer2011-10-211-3/+31