summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Directly #include some required headers.Diego Biurrun2009-01-253-1/+3
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-251-8/+2
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-252-4/+4
* ARM: NEON optimised H.264 weighted predictionMåns Rullgård2009-01-252-0/+158
* ARM: NEON optimised H.264 biweighted predictionMåns Rullgård2009-01-252-0/+202
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-252-0/+4
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-252-1/+3
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-252-1/+2
* define FLAC metadata types in flac.hJustin Ruggles2009-01-252-3/+12
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-241-15/+31
* flacdec: cosmetics: indentationJustin Ruggles2009-01-241-18/+18
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-241-137/+106
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-241-1/+1
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-241-3/+0
* cosmetics: indentationJustin Ruggles2009-01-241-14/+14
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-241-3/+3
* flacdec: remove another unneeded debugging statementJustin Ruggles2009-01-241-1/+0
* flacdec: remove unneeded debugging statementsJustin Ruggles2009-01-241-29/+0
* flacdec: remove some unused codeJustin Ruggles2009-01-241-67/+2
* Add required headers to fix 'make checkheaders'.Diego Biurrun2009-01-241-0/+3
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-241-42/+1
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-242-23/+4
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-241-5/+2
* avoid duplication of dquant_codeStefan Gehrer2009-01-241-2/+2
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-242-12/+18
* rename flac.c to flacdec.cJustin Ruggles2009-01-232-2/+2
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-235-19/+25
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-231-6/+1
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-231-1/+1
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-221-2/+3
* Mark ff_fft_init with av_cold.Alex Converse2009-01-221-1/+1
* Clean up FFT related comments.Alex Converse2009-01-222-12/+12
* Add const, remove warning:Baptiste Coudurier2009-01-221-26/+26
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-211-17/+28
* Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos2009-01-201-1/+1
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-201-4/+4
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-207-0/+132
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-191-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19115-134/+134
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-186-6/+6
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-1819-0/+71
* ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård2009-01-181-25/+18
* Alpha: fix pix_abs16Måns Rullgård2009-01-182-62/+55
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-181-1/+1
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-181-18/+27
* dct-test: add Alpha idctMåns Rullgård2009-01-181-0/+6
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-182-11/+11
* Alpha: indentationMåns Rullgård2009-01-181-3/+3
* Alpha: proper IDCT selectionMåns Rullgård2009-01-183-0/+6
* Alpha: add some const, kill some warningsMåns Rullgård2009-01-181-2/+2
OpenPOWER on IntegriCloud