summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* riff: add C210 FourCC (Canopus C210)Piotr Bandurski2016-01-21
* riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-21
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-21
* flvdec: Add sanity checking of the last packet sizeMartin Storsjö2016-01-19
* flvdec: perform duration search just onceMichael Niedermayer2016-01-19
* nutdec: only copy the header if it existsAndreas Cadhalpun2016-01-13
* nuv: sanitize negative fps rateAndreas Cadhalpun2016-01-13
* movenc-test: stop setting the GLOBAL_HEADER codec flagAnton Khirnov2016-01-12
* mux: drop the warning about global headersAnton Khirnov2016-01-12
* swfdec: support compressed swfClément Bœsch2016-01-11
* asfdec: Fix typo in commentAlexandra Hájková2016-01-11
* asfdec: Remove unused function parametersAlexandra Hájková2016-01-07
* asfdec: reject size > INT64_MAX in asf_read_unknownAndreas Cadhalpun2016-01-07
* asfdec: only set asf_pkt->data_size after sanity checksAndreas Cadhalpun2016-01-07
* Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-26
* rtpdec_jpeg: Coalesce redundant error checksDiego Biurrun2015-12-26
* mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel2015-12-14
* r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov2015-12-14
* rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-13
* vocdec: do not create the stream in read_header()Anton Khirnov2015-12-12
* vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov2015-12-12
* flvdec: do not create any streams in read_header()Anton Khirnov2015-12-12
* mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
* r3d: do not create the audio stream until we know the sample rateAnton Khirnov2015-12-12
* ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-12
* rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-12
* matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-07
* rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-07
* movenc-test: add a missing va_end callGanesh Ajjanagadde2015-12-07
* mxfenc: always assume long gopAnton Khirnov2015-12-06
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-06
* mpegenc: use the CPB props side dataAnton Khirnov2015-12-06
* movenc: use the CPB props side dataAnton Khirnov2015-12-06
* avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-02
* avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-02
* avi: Use the correct data typeLuca Barbato2015-12-02
* lavf: G.723.1 muxerMohamed Naufal2015-11-30
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-28
* dvenc: Validate the frame size before copying itLuca Barbato2015-11-28
* nut: Mark non-fatal errors as warningsLuca Barbato2015-11-25
* nut: Provide more information on failureLuca Barbato2015-11-25
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-25
* udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-25
* udp: Use the logging contextLuca Barbato2015-11-25
* rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-25
* movenc-test: Fix integer overflowsMichael Niedermayer2015-11-24
* asfdec: handle the case when the stream index has an invalid value betterAlexandra Hájková2015-11-23
* oggparsespeex: Fix unchecked mallocDerek Buitenhuis2015-11-23