summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* build: Split test programs off into separate filesDiego Biurrun2016-04-074-289/+325
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-13/+13
* matroska: Write the field order informationLuca Barbato2016-04-031-2/+43
* matroska: Support interlaced content correctlyLuca Barbato2016-03-312-1/+43
* rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-03-261-3/+4
* rtmpdh: add an stdio.h includeAnton Khirnov2016-03-251-0/+3
* testprogs: Clean up #includesDiego Biurrun2016-03-242-2/+11
* unix: Use rw_timeout for setting the connect timeoutMartin Storsjö2016-03-241-0/+3
* tcp: Use rw_timeout for setting the connect/listen timeoutsMartin Storsjö2016-03-241-1/+5
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-2421-32/+37
* file: Add an option for following a file that is being writtenMartin Storsjö2016-03-242-1/+5
* avio: Add an option 'rw_timeout'Andrey Utkin2016-03-243-5/+19
* avio: Apply avoptions on the URLContext itself as wellMartin Storsjö2016-03-241-0/+3
* lavf: use new decode APIwm42016-03-231-12/+12
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-2/+2
* build: Add component for the SRTP common codeDiego Biurrun2016-03-231-3/+3
* nuv: Use the correct context for av_image_check_sizeVittorio Giovara2016-03-221-1/+1
* mpegts: Forward the errors on mpeg4 objects parsingLuca Barbato2016-03-201-9/+16
* matroska: Support V_QUICKTIME as written in the specificationLuca Barbato2016-03-151-3/+10
* mov: Check the entries value when parsing dref boxesLuca Barbato2016-03-111-1/+3
* mov: Trim dref absolute pathVittorio Giovara2016-03-051-0/+7
* asfenc: remove an unused variableAnton Khirnov2016-03-051-1/+0
* asfenc: fix some possible integer overflowsAnton Khirnov2016-03-051-11/+25
* avformat_find_stream_info: move duration guessing after updating codec parame...Anton Khirnov2016-03-041-2/+2
* sdp: fix opus sprop-stereo fmtp syntaxMark Harris2016-03-011-1/+1
* lavf: add a missing bump and APIchanges for the codecpar switchAnton Khirnov2016-02-261-1/+1
* img2: Drop av_ prefix for a static functionVittorio Giovara2016-02-241-2/+2
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23223-3863/+4075
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-2210-13/+120
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-2224-54/+162
* aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-221-16/+66
* protocols: make the list of protocols staticAnton Khirnov2016-02-223-12/+59
* lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-223-20/+23
* lavf: move avio_enum_protocols() to protocols.cAnton Khirnov2016-02-222-15/+15
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-2227-120/+218
* hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-221-0/+11
* smoothstreamingenc: do not open the files as read+writeAnton Khirnov2016-02-221-2/+2
* dashenc: eliminate ffurl_* usageAnton Khirnov2016-02-221-18/+14
* lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-222-5/+5
* nutenc: do not use AVCodecContext.frame_sizeAnton Khirnov2016-02-221-2/+9
* matroska: Always consider S_TEXT/UTF8 as SRT when demuxingLuca Barbato2016-02-221-1/+1
* rtpdec: Use the right logging contextDiego Biurrun2016-02-191-10/+8
* mkv: Force the full parsing of mp3Luca Barbato2016-02-191-0/+2
* mov: Force the full parsing of mp3Luca Barbato2016-02-191-0/+3
* voc: Split ff_voc_get_packet into a separate fileDiego Biurrun2016-02-183-103/+122
* build: Introduce iso_media componentDiego Biurrun2016-02-181-10/+12
* build: Let the WTV demuxer select the MPEG-TS demuxerDiego Biurrun2016-02-181-1/+1
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-186-9/+0
* mov: Fix the format specifier type for sizeVittorio Giovara2016-02-161-2/+3
* mov: Use the correct type for sizeLuca Barbato2016-02-141-5/+5