| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not leave positive values undefined when negative are defined as error | Michael Niedermayer | 2013-10-19 | 4 | -7/+7 |
* | avformat/wtvdec: drop SHIFT_SECTOR_BITS() macro | Michael Niedermayer | 2013-10-19 | 1 | -4/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-19 | 2 | -9/+16 |
|\ |
|
| * | wtv: Seek by sector properly | Luca Barbato | 2013-10-18 | 1 | -9/+16 |
* | | avformat/wtv: rename to wtv_common | Michael Niedermayer | 2013-10-19 | 2 | -2/+2 |
* | | Fix decoding of G.726 in AIFF. | Carl Eugen Hoyos | 2013-10-18 | 2 | -1/+3 |
* | | lavf/riff: Fix a comment. | Carl Eugen Hoyos | 2013-10-18 | 1 | -1/+1 |
* | | avformat: Use G726LE decoder for Sun AU files | Carl Eugen Hoyos | 2013-10-18 | 1 | -1/+13 |
* | | Support 4k AVC-Intra in mov. | Carl Eugen Hoyos | 2013-10-18 | 1 | -0/+1 |
* | | avformat/flvdec: use avpriv_request_sample() | Paul B Mahol | 2013-10-18 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2013-10-17 | 1 | -4/+4 |
|\ \ |
|
| * | | Add some necessary casts in the wtv demuxer. | Carl Eugen Hoyos | 2013-10-17 | 1 | -4/+4 |
* | | | avformat/hevcdec: add more irap cases to hevc_probe() | Dirk Farin | 2013-10-17 | 1 | -2/+6 |
* | | | avformat/hevcdec: cosmetics, whitespaces | Dirk Farin | 2013-10-17 | 1 | -24/+26 |
|/ / |
|
* | | Support HEVC in transport streams. | Carl Eugen Hoyos | 2013-10-16 | 1 | -0/+1 |
* | | avformat/mov: fix "correctly" typo | Michael Niedermayer | 2013-10-16 | 1 | -1/+1 |
* | | lavf/matroskadec: Support HEVC demuxing. | Yusuke Nakamura | 2013-10-16 | 2 | -1/+3 |
* | | lavf/mov: Support HEVC demuxing. | Yusuke Nakamura | 2013-10-16 | 2 | -3/+10 |
* | | hevc: add ts demux support | Mickaël Raulet | 2013-10-15 | 1 | -0/+1 |
* | | avformat: rename a few more h.265 to HEVC | Michael Niedermayer | 2013-10-15 | 3 | -4/+4 |
* | | lavf/segment: simplify logic and fix !=0 check on segment_end return value | Stefano Sabatini | 2013-10-15 | 1 | -5/+3 |
* | | lavf/segment: log segments as they end to AV_LOG_VERBOSE | Billy Shambrook | 2013-10-15 | 1 | -0/+4 |
* | | lavf/segment: simplify segment_count update | Stefano Sabatini | 2013-10-15 | 1 | -6/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-15 | 1 | -1/+2 |
|\| |
|
| * | http: Check the auth string contents and not only the pointer | Michael Niedermayer | 2013-10-14 | 1 | -1/+2 |
* | | matroskadec: Demux support for SeekPreRoll and CodecDelay | Vignesh Venkatasubramanian | 2013-10-14 | 1 | -0/+15 |
* | | avformat/rpl: use avpriv_report_missing_feature/avpriv_request_sample | Paul B Mahol | 2013-10-14 | 1 | -8/+4 |
* | | Support H.264 fourcc UMSV. | Carl Eugen Hoyos | 2013-10-14 | 1 | -0/+1 |
* | | Merge commit '84a125c4c28f3e3e215d2e6c32f7f0ec43bbc04c' | Michael Niedermayer | 2013-10-14 | 3 | -28/+92 |
|\| |
|
| * | rtmp: Allocate the prev_pkt arrays dynamically | Martin Storsjö | 2013-10-14 | 3 | -28/+92 |
* | | movenc: use ff_alloc_extradata() | James Almer | 2013-10-14 | 1 | -3/+1 |
* | | oggparsecelt: use ff_alloc_extradata() | James Almer | 2013-10-14 | 1 | -12/+3 |
* | | oggparseopus: use ff_alloc_extradata() | James Almer | 2013-10-14 | 1 | -6/+2 |
* | | avformat/http: check the auth string contents not the pointer which cannot be... | Michael Niedermayer | 2013-10-14 | 1 | -1/+1 |
* | | Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af' | Michael Niedermayer | 2013-10-14 | 2 | -2/+18 |
|\| |
|
| * | http: Support auth method detection for POST | Martin Storsjö | 2013-10-13 | 2 | -2/+18 |
* | | Merge commit 'eb8b05a3824a9fa85e20d603595ac8a3b83505d4' | Michael Niedermayer | 2013-10-14 | 2 | -1/+4 |
|\| |
|
| * | http: Add an option for forcing basic authentication | Martin Storsjö | 2013-10-13 | 2 | -1/+4 |
* | | avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_t | Paul B Mahol | 2013-10-13 | 1 | -8/+8 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 52 | -218/+83 |
* | | avformat: add ff_alloc_extradata() helper | Paul B Mahol | 2013-10-13 | 2 | -0/+29 |
* | | avformat/oggparseopus: fix nb_headers | Michael Niedermayer | 2013-10-13 | 1 | -0/+1 |
* | | avformat/vocdec: return AVERROR_EOF when EOF is reached | Paul B Mahol | 2013-10-13 | 1 | -1/+1 |
* | | Merge commit 'fd2384f02b905a106fba9222ece4ddbe2ec61937' | Michael Niedermayer | 2013-10-13 | 1 | -3/+1 |
|\| |
|
| * | oggparsevorbis: fail on memory allocation error | Vittorio Giovara | 2013-10-12 | 1 | -3/+1 |
* | | Merge commit 'c18375ec8040a9fe0f186b2033dc975883143758' | Michael Niedermayer | 2013-10-13 | 1 | -1/+7 |
|\| |
|
| * | oggvorbisdec: add support for embedded cover art | James Almer | 2013-10-12 | 2 | -2/+29 |
* | | Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8' | Michael Niedermayer | 2013-10-13 | 5 | -14/+15 |
|\| |
|
| * | flac: move picture parsing code in a separate file | James Almer | 2013-10-12 | 4 | -130/+183 |
* | | Merge commit 'ecab1c77410f023b437c6ed3a3281be8f039e574' | Michael Niedermayer | 2013-10-13 | 1 | -22/+29 |
|\| |
|