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
2013-08-27ac3: Return proper error codesLuca Barbato
2013-08-27ac3: Clean up the error pathsLuca Barbato
2013-08-27ac3: Do not clash with normal AVERRORLuca Barbato
2013-08-26imc: support mode 1Kostya Shishkov
2013-08-26twinvq: set block align for codecs and use it in size checksKostya Shishkov
2013-08-24h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun
2013-08-23arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun
2013-08-23libfdk-aacdec: formatting cosmeticsDiego Biurrun
2013-08-23vp56: Mark VP6-only optimizations as such.Diego Biurrun
2013-08-21x86: Split DCT and FFT initialization into separate filesDiego Biurrun
2013-08-21x86: h264_idct: Remove incorrect commentDiego Biurrun
2013-08-21avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun
2013-08-20h264_ps: Use more meaningful error valuesDiego Biurrun
2013-08-20h264_ps: K&R formatting cosmeticsDiego Biurrun
2013-08-20h264_ps: Drop commented-out cruftDiego Biurrun
2013-08-20h264data: Move some tables to the only place they are usedDiego Biurrun
2013-08-20h264data: Remove unused luma_dc_field_scan tableDiego Biurrun
2013-08-20Add a libfdk-aac decoderMartin Storsjö
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-08-17dxa: fix decoding of first I-frame by separating I/P-frame decodingJanne Grunau
2013-08-16dxa: Make sure the reference frame existsLuca Barbato
2013-08-16h261: check the mtype indexLuca Barbato
2013-08-16altivec: perform an explicit unaligned loadKostya Shishkov
2013-08-15vp56data: Move all data tables to the .c fileDiego Biurrun
2013-08-15vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun
2013-08-15mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun
2013-08-15mpeg12decdata: Remove unused #defineDiego Biurrun
2013-08-15avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun
2013-08-15ivi_common: Make some tables only used within the file staticDiego Biurrun
2013-08-158bps: decode 24bit files correctly as rgb32 on bigendianJanne Grunau
2013-08-13rtjpeg: Use init_get_bits8Luca Barbato
2013-08-13rtjpeg: return meaningful error codesLuca Barbato
2013-08-13nuv: Use av_fast_reallocLuca Barbato
2013-08-13nuv: Reset the frame on resizeLuca Barbato
2013-08-13nuv: Pad the lzo outbufLuca Barbato
2013-08-13nuv: Do not ignore lzo decompression failuresLuca Barbato
2013-08-13png: allow encoding 16-bit grayscaleIan Taylor
2013-08-11wmall: use AVFrame API properlyHendrik Leppkes
2013-08-10lavc: Add refcounted api to AVPacketLuca Barbato
2013-08-10h264: check one context_init() allocationVittorio Giovara
2013-08-10h264: use explicit variable names for *_field_flagVittorio Giovara
2013-08-10h264: return meaningful valuesVittorio Giovara
2013-08-10libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö
2013-08-08arm: Add assembly version of h264_find_start_code_candidateBen Avison
2013-08-08h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison
2013-08-08h264_parser: Initialize the h264dsp context in the parser as wellBen Avison
2013-08-08Voxware MetaSound decoderKostya Shishkov
2013-08-07libavcodec: use avpriv_open()Rémi Denis-Courmont
2013-08-07mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara
2013-08-07deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov