summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h263: Convert function to macroVittorio Giovara2015-04-285-17/+5
* h263: Drop commented-out code and a related otherwise unused functionVittorio Giovara2015-04-282-17/+0
* jpeglsenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-281-0/+2
* jpeglsenc: Check memory allocationsVittorio Giovara2015-04-281-6/+23
* flacenc: Move a scratch buffer to struct used by the functionVittorio Giovara2015-04-281-5/+3
* vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usageRico Tzschichholz2015-04-263-0/+3
* dss_sp: use lowercase codec name without whitespaceAndreas Cadhalpun2015-04-241-1/+1
* libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara2015-04-241-1/+8
* libx264: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara2015-04-241-2/+6
* lclenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-0/+3
* hqx: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-4/+3
* huffyuvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-0/+5
* asvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-0/+5
* hq_hqa: Fix table data for profile 17Vittorio Giovara2015-04-241-1/+2
* internal: Make dlog/tlog a no-op when disabledVittorio Giovara2015-04-241-2/+2
* prores: Set the bits_per_coded_sample for alpha pix_fmtLuca Barbato2015-04-221-0/+1
* hq_hqa: Validate get_vlc2 return valueLuca Barbato2015-04-221-1/+4
* avcodec: Free the default avoptions on init failureLuca Barbato2015-04-221-0/+4
* avcodec: Unref the dummy buffer on the fail pathLuca Barbato2015-04-221-0/+1
* hq_hqa: Fix reading hqa quantization matrix indexVittorio Giovara2015-04-201-1/+2
* hqxdsp.h: #include "stddef.h"Vittorio Giovara2015-04-201-0/+1
* h264_ps: Return meaningful error codes and address a memory leakVittorio Giovara2015-04-201-3/+7
* ffv1: Pass correct pointers to av_free()Diego Biurrun2015-04-201-2/+2
* flac: fix realloc loop with invalid flac filesThomas Guillem2015-04-201-0/+9
* g2meet: Support G2M5 codec variantEric Zimmerman2015-04-192-3/+3
* 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
* Canopus HQ/HQA decoderVittorio Giovara2015-04-1910-1/+9000
* Implement shared parsing of INFO tag in Canopus familyVittorio Giovara2015-04-195-12/+111
* 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
* x265: Map color parametersLuca Barbato2015-04-151-0/+16
* x264: Map color parametersLuca Barbato2015-04-151-0/+5
* 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
* libx265: print supported presets and tunes on errorJames Almer2015-04-111-1/+14
* hqx: Fix clipping error in idct put functionFerdinand Oeinck2015-04-091-1/+1
* dnxhd: Log the selected profile idVittorio Giovara2015-04-091-0/+1
* v210: Fix typo in header guardsVittorio Giovara2015-04-091-3/+3
* g2meet: K&R formatting cosmeticsDiego Biurrun2015-04-081-2/+4
* 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