summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-1944-365/+366
* log: Introduce a more verbose debug levelVittorio Giovara2015-04-196-4/+24
* matroskadec: fix crash when parsing invalid mkvThomas Guillem2015-04-181-2/+6
* configure: Simplify avisynth checkDiego Biurrun2015-04-151-2/+2
* avisynth: Simplify shared library name constructionDiego Biurrun2015-04-151-5/+3
* x265: Map color parametersLuca Barbato2015-04-151-0/+16
* x264: Map color parametersLuca Barbato2015-04-151-0/+5
* avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-142-7/+8
* avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-141-9/+9
* mpeg4videodec: Remove useless messageswm42015-04-141-6/+1
* mmal: Reference MMAL VC lib explicitlywm42015-04-141-0/+8
* mmal: Move system headers before local headerswm42015-04-141-6/+6
* ffv1: Check memory allocationsVittorio Giovara2015-04-131-4/+16
* rtsp: Fix unchecked return valueHimangi Saraogi2015-04-121-2/+6
* rtsp: Check a malloc return valueHimangi Saraogi2015-04-121-0/+2
* libx265: print supported presets and tunes on errorJames Almer2015-04-111-1/+14
* libdc1394: Unbreak build after c201069faMichael Kostylev2015-04-111-10/+10
* vfwcap: Unbreak building after c201069faMartin Storsjö2015-04-111-3/+6
* avdevice: Apply a more consistent file naming schemeDiego Biurrun2015-04-0914-29/+27
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-0910-19/+40
* libavformat: Handle error return from ff_listen_bindAnders Nystrom2015-04-092-8/+7
* hqx: Fix clipping error in idct put functionFerdinand Oeinck2015-04-092-2/+2
* riff: Add 'M705' FourCC for mpeg2videoVittorio Giovara2015-04-091-0/+1
* dnxhd: Log the selected profile idVittorio Giovara2015-04-091-0/+1
* mov: Rely on box type rather than file type for colr atomVittorio Giovara2015-04-091-2/+2
* v210: Fix typo in header guardsVittorio Giovara2015-04-091-3/+3
* g2meet: K&R formatting cosmeticsDiego Biurrun2015-04-081-2/+4
* matroskadec: export cover art correctlywm42015-04-084-14/+48
* parseutils: Make av_small_strptime publicLuca Barbato2015-04-076-17/+42
* parseutils: Extend small_strptime to be used in avformatLuca Barbato2015-04-061-50/+58
* svq3: initialize some required H264Context fields.Anton Khirnov2015-04-051-0/+12
* libavcodec: Clarify the documentation of the internal codec capability flagsMartin Storsjö2015-04-051-2/+7
* avcodec/libx265: export chosen picture typesMichael Niedermayer2015-04-051-0/+13
* h264: reset the private data in init_thread_copy()Anton Khirnov2015-04-051-2/+2
* h264: remove a commented out nonsense lineAnton Khirnov2015-04-051-1/+0
* h264: drop redundant initialization of the scaling matricesAnton Khirnov2015-04-051-3/+0
* h264: factor out common code from init() and init_thread_copy()Anton Khirnov2015-04-051-39/+43
* h264: drop redundant initialization in init()Anton Khirnov2015-04-051-14/+0
* h264: initialize cur_chroma_format_idcAnton Khirnov2015-04-051-0/+1
* h264: use the correct SPS during PPS parsingAnton Khirnov2015-04-051-8/+14
* avconv: Avoid theoretical NULL dereferencesHimangi Saraogi2015-04-041-2/+7
* h264: disable ER by defaultAnton Khirnov2015-04-034-2/+30
* avconv: do not overwrite the stream codec context for streamcopyAnton Khirnov2015-04-031-11/+12
* FATE: add a test for parameter changes in HEVCAnton Khirnov2015-04-032-0/+270
* hevc: make sure no dangling pointers remain around on VPS/SPS changeAnton Khirnov2015-04-031-7/+39
* hevc: do not change the VPS if its contents are the sameAnton Khirnov2015-04-031-2/+8
* hevc: export stream parameters from extradataAnton Khirnov2015-04-031-1/+11
* hevc: split out setting AVCodecContext parametersAnton Khirnov2015-04-031-40/+48
* mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö2015-04-031-1/+4
* rtsp: Add a buffer_size optionLuca Barbato2015-04-013-10/+42