aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* use precalculated mb_pos where availableKostya Shishkov2008-12-171-4/+4
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-172-9/+7
* Generate correct deblock pattern for RV30Kostya Shishkov2008-12-171-1/+9
* Unfortunately RV30 luma thirdpel MC functions cannot be substituted withKostya Shishkov2008-12-171-72/+114
* 4l: TIFF stores short strings inside tag, do not interpret it is as an offsetKostya Shishkov2008-12-171-0/+5
* add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier2008-12-171-0/+25
* Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer2008-12-171-0/+1
* Replace != 0 || check by |Michael Niedermayer2008-12-171-2/+2
* Split filter_mb_dir() out of filter_mb().Michael Niedermayer2008-12-171-203/+211
* AC3: fix strict aliasing violation in parserMåns Rullgård2008-12-171-2/+5
* AAC: fix strict aliasing violation in parserMåns Rullgård2008-12-171-3/+6
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-1729-38/+38
* Remove obsolete and misleading comments.Diego Biurrun2008-12-175-20/+0
* Fix indention, also do a little vertical alignment of changed lines.Michael Niedermayer2008-12-161-43/+43
* Implement av_set_string3().Stefano Sabatini2008-12-163-17/+39
* Factorize 3 multiplications out, code becomes 3 cpu cycles faster.Michael Niedermayer2008-12-161-3/+3
* Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont removeMichael Niedermayer2008-12-161-2/+2
* Do not recalculate constant part of is_complex for every MB.Michael Niedermayer2008-12-162-3/+6
* Support the new lossless mode.Michael Niedermayer2008-12-161-4/+23
* dct-test: add ARM IDCTsMåns Rullgård2008-12-161-0/+20
* dct-test: add PARTTRANS permutationMåns Rullgård2008-12-161-1/+4
* Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2008-12-162-0/+96
* Add const qualifiers to decode functions.Benoit Fouet2008-12-161-6/+6
* Fix warning "format not a string literal and no format arguments".Benoit Fouet2008-12-161-2/+2
* Workaround for shared libs on OS X with Apple gcc 4.0.1David Conrad2008-12-161-2/+2
* Check extradata is large enough.Laurent Aimar2008-12-151-0/+5
* Implement the av_set_number2() internal function, which makes possibleStefano Sabatini2008-12-151-5/+15
* Remove ending period in a log message, which was inconsistent withStefano Sabatini2008-12-151-1/+1
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-154-14/+13
* whitespace cosmeticsDiego Biurrun2008-12-151-26/+26
* ARM: NEON optimised h264_idct_dc_addMåns Rullgård2008-12-152-0/+21
* ARM: NEON optimised h264_idct_addMåns Rullgård2008-12-153-0/+82
* ARM: NEON optimised H.264 8x8 and 16x16 qpel MCMåns Rullgård2008-12-152-26/+876
* ARM: NEON optimised H.264 loop filterMåns Rullgård2008-12-152-0/+305
* ARM: NEON optimised {put,avg}_h264_chroma_mc[48]Måns Rullgård2008-12-153-0/+311
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-155-0/+378
* ARM: NEON optimised put_pixels functionsMåns Rullgård2008-12-154-0/+356
* Avoid invasion of POSIX-reserved _t namespace.Diego Biurrun2008-12-151-3/+3
* Fix one peculiar case in Smacker decoding.Daniel Verkamp2008-12-151-1/+1
* Avoid POSIX-reserved _t in identifier names.Diego Biurrun2008-12-153-9/+9
* Enable filter_mb_fast if CODEC_FLAG2_FAST is set.Michael Niedermayer2008-12-151-1/+1
* vp56: don't reset dimensions to 0 in codec initAurelien Jacobs2008-12-153-4/+4
* Move documentation of avcodec_register_all() from allcodecs.c toStefano Sabatini2008-12-142-10/+10
* Remove set_all_opt() and its use in av_set_string2(). MakeStefano Sabatini2008-12-142-22/+1
* Document register_avcodec().Stefano Sabatini2008-12-141-0/+5
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-142-1/+2
* Use a more explicit "codec" rather than "format" as the parameter ofStefano Sabatini2008-12-142-4/+4
* indeo3: replace sizeof(struct ...) by sizeof(*var)Aurelien Jacobs2008-12-141-2/+2
* cosmetics: typo/grammar/wording/whitespace fixesDiego Biurrun2008-12-141-11/+11
* Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.Anders Grönberg2008-12-141-1/+1