summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* unix: Use rw_timeout for setting the connect timeoutMartin Storsjö2016-03-24
* tcp: Use rw_timeout for setting the connect/listen timeoutsMartin Storsjö2016-03-24
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* file: Add an option for following a file that is being writtenMartin Storsjö2016-03-24
* avio: Add an option 'rw_timeout'Andrey Utkin2016-03-24
* avio: Apply avoptions on the URLContext itself as wellMartin Storsjö2016-03-24
* lavf: use new decode APIwm42016-03-23
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-23
* build: Add component for the SRTP common codeDiego Biurrun2016-03-23
* nuv: Use the correct context for av_image_check_sizeVittorio Giovara2016-03-22
* mpegts: Forward the errors on mpeg4 objects parsingLuca Barbato2016-03-20
* matroska: Support V_QUICKTIME as written in the specificationLuca Barbato2016-03-15
* mov: Check the entries value when parsing dref boxesLuca Barbato2016-03-11
* mov: Trim dref absolute pathVittorio Giovara2016-03-05
* asfenc: remove an unused variableAnton Khirnov2016-03-05
* asfenc: fix some possible integer overflowsAnton Khirnov2016-03-05
* avformat_find_stream_info: move duration guessing after updating codec parame...Anton Khirnov2016-03-04
* sdp: fix opus sprop-stereo fmtp syntaxMark Harris2016-03-01
* lavf: add a missing bump and APIchanges for the codecpar switchAnton Khirnov2016-02-26
* img2: Drop av_ prefix for a static functionVittorio Giovara2016-02-24
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-22
* protocols: make the list of protocols staticAnton Khirnov2016-02-22
* lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-22
* lavf: move avio_enum_protocols() to protocols.cAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-22
* smoothstreamingenc: do not open the files as read+writeAnton Khirnov2016-02-22
* dashenc: eliminate ffurl_* usageAnton Khirnov2016-02-22
* lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-22
* nutenc: do not use AVCodecContext.frame_sizeAnton Khirnov2016-02-22
* matroska: Always consider S_TEXT/UTF8 as SRT when demuxingLuca Barbato2016-02-22
* rtpdec: Use the right logging contextDiego Biurrun2016-02-19
* mkv: Force the full parsing of mp3Luca Barbato2016-02-19
* mov: Force the full parsing of mp3Luca Barbato2016-02-19
* voc: Split ff_voc_get_packet into a separate fileDiego Biurrun2016-02-18
* build: Introduce iso_media componentDiego Biurrun2016-02-18
* build: Let the WTV demuxer select the MPEG-TS demuxerDiego Biurrun2016-02-18
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* mov: Fix the format specifier type for sizeVittorio Giovara2016-02-16
* mov: Use the correct type for sizeLuca Barbato2016-02-14
* lavf: Dump the cpb side data informationLuca Barbato2016-02-13
* asfdec: make sure packet_size is non-zero before seekingAndreas Cadhalpun2016-02-07
* asfdec: check for too small size in asf_read_unknownAndreas Cadhalpun2016-02-07
* asfdec: check avio_skip in asf_read_simple_indexAndreas Cadhalpun2016-02-07
* asfdec: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun2016-02-07
* yuv4mpegenc: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-25
* hls: eliminate ffurl_* usageAnton Khirnov2016-01-24