Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-05alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-05-05alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-05-05aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun
2015-05-05alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun
2015-05-05aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun
2015-05-01dnxhddec: Fix pixel format changeCarl Eugen Hoyos
2015-05-01ffv1enc: Add const attribute to input frameVittorio Giovara
2015-04-29rawenc: properly allocate coded_frameAnton Khirnov
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-04-29h264: embed the DPB in the contextAnton Khirnov
2015-04-29h264: merge the init and reinit paths in update_thread_context()Anton Khirnov
2015-04-29h264: drop the reinit parameter from init_slice_header()Anton Khirnov
2015-04-29h264: update the current bit depth/chroma type in init_slice_header()Anton Khirnov
2015-04-29h264: copy nal_length_size in update_thread_contextAnton Khirnov
2015-04-29h264: drop a comment that carries no useful informationAnton Khirnov
2015-04-29h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov
2015-04-29h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov
2015-04-29h264: move context reinit lower down in update_thread_context()Anton Khirnov
2015-04-29h264: move the DPB init/uninit to init_context()/free_context()Anton Khirnov
2015-04-29h264: drop H264Context.ouputed_pocAnton Khirnov
2015-04-29h264: drop needs_reallocAnton Khirnov
2015-04-28h263: Convert function to macroVittorio Giovara
2015-04-28h263: Drop commented-out code and a related otherwise unused functionVittorio Giovara
2015-04-28jpeglsenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara
2015-04-28jpeglsenc: Check memory allocationsVittorio Giovara
2015-04-28flacenc: Move a scratch buffer to struct used by the functionVittorio Giovara
2015-04-26vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usageRico Tzschichholz
2015-04-24dss_sp: use lowercase codec name without whitespaceAndreas Cadhalpun
2015-04-24libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara
2015-04-24libx264: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara
2015-04-24lclenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara
2015-04-24hqx: Mark codec as init-thread-safe and init-cleanupVittorio Giovara
2015-04-24huffyuvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara
2015-04-24asvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara
2015-04-24hq_hqa: Fix table data for profile 17Vittorio Giovara
2015-04-24internal: Make dlog/tlog a no-op when disabledVittorio Giovara
2015-04-22prores: Set the bits_per_coded_sample for alpha pix_fmtLuca Barbato
2015-04-22hq_hqa: Validate get_vlc2 return valueLuca Barbato
2015-04-22avcodec: Free the default avoptions on init failureLuca Barbato
2015-04-22avcodec: Unref the dummy buffer on the fail pathLuca Barbato
2015-04-20hq_hqa: Fix reading hqa quantization matrix indexVittorio Giovara
2015-04-20hqxdsp.h: #include "stddef.h"Vittorio Giovara
2015-04-20h264_ps: Return meaningful error codes and address a memory leakVittorio Giovara
2015-04-20ffv1: Pass correct pointers to av_free()Diego Biurrun
2015-04-20flac: fix realloc loop with invalid flac filesThomas Guillem
2015-04-20g2meet: Support G2M5 codec variantEric Zimmerman
2015-04-20aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun
2015-04-20mpegvideo_enc: Simplify picture allocationVittorio Giovara
2015-04-20motion_est: Fix warning from zero_cmp() assignmentVittorio Giovara
2015-04-20vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr()Vittorio Giovara