summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/vobsub: fix invalid sub queue access while seeking.Clément Bœsch2013-10-201-0/+2
* avformat/utils: Check av_packet_new_side_data() return before using itMichael Niedermayer2013-10-201-2/+4
* avformat/oggparsespeex: Check for extradata allocation failureMichael Niedermayer2013-10-201-1/+2
* avformat/oggparseflac: check ff_alloc_extradata() return codeMichael Niedermayer2013-10-201-1/+2
* avformat/oggparsecelt/celt_header: fix memleakMichael Niedermayer2013-10-201-1/+3
* avformat/network: check for fcntl() failure in ff_socket()Michael Niedermayer2013-10-201-2/+4
* avformat/au: add assert to help source code analyzersMichael Niedermayer2013-10-201-0/+2
* avformat/oggdec: favor av_freep() over av_free()Michael Niedermayer2013-10-191-4/+4
* Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-194-7/+7
* avformat/wtvdec: drop SHIFT_SECTOR_BITS() macroMichael Niedermayer2013-10-191-4/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-192-9/+16
|\
| * wtv: Seek by sector properlyLuca Barbato2013-10-181-9/+16
* | avformat/wtv: rename to wtv_commonMichael Niedermayer2013-10-192-2/+2
* | Fix decoding of G.726 in AIFF.Carl Eugen Hoyos2013-10-182-1/+3
* | lavf/riff: Fix a comment.Carl Eugen Hoyos2013-10-181-1/+1
* | avformat: Use G726LE decoder for Sun AU filesCarl Eugen Hoyos2013-10-181-1/+13
* | Support 4k AVC-Intra in mov.Carl Eugen Hoyos2013-10-181-0/+1
* | avformat/flvdec: use avpriv_request_sample()Paul B Mahol2013-10-181-2/+2
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-10-171-4/+4
|\ \
| * | Add some necessary casts in the wtv demuxer.Carl Eugen Hoyos2013-10-171-4/+4
* | | avformat/hevcdec: add more irap cases to hevc_probe()Dirk Farin2013-10-171-2/+6
* | | avformat/hevcdec: cosmetics, whitespacesDirk Farin2013-10-171-24/+26
|/ /
* | Support HEVC in transport streams.Carl Eugen Hoyos2013-10-161-0/+1
* | avformat/mov: fix "correctly" typoMichael Niedermayer2013-10-161-1/+1
* | lavf/matroskadec: Support HEVC demuxing.Yusuke Nakamura2013-10-162-1/+3
* | lavf/mov: Support HEVC demuxing.Yusuke Nakamura2013-10-162-3/+10
* | hevc: add ts demux supportMickaël Raulet2013-10-151-0/+1
* | avformat: rename a few more h.265 to HEVCMichael Niedermayer2013-10-153-4/+4
* | lavf/segment: simplify logic and fix !=0 check on segment_end return valueStefano Sabatini2013-10-151-5/+3
* | lavf/segment: log segments as they end to AV_LOG_VERBOSEBilly Shambrook2013-10-151-0/+4
* | lavf/segment: simplify segment_count updateStefano Sabatini2013-10-151-6/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-151-1/+2
|\ \ | |/
| * http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-141-1/+2
* | matroskadec: Demux support for SeekPreRoll and CodecDelayVignesh Venkatasubramanian2013-10-141-0/+15
* | avformat/rpl: use avpriv_report_missing_feature/avpriv_request_samplePaul B Mahol2013-10-141-8/+4
* | Support H.264 fourcc UMSV.Carl Eugen Hoyos2013-10-141-0/+1
* | Merge commit '84a125c4c28f3e3e215d2e6c32f7f0ec43bbc04c'Michael Niedermayer2013-10-143-28/+92
|\ \ | |/
| * rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-143-28/+92
* | movenc: use ff_alloc_extradata()James Almer2013-10-141-3/+1
* | oggparsecelt: use ff_alloc_extradata()James Almer2013-10-141-12/+3
* | oggparseopus: use ff_alloc_extradata()James Almer2013-10-141-6/+2
* | avformat/http: check the auth string contents not the pointer which cannot be...Michael Niedermayer2013-10-141-1/+1
* | Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af'Michael Niedermayer2013-10-142-2/+18
|\ \ | |/
| * http: Support auth method detection for POSTMartin Storsjö2013-10-132-2/+18
* | Merge commit 'eb8b05a3824a9fa85e20d603595ac8a3b83505d4'Michael Niedermayer2013-10-142-1/+4
|\ \ | |/
| * http: Add an option for forcing basic authenticationMartin Storsjö2013-10-132-1/+4
* | avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_tPaul B Mahol2013-10-131-8/+8
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-1352-218/+83
* | avformat: add ff_alloc_extradata() helperPaul B Mahol2013-10-132-0/+29
* | avformat/oggparseopus: fix nb_headersMichael Niedermayer2013-10-131-0/+1
OpenPOWER on IntegriCloud