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
2009-01-25move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles
2009-01-25define FLAC metadata types in flac.hJustin Ruggles
2009-01-24flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles
2009-01-24flacdec: cosmetics: indentationJustin Ruggles
2009-01-24flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles
2009-01-24Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun
2009-01-24Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun
2009-01-24cosmetics: indentationJustin Ruggles
2009-01-24flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles
2009-01-24flacdec: remove another unneeded debugging statementJustin Ruggles
2009-01-24flacdec: remove unneeded debugging statementsJustin Ruggles
2009-01-24flacdec: remove some unused codeJustin Ruggles
2009-01-24Add required headers to fix 'make checkheaders'.Diego Biurrun
2009-01-24remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer
2009-01-24remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer
2009-01-24avoid duplication of size_table and offset_tableStefan Gehrer
2009-01-24avoid duplication of dquant_codeStefan Gehrer
2009-01-24Do not allocate RoqTempData on the stackVitor Sessak
2009-01-24rename flac.c to flacdec.cJustin Ruggles
2009-01-23Avoid allocating MPADecodeContext on stack.Andreas Öman
2009-01-23Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov
2009-01-23VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov
2009-01-23flacdec: add support for 3 additional sample rate codesJustin Ruggles
2009-01-22Mark ff_fft_init with av_cold.Alex Converse
2009-01-22Clean up FFT related comments.Alex Converse
2009-01-22Add const, remove warning:Baptiste Coudurier
2009-01-21VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov
2009-01-21Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos
2009-01-20Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-20Use "" instead of <> when #including non-system headers.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-18ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård
2009-01-18Alpha: fix pix_abs16Måns Rullgård
2009-01-18Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser
2009-01-18Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser
2009-01-18dct-test: add Alpha idctMåns Rullgård
2009-01-18Alpha: add ff_ prefix to idct functionsMåns Rullgård
2009-01-18Alpha: indentationMåns Rullgård
2009-01-18Alpha: proper IDCT selectionMåns Rullgård
2009-01-18Alpha: add some const, kill some warningsMåns Rullgård
2009-01-18Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård
2009-01-18Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård
2009-01-17added demuxer for FunCom ISS audio files,Stefan Gehrer
2009-01-17Use shared sine window instead of defining another one.Vitor Sessak
2009-01-17Fix compilation with --enable-libxvid.Carl Eugen Hoyos
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-17export gcd function as av_gcd()Aurelien Jacobs