summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-03
* rtpdec_vp9: Support parsing the scalability structureMartin Storsjö2016-04-30
* rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö2016-04-30
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented...Martin Storsjö2016-04-30
* rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö2016-04-30
* rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö2016-04-30
* libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-21
* movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-21
* movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-19
* img2enc: Refactor the atomic renaming codeLuca Barbato2016-04-19
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-19
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* matroska: Write the field order informationLuca Barbato2016-04-03
* matroska: Support interlaced content correctlyLuca Barbato2016-03-31
* rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-03-26
* rtmpdh: add an stdio.h includeAnton Khirnov2016-03-25
* testprogs: Clean up #includesDiego Biurrun2016-03-24
* 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