summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mov: Use the correct type for sizeLuca Barbato2016-02-141-5/+5
* lavf: Dump the cpb side data informationLuca Barbato2016-02-131-0/+20
* asfdec: make sure packet_size is non-zero before seekingAndreas Cadhalpun2016-02-071-0/+4
* asfdec: check for too small size in asf_read_unknownAndreas Cadhalpun2016-02-071-1/+6
* asfdec: check avio_skip in asf_read_simple_indexAndreas Cadhalpun2016-02-071-2/+6
* asfdec: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun2016-02-071-0/+2
* yuv4mpegenc: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-251-2/+2
* hls: eliminate ffurl_* usageAnton Khirnov2016-01-241-44/+25
* lavf: allow custom IO for all filesAnton Khirnov2016-01-2414-68/+126
* riff: add C210 FourCC (Canopus C210)Piotr Bandurski2016-01-211-0/+1
* riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-211-0/+1
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-213-5/+18
* flvdec: Add sanity checking of the last packet sizeMartin Storsjö2016-01-191-7/+9
* flvdec: perform duration search just onceMichael Niedermayer2016-01-191-1/+4
* nutdec: only copy the header if it existsAndreas Cadhalpun2016-01-131-1/+2
* nuv: sanitize negative fps rateAndreas Cadhalpun2016-01-131-0/+9
* movenc-test: stop setting the GLOBAL_HEADER codec flagAnton Khirnov2016-01-121-2/+0
* mux: drop the warning about global headersAnton Khirnov2016-01-121-6/+0
* swfdec: support compressed swfClément Bœsch2016-01-112-4/+95
* asfdec: Fix typo in commentAlexandra Hájková2016-01-111-1/+1
* asfdec: Remove unused function parametersAlexandra Hájková2016-01-071-10/+9
* asfdec: reject size > INT64_MAX in asf_read_unknownAndreas Cadhalpun2016-01-071-0/+3
* asfdec: only set asf_pkt->data_size after sanity checksAndreas Cadhalpun2016-01-071-8/+10
* Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-262-3/+3
* 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
* 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
* 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
* mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-11/+6
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-122-7/+10
* r3d: do not create the audio stream until we know the sample rateAnton Khirnov2015-12-121-12/+25
* ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-5/+0
* rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-2/+5
* matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-071-2/+34
* rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-071-0/+1
* movenc-test: add a missing va_end callGanesh Ajjanagadde2015-12-071-0/+1
* mxfenc: always assume long gopAnton Khirnov2015-12-061-1/+1
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-061-9/+22
* mpegenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+10
* movenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+8
* avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-021-62/+72
* avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-021-1/+4
* avi: Use the correct data typeLuca Barbato2015-12-021-2/+3
* lavf: G.723.1 muxerMohamed Naufal2015-11-304-2/+16
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-281-6/+37
* dvenc: Validate the frame size before copying itLuca Barbato2015-11-281-0/+5
* nut: Mark non-fatal errors as warningsLuca Barbato2015-11-251-2/+4
OpenPOWER on IntegriCloud