aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-021-125/+143
|\
| * id3v2: K&R formatting cosmeticsLuca Barbato2013-05-021-126/+147
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-05-015-1/+34
|\ \
| * | lavf: data muxer and demuxer.Nicolas George2013-05-015-1/+34
* | | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer2013-05-017-28/+31
|\ \ \ | |/ / |/| / | |/
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-308-30/+34
* | framecrcenc: workaround design flaw in sidedata paletteMichael Niedermayer2013-04-301-4/+13
* | Recognize j2k as file suffix for the image2 muxer.Carl Eugen Hoyos2013-04-291-1/+1
* | Merge commit 'c14010541035454b4d3ad08399d70423be4e0c87'Michael Niedermayer2013-04-281-84/+103
|\|
| * oma: K&R formatting cosmeticsLuca Barbato2013-04-271-84/+103
* | Merge commit 'cf679b9476727a237c8006c685ace18acba149ab'Michael Niedermayer2013-04-281-10/+13
|\|
| * hls, segment: fix splitting for audio-only streams.Anton Khirnov2013-04-272-10/+14
* | avformat: Add black ops audio demuxerMichael Niedermayer2013-04-283-0/+80
* | avformat/write_packet: drop disabled codeMichael Niedermayer2013-04-261-17/+0
* | avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...Michael Niedermayer2013-04-262-1/+11
* | avformat/movenc: mov/mp4 should support negative timestamps through edit listsMichael Niedermayer2013-04-261-4/+4
* | avformat/mux: assert that timestamps are positive after offsetting themMichael Niedermayer2013-04-261-0/+2
* | avformat/mux: use a local variable for offsetMichael Niedermayer2013-04-261-4/+5
* | avformat/mux: change avoid_negative_ts code to support later addition of AVSt...Michael Niedermayer2013-04-261-12/+16
* | Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer2013-04-266-26/+70
|\|
| * lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-256-5/+54
* | Read block_align from extradata when decoding qclp in aiff.Carl Eugen Hoyos2013-04-231-4/+16
* | avformat: fix orig_pos type to match pkt->posPaul B Mahol2013-04-231-1/+1
* | Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'Michael Niedermayer2013-04-221-0/+1
|\|
| * mxfenc: Use correct printf format specifier for int64_tDiego Biurrun2013-04-221-1/+2
* | Merge commit 'b845f5e97b655de0a191f736594777fec9754cf5'Michael Niedermayer2013-04-221-20/+26
|\|
| * riff: Factor out WAVEFORMATEX parsingLuca Barbato2013-04-211-18/+23
| * riff: Add ACTRAC3+ guidPeter Ross2013-04-211-0/+1
* | Merge commit 'a3bf80a5aea577663354bd538e345b283bcb73de'Michael Niedermayer2013-04-221-5/+12
|\|
| * riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross2013-04-211-4/+23
* | Merge commit 'e544782623caf1eb4b2429e9c4f35d6b627accba'Michael Niedermayer2013-04-222-44/+45
|\|
| * riff: Move guid structs and helper functions into riffPeter Ross2013-04-215-65/+68
* | Merge commit '8e329dba378cef0ff6400c7df9c51da167d5a1f0'Michael Niedermayer2013-04-221-1/+5
|\|
| * riff: check for eof if chunk size and code are 0Luca Barbato2013-04-211-0/+4
* | Merge commit '1c88617b9421c9af8ae961c05d2381b19c585026'Michael Niedermayer2013-04-221-143/+200
|\|
| * riff: K&R formatting cosmeticsLuca Barbato2013-04-211-136/+195
* | mxf_timestamp_to_str: dont leave uninitilaized fields in time.Michael Niedermayer2013-04-211-1/+1
* | lavf/gif: add final_delay option.Clément Bœsch2013-04-201-0/+5
* | lavf/gifdec: add loop support.Clément Bœsch2013-04-201-1/+23
* | Merge commit '505642f18276aed03278ac91b1f334ea888eac6a'Michael Niedermayer2013-04-191-7/+7
|\|
| * mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer2013-04-191-0/+11
* | avformat: change seeking index consistency asserts to av_assertsMichael Niedermayer2013-04-191-2/+2
* | lavf/http: remove duplicated dec flag.Clément Bœsch2013-04-191-2/+1
* | lavf/gif: avoid forward declaration.Clément Bœsch2013-04-191-16/+13
* | lavf/gif: correct the delay after the first frame.Clément Bœsch2013-04-191-5/+33
* | lavf/gif: fix timing.Clément Bœsch2013-04-191-13/+10
* | gif: use only one graphic control extension block per image.Clément Bœsch2013-04-191-2/+26
* | mxfdec: fix return variable type for avio_seekMarton Balint2013-04-191-2/+3
* | avformat: Dont stop probing before the whole id3 tag is readMichael Niedermayer2013-04-181-0/+2
* | subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-185-4/+62