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-09-26flac: Remove unused headersTristan Matthews
2014-09-26ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker
2014-09-26ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker
2014-09-26vc1: Use logical instead of bitwise or for twomvMichael Niedermayer
2014-09-26vc1: Use logical instead of bitwise or for coded_interTim Walker
2014-09-26pcm-dvd: Move a variable to a smaller scopeDiego Biurrun
2014-09-25avcodec: Fix a doxy comment to refer to the right functionMartin Storsjö
2014-09-20dca: Remove some commented-out cruftDiego Biurrun
2014-09-16dca: K&R formatting cosmeticsGabriel Dume
2014-09-09dv: K&R formatting cosmeticsGabriel Dume
2014-09-09dirac: K&R formatting cosmeticsGabriel Dume
2014-09-08Split off floating point AAN (I)DCT into separate componentsDiego Biurrun
2014-09-05Drop unnecessary av_unused attributes.Diego Biurrun
2014-09-05Replace av_unused attributes by block structuresDiego Biurrun
2014-09-05rdft: Move some variables into a separate blockDiego Biurrun
2014-09-05get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun
2014-09-04vc1: Split bits used in libavformat into a separate headerDiego Biurrun
2014-09-04build: Split WMA frequencies into a separate object fileDiego Biurrun
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