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
2011-07-22dnxhddec: optimise dnxhd_decode_dct_block()Mans Rullgard
2011-07-21eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles
2011-07-21dnxhd: 10-bit supportJoseph Artsimovich
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-21mpeg4: add Mpeg4 Profiles names.Thierry Foucu
2011-07-21mpeg4: decode Level Profile for MPEG4 Part 2.Thierry Foucu
2011-07-21imgconvert: remove unused glue and xglue macrosStefano Sabatini
2011-07-21rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun
2011-07-21simple_idct: whitespace cosmeticsMans Rullgard
2011-07-21simple_idct: make repeated code a macroMans Rullgard
2011-07-21dsputil: remove huge #if 0 blockMans Rullgard
2011-07-21simple_idct: change 10-bit add/put stride from pixels to bytesMans Rullgard
2011-07-21dsputil: allow 9/10-bit functions for non-h264 codecsMans Rullgard
2011-07-21dnxhd: rename some data tablesJoseph Artsimovich
2011-07-21dnxhdenc: remove inline from function only called through pointerMans Rullgard
2011-07-21dnxhdenc: whitespace cosmeticsMans Rullgard
2011-07-20Remove unused and non-compiling vestigial g729 decoderDiego Biurrun
2011-07-20Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun
2011-07-20mpegvideo: fix invalid picture unreferencing.Ronald S. Bultje
2011-07-20dsputil: Remove extra blank line at end.Alex Converse
2011-07-20dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.Alex Converse
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-20Remove h264_lowres_idct_put/add functionsMans Rullgard
2011-07-20Remove snow/dwt test programMans Rullgard
2011-07-20h264: remove some disabled codeDiego Biurrun
2011-07-20Fix incorrect max_lowres valuesMans Rullgard
2011-07-19cosmetics: indentationJustin Ruggles
2011-07-19eac3enc: use frame exponent strategy when applicable.Justin Ruggles
2011-07-19cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles
2011-07-19dsputil: fix ff_check_alignment()Mans Rullgard
2011-07-18simple_idct: simplify some ifdefferyMans Rullgard
2011-07-18simple_idct: remove code for DCTELEM != int16Mans Rullgard
2011-07-18Remove VLAs in ff_amrwb_lsp2lpc()Mans Rullgard
2011-07-18dsputil: restore mistakenly removed hunk of disabled codeDiego Biurrun
2011-07-18dsputil: remove disabled codeDiego Biurrun
2011-07-18tta: remove disabled codeDiego Biurrun
2011-07-18x86: Use LOCAL_ALIGNED in mpegvideo_mmx_templateMartin Storsjö
2011-07-17simple_idct: remove disabled codeDiego Biurrun
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-17vc1: remove disabled codeDiego Biurrun
2011-07-17cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun
2011-07-16dct-test: remove write-only variableMans Rullgard
2011-07-16Use LOCAL_ALIGNED in ff_check_alignment()Mans Rullgard
2011-07-16arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun
2011-07-16Remove commented-out call to non-existing function print_pow1().Diego Biurrun
2011-07-16Do not decode RV30 files if the extradata is too smallRafaël Carré
2011-07-16flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun