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