summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud