summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* Fix ;;Michael Niedermayer2008-02-19
* Fix warnings:Reimar Döffinger2008-02-19
* Remove duplicate ;Reimar Döffinger2008-02-19
* Add casts to avoid warnings:Reimar Döffinger2008-02-19
* Missing constReimar Döffinger2008-02-19
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-19
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-19
* fix broken indentationGuillaume Poirier2008-02-19
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-19
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-18
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-18
* Remove stray #undef.Diego Biurrun2008-02-18
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-18
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-16
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
* 100lVitor Sessak2008-02-15
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-15
* Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak2008-02-15
* This should not be part of the public APIVitor Sessak2008-02-15
* My commit in r11942 broke compilation.Vitor Sessak2008-02-15
* Split avpicture_fill() in two functions. This will beVitor Sessak2008-02-15
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson2008-02-15
* FixLuca Abeni2008-02-15
* FixLuca Abeni2008-02-15
* Cosmetics: indentationThorsten Jordan2008-02-13
* Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan2008-02-13
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-13
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-13
* Factor bytewidth determination in its own functionVitor Sessak2008-02-11
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-10
* Remove pointless code.Michael Niedermayer2008-02-09
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-09
* Remove pointless code.Michael Niedermayer2008-02-09
* assert() and note about odd len.Michael Niedermayer2008-02-09
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-09
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-09
* optimize apply_welch_window()Michael Niedermayer2008-02-09
* Add support for speex in oggReimar Döffinger2008-02-06
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-06
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-06
* fix aliasing warnings. simpler too.Loren Merritt2008-02-06
* constant was excessively alignedLoren Merritt2008-02-06
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-05
* ssse3 h264 motion compensation.Loren Merritt2008-02-05
* add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt2008-02-05
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-05