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-12-17Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c'Hendrik Leppkes
2015-12-17Merge commit '31c51f7441de07b88cfea2550245bf1f5140cb8f'Hendrik Leppkes
2015-12-17Merge commit 'b09ad37c83841c399abb7f2503a2ab214d0c2d48'Hendrik Leppkes
2015-12-17Merge commit '792b9c9dfcf44b657d7854368d975b5ca3bc22ca'Hendrik Leppkes
2015-12-17Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes
2015-12-17diracdec: Fix codeblock parameters readingKieran Kunhya
2015-12-17diracdec: Add support for HQ profileKieran Kunhya
2015-12-17diracdec: Add 10-bits to pix_fmt tableKieran Kunhya
2015-12-16opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun
2015-12-16lavc: move exp2fi to ff_exp2fi in internal.hGanesh Ajjanagadde
2015-12-16lavc/libopenh264: apply minor options text consistency fixesStefano Sabatini
2015-12-16lavc: typo fix uncliped -> unclippedGanesh Ajjanagadde
2015-12-15lavc/utils: use AVPixFmtDescriptor to probe palette formatsMatthieu Bouron
2015-12-14golomb: always check for invalid UE golomb codes in get_ue_golombAndreas Cadhalpun
2015-12-14aacenc: switch to using the RNG from libavutilRostislav Pehlivanov
2015-12-14avcodec/nvenc: clamp initial qp value to [1, 51]Agatha Hu
2015-12-14avcodec/nvenc: set slice number to 1 to improve encoding qualityAgatha Hu
2015-12-14get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya
2015-12-12mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov
2015-12-12avcodec/aacsbr_template: Add Check to read_sbr_envelope()Michael Niedermayer
2015-12-12avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh8890
2015-12-12avcodec/aacsbr: Split the env_facs tableMichael Niedermayer
2015-12-12lavc: typo fix cliping -> clipping, saftey -> safetyGanesh Ajjanagadde
2015-12-11lavc/mdct_template: use lrint instead of floor hackGanesh Ajjanagadde
2015-12-11lavc/dcaenc: avoid wasteful cos callsGanesh Ajjanagadde
2015-12-11lavc/nellymoserdec: replace pow by exp2Ganesh Ajjanagadde
2015-12-11hevcdsp: use a macro for .rodata sectionDave Yeo
2015-12-11sbr_qmf_analysis: sanitize input for 32-bit imdctAndreas Cadhalpun
2015-12-11sbrdsp_fixed: assert that input values are in the valid rangeAndreas Cadhalpun
2015-12-11aacsbr: ensure strictly monotone time bordersAndreas Cadhalpun
2015-12-11diracdec: remove duplicate codeblock decodingRostislav Pehlivanov
2015-12-11diracdec: Fix FPE on invalid low_delay dataKieran Kunhya
2015-12-11diracdec: Replace dirac parse codes with better onesKieran Kunhya
2015-12-11diracdec: Read picture types by using parse_codeKieran Kunhya
2015-12-11diracdec: Store version major/minor flagsKieran Kunhya
2015-12-11diracdec: Support new extended quantiser rangeKieran Kunhya
2015-12-11diracdec: Extract version parametersKieran Kunhya
2015-12-11diracdec: Make slice parameters common between lowdelay and future hq profileKieran Kunhya
2015-12-10diracdec: Rename lowdelay_subband to decode_subband because it is shared with...Kieran Kunhya
2015-12-10diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya
2015-12-10diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya
2015-12-10AAC encoder: fix OOB access in search_for_pnsClaudio Freire
2015-12-09avcodec/aacsbr_tablegen: always initialize tables at runtimeGanesh Ajjanagadde
2015-12-09avcodec/jpeg2000: replace naive pow call with smarter exp2fiGanesh Ajjanagadde
2015-12-09aacenc: update max_sfb when num_swb changesAndreas Cadhalpun
2015-12-08openh264: Directly include the deprecation guards headerLuca Barbato
2015-12-08avcodec/h264: Set CORRUPT flag on output frames that are not fully recoveredSebastian Dröge
2015-12-08aacenc_ltp: disable LTP with high lambda valuesRostislav Pehlivanov
2015-12-08aacenc_tns: use 4 bits for short windowsRostislav Pehlivanov
2015-12-08log: Use a do {} while (0) for tlogLuca Barbato