| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/rtpproto: when local rtp port and local rtcp port are not specified,... | lemonlinger@gmail.com | 2013-10-25 | 1 | -13/+30 |
* | avformat/mp3dec: perform seek resync in the correct direction | Michael Niedermayer | 2013-10-25 | 1 | -2/+3 |
* | avformat/rmdec: english typos | Michael Niedermayer | 2013-10-25 | 1 | -2/+2 |
* | avformat/wavdec: Fix smv packet interleaving | Michael Niedermayer | 2013-10-25 | 1 | -2/+2 |
* | avformat/rmdec: add some error messages | Michael Niedermayer | 2013-10-24 | 1 | -4/+13 |
* | avformat/rmdec: fix return code of ff_rm_parse_packet() | Michael Niedermayer | 2013-10-24 | 1 | -1/+1 |
* | avformat/utils: Check size argument in ff_add_index_entry() | Michael Niedermayer | 2013-10-24 | 1 | -0/+3 |
* | avformat/framehash: add software version to framecrc/md5 | Michael Niedermayer | 2013-10-23 | 1 | -0/+3 |
* | lavf/adtsenc: Add support for APE tags | James Almer | 2013-10-23 | 2 | -1/+31 |
* | Merge commit 'e01fba5562133ac56a4f44c6f214a80ee33cb388' | Michael Niedermayer | 2013-10-23 | 2 | -3/+8 |
|\ |
|
| * | movenc: Add an F4V muxer | Clément Bœsch | 2013-10-23 | 4 | -3/+41 |
| * | nut: Fix unchecked allocations | Derek Buitenhuis | 2013-10-22 | 4 | -4/+16 |
| * | avio: Use AVERROR_PROTOCOL_NOT_FOUND | Luca Barbato | 2013-10-21 | 1 | -1/+1 |
* | | nut: Fix unchecked allocations | Derek Buitenhuis | 2013-10-22 | 4 | -4/+16 |
* | | Merge remote-tracking branch 'cigaes/master' | Michael Niedermayer | 2013-10-21 | 1 | -3/+5 |
|\ \ |
|
| * | | lavf/tee: fix leak of bsfs array. | Nicolas George | 2013-10-21 | 1 | -0/+1 |
| * | | lavf/tee: fix leak of select option. | Nicolas George | 2013-10-21 | 1 | -0/+1 |
| * | | lavf/tee: fix leak of strdup/strtoked buffer. | Nicolas George | 2013-10-21 | 1 | -3/+3 |
* | | | avformat/bintext: protect against potential overflow of chars_per_frame | Michael Niedermayer | 2013-10-21 | 1 | -1/+1 |
|/ / |
|
* | | avformat/mxfdec; parse random index pack to get last partition offset and use... | Paul B Mahol | 2013-10-21 | 1 | -11/+45 |
* | | avformat/vobsub: fix invalid sub queue access while seeking. | Clément Bœsch | 2013-10-20 | 1 | -0/+2 |
* | | avformat/utils: Check av_packet_new_side_data() return before using it | Michael Niedermayer | 2013-10-20 | 1 | -2/+4 |
* | | avformat/oggparsespeex: Check for extradata allocation failure | Michael Niedermayer | 2013-10-20 | 1 | -1/+2 |
* | | avformat/oggparseflac: check ff_alloc_extradata() return code | Michael Niedermayer | 2013-10-20 | 1 | -1/+2 |
* | | avformat/oggparsecelt/celt_header: fix memleak | Michael Niedermayer | 2013-10-20 | 1 | -1/+3 |
* | | avformat/network: check for fcntl() failure in ff_socket() | Michael Niedermayer | 2013-10-20 | 1 | -2/+4 |
* | | avformat/au: add assert to help source code analyzers | Michael Niedermayer | 2013-10-20 | 1 | -0/+2 |
* | | avformat/oggdec: favor av_freep() over av_free() | Michael Niedermayer | 2013-10-19 | 1 | -4/+4 |
* | | 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 |