summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * r3d: do not create the audio stream until we know the sample rateAnton Khirnov2015-12-121-12/+25
* | Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'Hendrik Leppkes2016-01-011-5/+0
|\ \ | |/
| * ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-5/+0
* | Merge commit '1f008f34d5b2b5f6217521747e7acfe3efc0e666'Hendrik Leppkes2016-01-011-2/+5
|\ \ | |/
| * rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-2/+5
* | avformat/mov: support cenc (common encryption)erankor2015-12-312-0/+194
* | avformat/movenc: Use strict_std_compliance from the muxer layer instead of th...Michael Niedermayer2015-12-301-1/+1
* | oggparsedaala: check number of planes in pixel format mapAndreas Cadhalpun2015-12-291-0/+6
* | lavf/qtpalette: Treat 1-bit video as palettizedMats Peterson2015-12-292-3/+10
* | lavf/mpegtsenc: add automatic bitstream filteringRodger Combs2015-12-281-30/+35
* | lavf/matroskaenc: add automatic bitstream filteringRodger Combs2015-12-281-8/+35
* | lavf: add internal API to append a bsf to a stream's listRodger Combs2015-12-282-0/+33
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-284-4/+87
* | lavf/tee: use lavf API for applying bitstream filtersRodger Combs2015-12-281-43/+3
* | lavf: add API to apply a list of bsfs to a packetRodger Combs2015-12-282-0/+60
* | avformat/qtpalette: Move ff_get_qtpalette() doxy to headerMichael Niedermayer2015-12-282-9/+9
* | avformat/matroskadec: palettized QuickTime video in MatroskaMats Peterson2015-12-281-1/+25
* | avformat: factor ff_get_qtpalette() out of mov.cMats Peterson2015-12-284-70/+135
* | avformat/hls: Added http_proxy supportJoel Holdsworth2015-12-271-1/+10
* | avformat/hls: Remember to free HLSContext::headersJoel Holdsworth2015-12-271-0/+1
* | avformat/http: Added http_proxy optionJoel Holdsworth2015-12-271-1/+3
OpenPOWER on IntegriCloud