| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/hlsenc: Fix wording in comment | Michael Niedermayer | 2015-07-26 | 1 | -1/+1 |
* | avformat/hlsenc: Add WebVtt support in hls | Anshul Maheshwari | 2015-07-26 | 1 | -10/+192 |
* | avformat/ipmovie: Fix late audio detection | Michael Niedermayer | 2015-07-26 | 1 | -2/+3 |
* | avformat/ipmovie: Parse&handle late audio init | Michael Niedermayer | 2015-07-26 | 1 | -1/+6 |
* | avformat/ipmovie: Factor init_audio() out | Michael Niedermayer | 2015-07-26 | 1 | -18/+26 |
* | avformat/nutenc: Omit AV_PKT_DATA_QUALITY_STATS when storing side data. | Michael Niedermayer | 2015-07-25 | 1 | -0/+1 |
* | avformat/async: wake up main thread before exit background thread | Zhang Rui | 2015-07-25 | 1 | -0/+1 |
* | avformat/async: move more code into locked area in background thread | Zhang Rui | 2015-07-25 | 1 | -4/+5 |
* | Merge commit '7f388c0fabc51eca3106e7cc443393269435ab52' | Michael Niedermayer | 2015-07-23 | 1 | -1/+1 |
|\ |
|
| * | asfdec: remove the wrong condition | Alexandra Hájková | 2015-07-23 | 1 | -1/+1 |
* | | Merge commit 'aed7715b8fa295980c221f1cd095d42cd3bd74a6' | Michael Niedermayer | 2015-07-23 | 1 | -1/+1 |
|\| |
|
| * | asfdec: increment nb_streams right after the stream allocation | Alexandra Hájková | 2015-07-23 | 1 | -1/+1 |
* | | Merge commit 'ee80f834cbb6dbacdc1efb4c658a7d775e82ebff' | Michael Niedermayer | 2015-07-23 | 1 | -0/+1 |
|\| |
|
| * | asfdec: set nb_streams to 0 in the asf_read_close | Alexandra Hájková | 2015-07-23 | 1 | -0/+1 |
* | | avformat/dump: Also print pict_type in dump_sidedata() for AV_PKT_DATA_QUALIT... | Michael Niedermayer | 2015-07-22 | 1 | -1/+1 |
* | | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS | Michael Niedermayer | 2015-07-22 | 1 | -2/+2 |
* | | Merge commit '2a187a074a7f5ad9f01f72ac9715ddfcb2dbb8ec' | Michael Niedermayer | 2015-07-22 | 1 | -0/+2 |
|\| |
|
| * | asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0 | Alexandra Hájková | 2015-07-22 | 1 | -0/+2 |
* | | Merge commit '93f16f338f9e8aba0c006752eb3afc3fe6e137fd' | Michael Niedermayer | 2015-07-22 | 1 | -3/+8 |
|\| |
|
| * | asfdec: close the demuxer properly when read_header is failing | Alexandra Hájková | 2015-07-22 | 1 | -3/+8 |
* | | Merge commit '5655236a67203d923755f285584c6e68abe7e33f' | Michael Niedermayer | 2015-07-22 | 1 | -7/+10 |
|\| |
|
| * | asfdec: factor out seeking to the Data Object outside while | Alexandra Hájková | 2015-07-22 | 1 | -7/+10 |
* | | avformat/asfdec_f: Parse ECC byte according to spec | Michael Niedermayer | 2015-07-22 | 1 | -7/+21 |
* | | Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2015-07-22 | 1 | -7/+7 |
* | | lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input. | Carl Eugen Hoyos | 2015-07-22 | 3 | -0/+10 |
* | | avformat/asfdec_f: Improve packet resync heuristic | Michael Niedermayer | 2015-07-22 | 1 | -1/+1 |
* | | avformat/asfdec_f: Do not print errors if packets do not start with ECC | Michael Niedermayer | 2015-07-22 | 1 | -35/+46 |
* | | avformat/asfdec_f: Increase the amount of information provided in cases of er... | Michael Niedermayer | 2015-07-22 | 1 | -4/+4 |
* | | avformat/async: rename async_interrupt_callback to async_check_interrupt | Zhang Rui | 2015-07-21 | 1 | -5/+5 |
* | | avformat/async: fix interrupt_callback usage and return code | Zhang Rui | 2015-07-21 | 1 | -6/+5 |
* | | avformat/async: Add missing else | Michael Niedermayer | 2015-07-21 | 1 | -1/+1 |
* | | fate: add test for async protocol | Zhang Rui | 2015-07-21 | 2 | -1/+173 |
* | | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b' | Michael Niedermayer | 2015-07-21 | 1 | -0/+3 |
|\| |
|
| * | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 1 | -0/+3 |
* | | avformat/mp3dec: Rename sync() function to avoid build failure on android | Michael Niedermayer | 2015-07-20 | 1 | -2/+2 |
* | | avformat/avidec: Fix demuxing avi with broken index | Michael Niedermayer | 2015-07-20 | 1 | -2/+6 |
* | | lavf/rtpenc_jpeg: Warn if number of present quantization tables is not two. | Carl Eugen Hoyos | 2015-07-20 | 1 | -0/+4 |
* | | avformat/mp3dec: remove unused variable | James Almer | 2015-07-19 | 1 | -1/+0 |
* | | Add support for Audible AAX (and AAX+) files | Vesselin Bontchev | 2015-07-19 | 2 | -0/+136 |
* | | avformat/mp3dec: split position sync code out | Michael Niedermayer | 2015-07-19 | 1 | -37/+45 |
* | | Merge commit 'e61f39849c2e2b7f492c17b42058242ed2fa4d57' | Michael Niedermayer | 2015-07-19 | 1 | -1/+1 |
|\| |
|
| * | asfdec: make nb_sub to be unsigned int | Alexandra Hájková | 2015-07-19 | 1 | -1/+1 |
* | | Merge commit '2883ef34b59c9b427c4cfad4620c3235e5778406' | Michael Niedermayer | 2015-07-19 | 1 | -13/+24 |
|\| |
|
| * | asfdec: read the replicated data in a separate function | Alexandra Hájková | 2015-07-19 | 1 | -13/+24 |
* | | Merge commit '0989d3ad1fbd7509815208b0a5792918492d2a68' | Michael Niedermayer | 2015-07-19 | 1 | -2/+2 |
|\| |
|
| * | asfdec: convert condition for the replicated data reading to be safer | Alexandra Hájková | 2015-07-19 | 1 | -2/+2 |
* | | Merge commit '406627287e015ce381795e85e2557b12bf60ca35' | Michael Niedermayer | 2015-07-19 | 1 | -11/+13 |
|\| |
|
| * | asfdec: do not read replicated data when their length is 0 | Alexandra Hájková | 2015-07-19 | 1 | -11/+13 |
| * | Revert "mov: Double-check that alias path is not an absolute path" | Vittorio Giovara | 2015-07-17 | 1 | -1/+1 |
* | | avformat/mpegtsenc: Add sdt_period, similar to pat_period | Michael Niedermayer | 2015-07-18 | 1 | -1/+15 |