summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-137-6/+12
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-131-0/+1
* Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+1
* rtsp: Parse SSRC attributes in the SDPMartin Storsjö2016-05-112-0/+9
* rtpdec: Always check if we have the next packet queuedMartin Storsjö2016-05-111-1/+1
* avio: Remove a leftover commentMartin Storsjö2016-05-061-2/+0
* Mark read-only tables as staticDiego Biurrun2016-05-057-12/+13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-0478-200/+200
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-045-6/+12
* Drop pointless assert.h #includesDiego Biurrun2016-05-036-14/+0
* mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-031-0/+5
* rtpdec_vp9: Support parsing the scalability structureMartin Storsjö2016-04-301-2/+58
* rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö2016-04-301-3/+1
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented...Martin Storsjö2016-04-302-2/+2
* rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö2016-04-301-22/+12
* rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö2016-04-301-0/+6
* libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-211-1/+1
* movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-211-1/+4
* movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-191-1/+2
* img2enc: Refactor the atomic renaming codeLuca Barbato2016-04-191-27/+46
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-191-107/+1
* 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
OpenPOWER on IntegriCloud