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
2015-05-31vp9: Parse subsampling and report missing featureVittorio Giovara
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato
2015-05-31ppc: Restrict some Altivec implementations to Big EndianLuca Barbato
2015-05-31ppc: pixblockdsp: Use the abriged vector typesLuca Barbato
2015-05-30h264: Make sure reinit failures mark the context as not initializedLuca Barbato
2015-05-30msrle: Use FFABS to determine the frame size in msrle_decode_pal4Luca Barbato
2015-05-28x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer
2015-05-28rl: Add error checking to ff_rl_init().Anton Khirnov
2015-05-28rl: Add a function for freeing dynamically allocated tables.Anton Khirnov
2015-05-28rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov
2015-05-28mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov
2015-05-28mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Drop stream_codec_tagVittorio Giovara
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-19hevc: make avcodec_decode_video2() fail if get_format() failswm4
2015-05-19vmnc: Delay pixel size checkVittorio Giovara
2015-05-13vda: Make output CVPixelBuffer format configurableStefano Pigozzi
2015-05-13libx265: Use the Multi-library InterfaceGopu Govindaswamy
2015-05-12mjpegenc: Fix JFIF header byte orderingShiina Hideaki
2015-05-12dnxhd: Print unknown header when foundVittorio Giovara
2015-05-12quickdraw: Skip the empty 512 byte header for imagesVittorio Giovara
2015-05-12quickdraw: Make the palette opaqueCarl Eugen Hoyos
2015-05-12dca_parser: Extend DTS core sync word and fix existing checkfoo86
2015-05-09png: Set the color range as full rangewm4
2015-05-08alac: Reject rice_limit 0 if compression is usedAndreas Cadhalpun
2015-05-08ape: Support _0000 files with nblock smaller than 64Andreas Cadhalpun
2015-05-06libx265: Fix 'braces around scalar initializer' warningVittorio Giovara
2015-05-06quickdraw: Support direct pixel blocksVittorio Giovara
2015-05-06quickdraw: Switch to greedy parsingVittorio Giovara
2015-05-06quickdraw: Convert to bytestream2Vittorio Giovara
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