summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* movenc: Add a test for VFR with b-frames, with a duration change at a fragmen...Martin Storsjö2016-05-182-1/+42
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-186-1/+49
* movenc-test: Test write_data_typeMartin Storsjö2016-05-182-1/+143
* matroskaenc: Provide output bytestream markersMartin Storsjö2016-05-181-0/+7
* movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-181-0/+16
* flvenc: Provide output bytestream markersMartin Storsjö2016-05-181-0/+4
* avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-185-3/+127
* avprobe: Print stereo3d informationVittorio Giovara2016-05-171-0/+12
* stereo3d: Add API to get name from value or value from nameVittorio Giovara2016-05-175-30/+57
* lavf: Raw G.729 demuxerVladimir Voroshilov2016-05-175-2/+110
* fate: Update fate-lavf-ts after commit 393596f9d5Martin Storsjö2016-05-171-1/+1
* tools: Port to codec parameters APIDiego Biurrun2016-05-172-46/+47
* mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie2016-05-171-1/+3
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-177-44/+74
* avconv_dxva2: use the hwcontext APIAnton Khirnov2016-05-171-193/+113
* hwcontext: add a dxva2 implementationAnton Khirnov2016-05-178-1/+376
* mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of...Alexandra Hájková2016-05-161-10/+10
* Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková2016-05-162-9/+9
* lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov2016-05-161-0/+6
* x86inc: Enable AVX emulation in additional casesAnton Mitrofanov2016-05-161-8/+13
* x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov2016-05-161-2/+2
* x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov2016-05-161-20/+24
* x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner2016-05-161-14/+14
* avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov2016-05-161-1/+4
* lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-161-0/+7
* Combine deprecation guards where appropriateDiego Biurrun2016-05-132-8/+8
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-1360-164/+204
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-1310-37/+37
* Add some more deprecation guardsDiego Biurrun2016-05-113-0/+10
* Reduce the scope of some variablesDiego Biurrun2016-05-117-11/+19
* 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
* avconv_vaapi: fix double-free with some unsupported streamsMark Thompson2016-05-101-2/+2
* pgssub: Fix subpicture colorspace and rangeJan Ekström2016-05-101-2/+8
* colorspace: Add support for BT709Jan Ekström2016-05-101-0/+11
* simple_idct_template: Fix strict aliasing violationMichael Niedermayer2016-05-101-8/+10
* avio: Remove a leftover commentMartin Storsjö2016-05-061-2/+0
* Mark read-only tables as staticDiego Biurrun2016-05-0515-28/+29
* configure: Document --enable-libfontconfigDiego Biurrun2016-05-051-0/+1
* vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun2016-05-041-48/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04361-964/+962
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-0411-13/+19
* h264: Drop broken trace debug outputDiego Biurrun2016-05-032-2/+0
* vaapi: Drop pointless debug outputDiego Biurrun2016-05-035-20/+0
* libopencore-amr: Fix ff_dlog()/av_log() invocationsDiego Biurrun2016-05-031-6/+8
* Drop pointless assert.h #includesDiego Biurrun2016-05-0325-51/+3
* mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-031-0/+5
* fate: Add test for MTS2/MSS4Diego Biurrun2016-05-022-0/+132
* 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