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-09-04build: cosmetics: Group hwaccel OBJS declarations togetherDiego Biurrun
2014-09-03fdctdsp: cosmetics: Drop one unnecessary if-block levelDiego Biurrun
2014-09-03wma: K&R formatting cosmeticsGabriel Dume
2014-09-03x265: Use the encoder defaultsLuca Barbato
2014-09-03wmv2: K&R formatting cosmeticsGabriel Dume
2014-09-03xvid: Add C IDCTPascal Massimino
2014-09-03idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun
2014-09-02get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun
2014-09-02flv: K&R formatting cosmeticsGabriel Dume
2014-09-02asv: K&R formatting cosmeticsGabriel Dume
2014-09-028svx: Return proper error codesGabriel Dume
2014-09-01mpeg4videodec: Fix low_delay error messageGabriel Dume
2014-09-01aac_adtstoasc_bsf: Return proper error codeGabriel Dume
2014-09-01dxva2: Clean up definition of _WIN32_WINNTDiego Biurrun
2014-09-01dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun
2014-09-01avcodec: fix missing doxygen comment markerMichael Niedermayer
2014-08-28avcodec: add stream-level stereo3d side dataVittorio Giovara
2014-08-27x86: xvid: K&R formatting cosmeticsDiego Biurrun
2014-08-27cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun
2014-08-27x86: xvid_idct: Drop unused definitionsDiego Biurrun
2014-08-27vc1: Initialize start_code_found to 0Luca Barbato
2014-08-26h264: fully check cropping amount from spsVittorio Giovara
2014-08-26libxvid: K&R formatting cosmeticsGabriel Dume
2014-08-26vc1: Fix the skip conditionLuca Barbato
2014-08-22rv34: use ff_mpeg_update_thread_context only when decoder is fully initializedJanne Grunau
2014-08-21mpeg12enc: Add missing #include for PICT_FRAMEDiego Biurrun
2014-08-21error_resilience: Drop asserts from guess_mv()Diego Biurrun
2014-08-19pcm: Drop av_unused attribute from variable that is always usedDiego Biurrun
2014-08-19pcm: Drop unused variable from DECODE_PLANAR macroDiego Biurrun
2014-08-19vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun
2014-08-18proresenc: Properly account for alpha planeChristophe Gisquet
2014-08-18proresenc: Realloc if buffer is too smallChristophe Gisquet
2014-08-18proresenc: Report buffer overflowChristophe Gisquet
2014-08-18proresenc: Remove unneeded parameters from encode_alpha_plane()Christophe Gisquet
2014-08-18tiff: Return proper error for missing LZMA compressionDiego Elio Pettenò
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-14h261dec: Fix order of initializationJohn Stebbins
2014-08-14h263dec: Fix order of initializationJohn Stebbins
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-08-14mpeg4video: Fix doxygen comment syntax to document correct struct memberNidhi Makhijani
2014-08-14vaapi: set the scaling list correctly.Edgar Hucek
2014-08-12ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer
2014-08-12hevc_mvs: avoid deriving tmvp in amvpChristophe Gisquet
2014-08-12hevc: wait proper position for tmvpChristophe Gisquet
2014-08-12hevc: use intreadwriteChristophe Gisquet
2014-08-12hevc: derive partial merge listChristophe Gisquet
2014-08-12hevc: derive partially amvp listChristophe Gisquet