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
2012-12-08opt: Add support to query rangesMichael Niedermayer
2012-12-08lavc: check dimensions for video encodersMichael Niedermayer
2012-12-08sws_scale: check input against NULLMichael Niedermayer
2012-12-08lavf: VobSub demuxer.Clément Bœsch
2012-12-07lavfi/alphaextract: consistently prefer "cur" over "in" in filter_frame()Stefano Sabatini
2012-12-07lavfi/alphaextract: access outlink properties rather than out_buf->videoStefano Sabatini
2012-12-07lavfi/alphaextract: fix assignment of invalid size value to memcpy in case li...Stefano Sabatini
2012-12-07lavfi/alphaextract: switch to filter_frame() APIStefano Sabatini
2012-12-07lavfi/alphaextract: drop cur_linesize = out_linesize branch in draw_slice()Stefano Sabatini
2012-12-07brstm: do not return partial packetsPaul B Mahol
2012-12-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-07lavc/takdec: s/get_b/get_bits_esc4Paul B Mahol
2012-12-07avcodec: Fix a typo in an option descriptionMartin Storsjö
2012-12-07lavc/takdec: simplify codePaul B Mahol
2012-12-07Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer
2012-12-07Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer
2012-12-07lavf/pcm: check size, do not produce invalid packetsPaul B Mahol
2012-12-07diracdec: check dimensions against chroma format.Michael Niedermayer
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-12-07h264: check sps.log2_max_frame_num for validityJanne Grunau
2012-12-07mov: validate number of DataReferenceBox entries against box sizeJanne Grunau
2012-12-07mov: compute avg_frame_rate only if duration is knownJanne Grunau
2012-12-07flac: change minimum and default of lpc_passes option to 1Janne Grunau
2012-12-07fate: dpcm: Add dependenciesDiego Biurrun
2012-12-07SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet
2012-12-07AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet
2012-12-07fate: image: Add dependenciesDiego Biurrun
2012-12-07diracdec: fix typo in mctmp allocationMichael Niedermayer
2012-12-07diracdec: Test mctmp and mcscratch for malloc failure.Michael Niedermayer
2012-12-07diracdec: fix emulated_edge condition, fix out of array readsMichael Niedermayer
2012-12-07takdec: use samplefmt.h from libavutilPaul B Mahol
2012-12-07add missing dependency for tak demuxerPaul B Mahol
2012-12-07takdec: remove get_code() and use get_sbits() directlyPaul B Mahol
2012-12-07Fix compilation with yasm 0.6.2.Carl Eugen Hoyos
2012-12-07fix tipoMichael Niedermayer
2012-12-07lavfi/tinterlace: drop redundant NULL checks in uninit()Stefano Sabatini
2012-12-07lavfi/tinterlace: add support to option parsingStefano Sabatini
2012-12-07lavfi/tinterlace: switch to filter_frame APIStefano Sabatini
2012-12-07lavf: improve help text for avoid_negative_tsMichael Niedermayer
2012-12-07bitstream: make vlc init of static tables thread safe.Michael Niedermayer
2012-12-07lavfi/mp: switch to ff_filter_frame.Clément Bœsch
2012-12-06dxa: port to bytestream2 APIPaul B Mahol
2012-12-06smacker: use meaningful error codesPaul B Mahol
2012-12-06siff: return meaningful error codesPaul B Mahol
2012-12-06lavf/apedec: return meaningful error codesPaul B Mahol
2012-12-06huffyuv: return meaningful error codesPaul B Mahol
2012-12-06huffyuv: check for malloc failuresPaul B Mahol
2012-12-06Changelog: add an entry for deprecating the avconv -vol optionJustin Ruggles
2012-12-06huffyuv: make use of av_fast_padded_malloc()Paul B Mahol
2012-12-06lavfi/deshake: small align prettifying.Clément Bœsch