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
2014-01-06Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun
2014-01-06libopusenc: Change default frame duration to 20 msPaul B Mahol
2014-01-06pthread_frame: unref decoded frames on failureAnton Khirnov
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2014-01-06h264: check that execute_decode_slices() is not called too many timesAnton Khirnov
2014-01-06h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov
2014-01-06h264: rebuild the default ref list if the reference count changesAnton Khirnov
2014-01-06cavsdec: check ff_get_buffer() return valueAnton Khirnov
2014-01-06lavc: do not leak the internal frame if opening the codec failsAnton Khirnov
2014-01-06lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov
2014-01-06lagarith: do not call simd functions on unaligned linesKostya Shishkov
2014-01-06sgidec: fix buffer size check in expand_rle_row()Anton Khirnov
2014-01-06kgv1dec: replace forcing EMU_EDGE by a copyAnton Khirnov
2014-01-064xm: replace forcing EMU_EDGE by a copyAnton Khirnov
2014-01-064xm: return a proper error code.Anton Khirnov
2014-01-05(e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2014-01-05mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker
2014-01-05dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05dcadec: set the output channel mode more accurately.Tim Walker
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2014-01-05aac: Fix low delay windowing.Alex Converse
2014-01-05aac: Fix TNS decoding for the 512 sample window family.Alex Converse
2014-01-04arm: Use the matching endfunc macro instead of the assembler directive directlyMartin Storsjö
2014-01-04arm: Add a missing endfunc macro callMartin Storsjö
2014-01-03mpegvideo: remove disabled bfin asmAnton Khirnov
2014-01-03mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov
2014-01-03mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov
2014-01-03h264: reset data_partitioning if decoding the slice header for NAL_DPA failsAnton Khirnov
2014-01-03lzw: switch to bytestream2Anton Khirnov
2014-01-03eacmv: check the framerate before setting it.Anton Khirnov
2014-01-03adx: check that the offset is not negativeAnton Khirnov
2014-01-03rv30: fix extradata size check.Anton Khirnov
2014-01-03mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov
2013-12-27h264: namespace the decode functionLuca Barbato
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-22vc1: Fix intensity compensation performance regressionMason Carter
2013-12-22hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres
2013-12-22Add a libwebp encoderJustin Ruggles
2013-12-20arm: Don't clobber callee saved registers in scalarproductMartin Storsjö
2013-12-20hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet
2013-12-20hevc: warn when an unknown profile is usedGuillaume Martres
2013-12-20hevc_ps: fix indentationGildas Cocherel
2013-12-20hevc: refactor Profile Tier LevelGildas Cocherel
2013-12-20hevc: don't check for errors in PTL codeGuillaume Martres
2013-12-20hevc: store profile and level in AVCodecContextGildas Cocherel
2013-12-20lavc: add HEVC profiles namesGildas Cocherel
2013-12-20x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov
2013-12-20vc1: arm: Add NEON no_rnd chroma MCMason Carter