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
2014-12-27h264: restore a block mistakenly removed in e10fd08aAnton Khirnov
2014-12-25vdpau: add support for the H.264 High 4:4:4 Predictive profileRémi Denis-Courmont
2014-12-25vdpau: add support for 4:2:2 and 4:4:4 chroma samplingRémi Denis-Courmont
2014-12-25vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont
2014-12-25libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flagRémi Denis-Courmont
2014-12-25avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont
2014-12-25h264: factor hwaccel pixel formats listRémi Denis-Courmont
2014-12-20mpegts: add support for OpusKieran Kunhya
2014-12-19on2avc: check number of channelsMichael Niedermayer
2014-12-19smc: fix the bounds checkMichael Niedermayer
2014-12-19gifdec: refactor interleave end handlingMichael Niedermayer
2014-12-19mmvideo: check frame dimensionsAnton Khirnov
2014-12-19jvdec: check frame dimensionsAnton Khirnov
2014-12-19mjpegdec: check for pixel format changesAnton Khirnov
2014-12-19imgconvert: check memory allocations and propagate errorsVittorio Giovara
2014-12-19wma: check memory allocations and propagate errorsVittorio Giovara
2014-12-19takdec: check av_samples_get_buffer_size() return valueVittorio Giovara
2014-12-19aacps: invert the order of parameters of ipdopd_reset()Vittorio Giovara
2014-12-19assdec: check the right variableVittorio Giovara
2014-12-19aacenc: correctly check returned valueVittorio Giovara
2014-12-19lcl: return an appropriate error codeVittorio Giovara
2014-12-19a64multi: check elbg return valuesVittorio Giovara
2014-12-19roqvideo: check memory allocations and propagate errorsVittorio Giovara
2014-12-19elbg: check memory allocations and propagate errorsVittorio Giovara
2014-12-19theora: support different visible and coded frame sizeVittorio Giovara
2014-12-19DPX parserPaul B Mahol
2014-12-19tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos
2014-12-19h261dec: Fix context initialization sequenceMichael Niedermayer
2014-12-18h261enc: Disallow sliced encodingMartin Storsjö
2014-12-15tiff: set the correct return value when check_size() failsVittorio Giovara
2014-12-15tiff: Check the check_size() return value and forward itLuca Barbato
2014-12-15prores: Evaluate all the quantizersLuca Barbato
2014-12-15mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara
2014-12-15mpegvideo: remove unused function declarationVittorio Giovara
2014-12-15hevc: always clip luma_log2_weight_denomVittorio Giovara
2014-12-15vaapi: wrap codec specific functions in appropiate #ifsThiago Santos
2014-12-15svq1dec: Unbreak the scratch buffer allocationMichael Niedermayer
2014-12-15asvenc: Forward the error instead of asserting on itLuca Barbato
2014-12-14vdpau: add mapping for H.264 Constrained Baseline profile and fallbackRémi Denis-Courmont
2014-12-14vdpau: add mapping for H.264 Extended profileRémi Denis-Courmont
2014-12-14vdpau: revector macro to reduce line spanRémi Denis-Courmont
2014-12-10libfdk-aacdec: Fix a boundary checkMartin Storsjö
2014-12-10arm: mlpdsp: handle pic offset calculation in a macroJanne Grunau
2014-12-10arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ...Janne Grunau
2014-12-09aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-08h264: increase MAX_SLICES to 32Vittorio Giovara
2014-12-08dpx: always write the image offsetZoltan Kovacs
2014-12-08arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumbMartin Storsjö
2014-12-08arm: fft_vfp: Add a missing "endconst" when building in thumb modeMartin Storsjö