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
2014-07-04Merge commit 'c6698dfe7cdbc7634f33245875488ed3fa4a8ced'Michael Niedermayer
2014-07-04avcodec/dvdsubdec: fix alpha in debuging codeOliver Fromme
2014-07-04avcodec/dvdsubdec: Fix off-by-one errorOliver Fromme
2014-07-03webpdec: Fix decoding of the huffman group indices.Justin Ruggles
2014-07-03Merge commit 'df949b645b12d62bb4da56d629a887c81f67f2e5'Michael Niedermayer
2014-07-03hevc: Use the local context variable when neededLuca Barbato
2014-07-02avcodec/on2avc: Fix out of array accessMichael Niedermayer
2014-07-02avcodec: Updated comment for sub paramAnshul Maheshwari
2014-07-02avcodec/dvbsubdec: removed unnecessary null check for subtitleAnshul Maheshwari
2014-07-02avcodec/dvdec: remove redundant null checkMichael Niedermayer
2014-07-02avcodec/bitstream: remove trivial assertMichael Niedermayer
2014-07-02x86: rename dsputil.asm to idctdsp.asmJames Almer
2014-07-02avcodec/mjpegdec: factorize some parts of the pix_fmt_id switch()Michael Niedermayer
2014-07-02avcodec/mjpegdec: handle luma upscale detection genericallyMichael Niedermayer
2014-07-02avcodec/mjpegdec: set upscale_h/upscale_v using generic code instead of hardc...Michael Niedermayer
2014-07-02avcodec/mjpegdec: Support pix_fmt_id==0x11222200Michael Niedermayer
2014-07-02avcodec/mjpegdec: fix width for non chroma in rescalingMichael Niedermayer
2014-07-01mjpegdec: Support pix_fmt_id == 0x22112200Michael Niedermayer
2014-07-01vaapi: Update idct_permutation location after dsputil/idctdsp splitDiego Biurrun
2014-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-07-01Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-07-01avcodec/hevc: Use av_malloc(z)_array()Michael Niedermayer
2014-06-30avcodec/pgssubdec: remove unused variablesMichael Niedermayer
2014-06-30avcodec/pgssubdec: Check input buffer size in parse_presentation_segment()Michael Niedermayer
2014-06-30Merge commit '253d0be6a1ecc343d29ff8e1df0ddf961ab9c772'Michael Niedermayer
2014-06-30avcodec/pgssubdec: fix end display timeJohn Stebbins
2014-06-30avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is setJohn Stebbins
2014-06-30avcodec/pgssubdec: better error codesJohn Stebbins
2014-06-30avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle()John Stebbins
2014-06-30avcodec/pgssubdec: split out flush_cache()John Stebbins
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-30mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun
2014-06-30avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF...John Stebbins
2014-06-30avcodec/pgssubdec: rename PICTURE_SEGMENTJohn Stebbins
2014-06-30pgssubdec: handle more complex PGS scenariosJohn Stebbins
2014-06-29avcodec/huffyuvencdsp: try to fix misaligned accessMichael Niedermayer
2014-06-28avcodec/cavs: improve conformance with rm52j reference decoderYao Wang
2014-06-28avcodec/cavs: make cavs_chroma_qp non staticMichael Niedermayer
2014-06-28avcodec/mpegvideo: dont overwrite emu_edge bufferMichael Niedermayer
2014-06-28avcodec/mpegvideo_enc: reduce space between blocks in emu_edge in encode_mb_i...Michael Niedermayer
2014-06-28Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer
2014-06-28avcodec/mpeg12dec: Limit progressive_seq reinitilaization to where the resolu...Michael Niedermayer
2014-06-28avcodec/vp8: Fix multiple ff_thread_finish_setup() callsMichael Niedermayer
2014-06-27Merge commit '5dd8c08fd5e4c04d7a08d8934f0098a8a4a35c28'Michael Niedermayer
2014-06-27Merge commit 'e63b818dbe6060b606ae10eb184859f8b97d2353'Michael Niedermayer
2014-06-27avcodec/dvbsubdec: fix ignoring blank frame by updating got_outputAnshul Maheshwari
2014-06-27mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun
2014-06-27dv: Properly split decoder and encoder initializationDiego Biurrun