aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* filtfmts: Avoid null pointer dereferenceHimangi Saraogi2015-04-191-2/+13
* avutil: remove pointless bmi1 defineJames Almer2015-04-191-3/+2
* aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun2015-04-191-1/+1
* mpegvideo_enc: Simplify picture allocationVittorio Giovara2015-04-191-7/+5
* motion_est: Fix warning from zero_cmp() assignmentVittorio Giovara2015-04-191-1/+1
* vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr()Vittorio Giovara2015-04-191-5/+3
* mov: Double-check that alias path is not an absolute pathVittorio Giovara2015-04-191-1/+1
* mov: Read alternate absolute path in dref alisVittorio Giovara2015-04-191-1/+3
* Canopus HQ/HQA decoderVittorio Giovara2015-04-1917-1/+9029
* Implement shared parsing of INFO tag in Canopus familyVittorio Giovara2015-04-195-12/+111
* fate: Prefix cllc tests with canopusVittorio Giovara2015-04-194-8/+8
* hqx: Implement slice-threaded decodingVittorio Giovara2015-04-192-60/+79
* hqx: Store shareable data in main decoder contextVittorio Giovara2015-04-192-62/+65
* hqx: Move DSP related code to a separate fileVittorio Giovara2015-04-195-137/+207
* hqx: Merge invalid format check within switch blockVittorio Giovara2015-04-191-2/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-1976-441/+463
* 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