summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Forgot this, which is needed for merging field pics too.Michael Niedermayer2008-02-201-8/+0
* Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer2008-02-201-16/+30
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-202-1/+6
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* Fix ;;Michael Niedermayer2008-02-196-10/+10
* Fix warnings:Reimar Döffinger2008-02-191-2/+2
* Remove duplicate ;Reimar Döffinger2008-02-191-2/+2
* Add casts to avoid warnings:Reimar Döffinger2008-02-191-1/+1
* Missing constReimar Döffinger2008-02-191-1/+1
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-191-1/+1
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-191-1/+1
* fix broken indentationGuillaume Poirier2008-02-191-1/+1
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-191-1/+1
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-181-11/+2
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-181-6/+2
* Remove stray #undef.Diego Biurrun2008-02-181-1/+0
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-181-0/+2
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-171-3/+0
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-161-39/+6
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-166-9/+45
* 100lVitor Sessak2008-02-151-33/+0
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-151-17/+19
* Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak2008-02-151-0/+66
* This should not be part of the public APIVitor Sessak2008-02-151-2/+2
* My commit in r11942 broke compilation.Vitor Sessak2008-02-151-2/+2
* Split avpicture_fill() in two functions. This will beVitor Sessak2008-02-151-68/+104
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson2008-02-151-1/+1
* FixLuca Abeni2008-02-153-5/+5
* FixLuca Abeni2008-02-151-1/+1
* Cosmetics: indentationThorsten Jordan2008-02-131-36/+36
* Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan2008-02-131-47/+15
* typo fix: inited --> initializedDiego Biurrun2008-02-1312-38/+38
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-131-1/+1
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-131-202/+202
* Factor bytewidth determination in its own functionVitor Sessak2008-02-111-8/+28
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-113-3/+6
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-101-1/+1
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-091-2/+2
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* assert() and note about odd len.Michael Niedermayer2008-02-091-0/+3
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-091-15/+12
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-091-8/+7
* optimize apply_welch_window()Michael Niedermayer2008-02-091-3/+6
* Add support for speex in oggReimar Döffinger2008-02-061-0/+1
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-062-120/+245
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-062-6/+6
* fix aliasing warnings. simpler too.Loren Merritt2008-02-061-41/+34
* constant was excessively alignedLoren Merritt2008-02-061-1/+1
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-051-0/+4
OpenPOWER on IntegriCloud