summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* nut: Provide more information on failureLuca Barbato2015-11-251-5/+10
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-253-10/+20
* udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-251-1/+3
* udp: Use the logging contextLuca Barbato2015-11-251-14/+28
* rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-251-2/+8
* movenc-test: Fix integer overflowsMichael Niedermayer2015-11-241-4/+4
* asfdec: handle the case when the stream index has an invalid value betterAlexandra Hájková2015-11-231-3/+17
* oggparsespeex: Fix unchecked mallocDerek Buitenhuis2015-11-231-0/+2
* movenc: add fallback audio track tref supportJohn Stebbins2015-11-181-4/+15
OpenPOWER on IntegriCloud