summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev2016-01-141-0/+4
* avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-131-0/+2
* lavf/mpjpegdec: Do not call av_log() while probing.Carl Eugen Hoyos2016-01-121-0/+3
* avformat/asfenc: Check ptsMichael Niedermayer2016-01-121-0/+5
* avformat/asfenc: Flush packet before duration becomes unrepresentableMichael Niedermayer2016-01-121-0/+5
* lavf/matroskadec: Use av_realloc() in get_qt_codec()Mats Peterson2016-01-121-3/+3
* rtmpdh: Initialize gcrypt before using itRicardo Constantino2016-01-121-1/+10
* ffmdec: change type of len to ptrdiff_tAndreas Cadhalpun2016-01-111-2/+3
* qtpalette: make the color_* variables unsigned againAndreas Cadhalpun2016-01-111-1/+1
* avformat/dfa: Fix packet leak on errorMichael Niedermayer2016-01-111-0/+1
* lavf/matroskadec: Normalize noncompliant A_QUICKTIME/V_QUICKTIME private dataMats Peterson2016-01-111-13/+35
* lavf/concatdec: do not access packet if av_read_frame returned errorMarton Balint2016-01-101-3/+7
* avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer2016-01-092-4/+8
* avformat/movenc: Check that pkt duration is within 32bit rangeMichael Niedermayer2016-01-091-4/+4
* avformat/ivfenc: fix division by zeroMichael Niedermayer2016-01-081-2/+3
* avformat/mov: Simplify format checking codeMichael Niedermayer2016-01-081-9/+2
* lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000Mats Peterson2016-01-081-0/+9
* lavf/mov: Audio and fourcc 0x00000000Mats Peterson2016-01-081-1/+15
* lavf/uncodedframecrcenc: use FF_CEIL_RSHIFT()Clément Bœsch2016-01-071-1/+1
* lavf/matroskadec: correct codec_tag for "SMI" SVQ3 filesMats Peterson2016-01-061-2/+4
* lavf/matroskaenc: Assume 48kHz sample rate for Opus initial padding.Carl Eugen Hoyos2016-01-052-2/+2
* brstm: fix missing closing braceAndreas Cadhalpun2016-01-041-0/+1
* brstm: also allocate b->table in read_packetAndreas Cadhalpun2016-01-041-0/+4
* brstm: make sure an ADPC chunk was read for adpcm_thpAndreas Cadhalpun2016-01-041-0/+5
* lavf/qtpalette: Ignore greyscale bit in certain casesMats Peterson2016-01-041-1/+3
* ffmdec: reset packet_end in case of failureAndreas Cadhalpun2016-01-031-3/+6
* avformat/ffmdec: Add {} to nested if/elseMichael Niedermayer2016-01-031-3/+4
* ffmdec: change type of state and id to unsignedAndreas Cadhalpun2016-01-021-2/+3
* Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'Hendrik Leppkes2016-01-022-3/+3
|\
| * Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-262-3/+3
* | Merge commit '5049f6b772891cdf4030a9d572362efc8f7ae97f'Hendrik Leppkes2016-01-021-6/+0
|\ \ | |/
| * rtpdec_jpeg: Coalesce redundant error checksDiego Biurrun2015-12-261-6/+0
| * mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel2015-12-141-1/+13
| * r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov2015-12-141-1/+1
* | oggparsedaala: reject too large gpshiftAndreas Cadhalpun2016-01-022-2/+7
* | avcodec/utils: fix AVPacket lifetime in seek_frame_genericHendrik Leppkes2016-01-021-2/+5
* | avformat/mp3dec: Remove unused variableMichael Niedermayer2016-01-011-1/+1
* | lavf/srtdec: rewrite parsing logicClément Bœsch2016-01-011-50/+115
* | Merge commit '64f8c439fd663fec4d57ac21af572d498fe21f7a'Hendrik Leppkes2016-01-011-2/+2
|\ \ | |/
| * rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-131-2/+2
| * vocdec: do not create the stream in read_header()Anton Khirnov2015-12-121-5/+8
* | Merge commit '2d0432d918a71468419b7ac1e543ab3b399d3d37'Hendrik Leppkes2016-01-011-38/+39
|\ \ | |/
| * vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov2015-12-121-38/+39
| * flvdec: do not create any streams in read_header()Anton Khirnov2015-12-121-9/+2
* | Revert "Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'"Michael Niedermayer2016-01-011-0/+5
* | Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'Hendrik Leppkes2016-01-011-11/+6
|\ \ | |/
| * mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-11/+6
* | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes2016-01-012-8/+8
|\ \ | |/
| * mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-122-7/+10
* | Merge commit '6bf4c1d71199b92894f24db6386ed5070e590a16'Hendrik Leppkes2016-01-011-13/+26
|\ \ | |/