aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* riff: Add GMP4 fourcc for mpeg4Vittorio Giovara2015-04-241-0/+1
* riff: Add GLV4 fourcc for mpeg4Vittorio Giovara2015-04-241-0/+1
* internal: Make dlog/tlog a no-op when disabledVittorio Giovara2015-04-241-2/+2
* rtsp: Make sure we don't write too many transport entries into a fixed-size a...Martin Storsjö2015-04-241-0/+2
* rtpenc_jpeg: Handle case of picture dimensions not dividing by 8Andrey Utkin2015-04-231-2/+2
* rtsp: Don't warn about unparsed time rangesMartin Storsjö2015-04-231-5/+2
* fate: Fix test name for pixfmts testsTimothy Gu2015-04-231-0/+3
* 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
* buffersrc: Use the correct deallocation functionFederico Tomassetti2015-04-221-1/+1
* drawtext: Add an alpha optionLuca Barbato2015-04-212-10/+49
* log: Print a full backtrace along with error messages under ValgrindVittorio Giovara2015-04-203-1/+19
* hq_hqa: Fix reading hqa quantization matrix indexVittorio Giovara2015-04-201-1/+2
* hqxdsp.h: #include "stddef.h"Vittorio Giovara2015-04-201-0/+1
* lavf: Fix variables constness in ff_iso8601_to_unix_time()Vittorio Giovara2015-04-201-1/+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
* fate: Omit the results if the test passedTimothy Gu2015-04-201-1/+7
* rmenc: Drop the temporary buffer for ac3 byteswapLuca Barbato2015-04-201-11/+3
* ogg: Forward errors furtherLuca Barbato2015-04-201-5/+14
* flac: fix realloc loop with invalid flac filesThomas Guillem2015-04-201-0/+9
* dashenc: Add a publishTime field in dynamic manifestsMartin Storsjö2015-04-201-8/+16
* jack: Check memory allocationFederico Tomassetti2015-04-191-0/+2
* buffersrc: Fix resource leak on errorFederico Tomassetti2015-04-191-0/+1
* avplay: Free frame and graph when memory allocation failsFederico Tomassetti2015-04-191-2/+8
* g2meet: Support G2M5 codec variantEric Zimmerman2015-04-193-3/+4
* 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