summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson2008-12-14
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-14
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-14
* Get rid of mmx_t.Aurelien Jacobs2008-12-14
* Do not invade _t POSIX namespace.Diego Biurrun2008-12-13
* Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.Diego Biurrun2008-12-13
* Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun2008-12-13
* Let imgresample altivec code buildLuca Barbato2008-12-13
* Cleanup typesLuca Barbato2008-12-13
* Unbreak imgresample altivecLuca Barbato2008-12-13
* s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini2008-12-12
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-12
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-12
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-12
* fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch b...Jay Freeman2008-12-12
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-12
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-12
* Move get_pixels_8x4 before init func to avoid useless forward declaration.Baptiste Coudurier2008-12-12
* rename 4x8 to 8x4 to match widthxheight consistentlyBaptiste Coudurier2008-12-12
* cosmetics: vertical alignmentAurelien Jacobs2008-12-11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reservedMichael Niedermayer2008-12-11
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-11
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-11
* move structure definitions in their own headerBaptiste Coudurier2008-12-11
* cosmeticsBaptiste Coudurier2008-12-11
* use dsp clear_blockBaptiste Coudurier2008-12-11
* use dsp clear_blockBaptiste Coudurier2008-12-11
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-11
* Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet2008-12-11
* clear_block mmxLoren Merritt2008-12-10
* fix progressive jpeg:Loren Merritt2008-12-10
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-10
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-09
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-09
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-09
* AAC: Remove unnecessary fabsf()Alex Converse2008-12-09