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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-29fix some a/an typosLou Logan
2016-03-29avcodec/utils: fix packet duration of frames with discarded paddingsMarton Balint
2016-03-28lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avcKirill Gavrilov
2016-03-28avcodec: add dca core extraction bsfPaul B Mahol
2016-03-28lavc/mediacodec: use ternary operator to set slice-height valueMatthieu Bouron
2016-03-28avcodec/diracdec: check bitstream size related fields for overflowsMichael Niedermayer
2016-03-27avcodec: Remove libdcadec, we already have it merged internallyKieran Kunhya
2016-03-27avcodec/h264_slice: Check PPS more extensively when its not copiedMichael Niedermayer
2016-03-26avcodec/audiotoolboxenc: Fix compile error on OS X 10.8.Dan Dennedy
2016-03-26lavc/flicvideo: Implement padding in COPY chunks.Carl Eugen Hoyos
2016-03-26avcodec/exr: add support for B44 and B44A compressionMartin Vignali
2016-03-26avcodec/jpeg2000dec: add slice threading supportPaul B Mahol
2016-03-26avcodec/jpeg2000dec: account two last bytes from end of bytestream as EOC markerPaul B Mahol
2016-03-25avcodec/libopenjpegenc: fix mixed declarations and codeJames Almer
2016-03-25avcodec/libopenjpegdec: fix mixed declarations and codeJames Almer
2016-03-25avcodec/libutvideodec: copy frame so it has reference counters when refcounte...Michael Niedermayer
2016-03-24vc2enc: optimize and simplify quantizationRostislav Pehlivanov
2016-03-23vc2enc: simplify calc_slice_sizes()Rostislav Pehlivanov
2016-03-23vc2enc: correctly zero out the slice size cacheRostislav Pehlivanov
2016-03-23vc2enc: macro out slice size roundingRostislav Pehlivanov
2016-03-23lavc/psymodel: check for av_malloc failureGanesh Ajjanagadde
2016-03-23avcodec/dvaudiodec: now that we got samples, fix 12bit casePaul B Mahol
2016-03-22lavc: add AudioToolbox encodersRodger Combs
2016-03-22lavc: add AudioToolbox decodersRodger Combs
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-03-22vc2enc: add non-experimental support for all video formats from specRostislav Pehlivanov
2016-03-21vc2enc: simplify count_hq_slice() and cachingRostislav Pehlivanov
2016-03-21vc2enc: fix segfaultRostislav Pehlivanov
2016-03-19avcodec/mjpegenc_common: Store approximate aspect if exact cannot be storedMichael Niedermayer
2016-03-19lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL ...Mark Thompson
2016-03-18lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde
2016-03-18vc2enc_dwt: remove outdated commentRostislav Pehlivanov
2016-03-18vc2enc: increase the starting value of the size scalerRostislav Pehlivanov
2016-03-18avcodec/error_resilience: remove unneeded and disabled codeMichael Niedermayer
2016-03-18avcodec/error_resilience: wait for previous frame to be availableMichael Niedermayer
2016-03-18libwebpenc_animencoder: add missing braces to struct initializationJames Almer
2016-03-17avcodec/motion_est_template: Fix map cache use in qpel_motion_search()Michael Niedermayer
2016-03-17libwebpenc_animencoder: print library messages in verbose log levelsJames Almer
2016-03-17libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions structJames Almer
2016-03-16avcodec/resample: Remove disabled and faulty codeMichael Niedermayer
2016-03-16dxva2_h264: fix size alignment assertsHendrik Leppkes
2016-03-16lavc/dxva2_h264: Fix incorrect assert statement.Matt Oliver
2016-03-16indeo2: Fix banding artefactsLuca Barbato
2016-03-16indeo2data: K&R formatting cosmeticsLuca Barbato
2016-03-15avcodec/mediacodec_sw_buffer: remove redundant articleMichael Niedermayer
2016-03-15lavc/mediacodec: remove stray empty linesMatthieu Bouron
2016-03-15lavc/mediacodec: fix codec_name leakMatthieu Bouron
2016-03-15avcodec/pthread_frame: Remove unused variableMichael Niedermayer
2016-03-15avcodec/aactab: do not use floats for constantsMarton Balint
2016-03-14avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems wi...Hendrik Leppkes