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-08avcodec/nvenc: Fix typo and preset error messageTimo Rothenpieler
2016-03-08avcodec/nvenc: Add encoder statsLucas Cooper
2016-03-08avcodec: try to document timebase a bit moreMichael Niedermayer
2016-03-07lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch
2016-03-07lavc/mediacodec: fix chroma width for yuv420pMatthieu Bouron
2016-03-07lavc/mjpegdec: avoid unneeded allocation if the frame is to be skippedMatthieu Bouron
2016-03-07lavc: add h264 mediacodec decoderMatthieu Bouron
2016-03-07lavc: add JNI supportMatthieu Bouron
2016-03-06lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().Carl Eugen Hoyos
2016-03-06lavc/cfhd: Sanitize avpriv_report_missing_feature() usage.Carl Eugen Hoyos
2016-03-06avcodec/dca: clear X96 channels if nothing was decodedfoo86
2016-03-06avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241Kieran Kunhya
2016-03-06avcodec/alsdec: treat quant_cof as a signed valueUmair Khan
2016-03-06bitstream.c: improve init_vlc error messages.Reimar Döffinger
2016-03-06aacenc: avoid double in quantize_bands.Reimar Döffinger
2016-03-05lavc: restore ABI compatibility with 3.x (sub_text_format)Clément Bœsch
2016-03-05avcodec/cos_tablegen: extend table generation to 17bitsJames Almer
2016-03-05avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()Michael Niedermayer
2016-03-05vc2enc: minor cosmetic changesRostislav Pehlivanov
2016-03-05vc2enc: remove useless alignment on slice encodingRostislav Pehlivanov
2016-03-05vc2enc: do not allocate packet until exact frame size is knownRostislav Pehlivanov
2016-03-04Merge commit '5e555f93009f0605db120eec78262d0fe337e645'Derek Buitenhuis
2016-03-04avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer
2016-03-04avcodec: Extend fft to size 2^17Michael Niedermayer
2016-03-04avcodec/nvenc: Fix H264 and HEVC vui info updateAgatha Hu
2016-03-03avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer
2016-03-03avcodec/dca: simplify conditionfoo86
2016-03-03avcodec/dca: fix av_cold placement in declarationsfoo86
2016-03-03lavc/videotoolboxenc: remove *_NULLABLE annotations; fixes pre-10.11 buildRodger Combs
2016-03-02lavc: add VideoToolbox H.264 EncoderRick Kern
2016-03-02lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed valueGanesh Ajjanagadde
2016-03-01Move the |die| member of FrameThreadContext to PerThreadContext.Wan-Teh Chang
2016-03-01vc2enc: fix packet underallocation and minimum bitrate with interlacingRostislav Pehlivanov
2016-03-01vc2enc: simplify slice cost cachingRostislav Pehlivanov
2016-03-01vc2enc: remove redundant put_padding() and use skip_put_bytes() insteadRostislav Pehlivanov
2016-02-29avcodec: Add utils testMichael Niedermayer
2016-02-29x86/vc1dsp: Split the file into MC and loopfilterTimothy Gu
2016-02-29lavc/pcxenc: Update format description link.Carl Eugen Hoyos
2016-02-29avcodec/libzvbi-teletextdec: Remove unused variableMichael Niedermayer
2016-02-28vc2enc: redistribute leftover bytesRostislav Pehlivanov
2016-02-28vc2enc: allocate the DWT context with the current plane sizeRostislav Pehlivanov
2016-02-282enc: clip and warn when user bitrate set too lowRostislav Pehlivanov
2016-02-28vc2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov
2016-02-28vc2enc: carry over quantization index across frames as a starting pointRostislav Pehlivanov
2016-02-28vc2enc: use 32 bits for quantized coefficients LUTRostislav Pehlivanov
2016-02-28vc2enc: cache bits per quantizer, calculate wasted bitsRostislav Pehlivanov
2016-02-28avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer
2016-02-28Document and validate AVFrame plane pointers.Reimar Döffinger
2016-02-28mjpegdec: Do not assume unused plane pointer are NULL.Reimar Döffinger
2016-02-28mss2: Fix buffer overflow.Reimar Döffinger