summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
| | | | | | Cleaner/simpler solutions are welcome. Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ;;Michael Niedermayer2008-02-19
| | | | Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warnings:Reimar Döffinger2008-02-19
| | | | | | | i386/vp3dsp_sse2.c:805: warning: cast discards qualifiers from pointer target type i386/vp3dsp_sse2.c:806: warning: cast discards qualifiers from pointer target type Originally committed as revision 12150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate ;Reimar Döffinger2008-02-19
| | | | Originally committed as revision 12149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add casts to avoid warnings:Reimar Döffinger2008-02-19
| | | | | | | fraps.c:102: warning: passing argument 1 of ‘s->dsp.bswap_buf’ from incompatible pointer type fraps.c:102: warning: passing argument 2 of ‘s->dsp.bswap_buf’ from incompatible pointer type Originally committed as revision 12148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing constReimar Döffinger2008-02-19
| | | | Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-19
| | | | Originally committed as revision 12144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-19
| | | | Originally committed as revision 12143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix broken indentationGuillaume Poirier2008-02-19
| | | | Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-19
| | | | Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-18
| | | | Originally committed as revision 12140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-18
| | | | Originally committed as revision 12139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray #undef.Diego Biurrun2008-02-18
| | | | Originally committed as revision 12138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ↵Alexander Strange2008-02-18
| | | | | | | | check mm_flags Patch by Alexander Strange %astrange A ithinksw PP com % Originally committed as revision 12137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
| | | | Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-16
| | | | Originally committed as revision 12126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
| | | | | | | | linking. The FDPIC relocs also break for any other format. Thus check the compiler environment and select the appropriate sections/relocs. patch by Mike Frysinger, vapier.adi a gmail d com Originally committed as revision 12125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lVitor Sessak2008-02-15
| | | | Originally committed as revision 11964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-15
| | | | Originally committed as revision 11962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak2008-02-15
| | | | Originally committed as revision 11961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This should not be part of the public APIVitor Sessak2008-02-15
| | | | Originally committed as revision 11960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* My commit in r11942 broke compilation.Vitor Sessak2008-02-15
| | | | | | This fixes it. Originally committed as revision 11959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split avpicture_fill() in two functions. This will beVitor Sessak2008-02-15
| | | | | | | useful for libavfilter and to simplify avcodec_default_get_buffer(). Originally committed as revision 11942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as ↵Benjamin Larsson2008-02-15
| | | | | | truth value Originally committed as revision 11940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FixLuca Abeni2008-02-15
| | | | | | | utils.c: In function ‘avcodec_get_context_defaults2’: utils.c:793: warning: assignment discards qualifiers from pointer target type Originally committed as revision 11938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FixLuca Abeni2008-02-15
| | | | | | | opt.c: In function ‘av_set_string’: opt.c:164: warning: passing argument 9 of ‘ff_eval2’ from incompatible pointer type Originally committed as revision 11937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationThorsten Jordan2008-02-13
| | | | | | | Patch by Thorsten Jordan (tjordan atay macrosystem otday de) [FFmpeg-devel] Behaviour of liba52 decoder Originally committed as revision 11927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan2008-02-13
| | | | | | | | | returns 0 for a valid frame Patch by Thorsten Jordan (tjordan atay macrosystem otday de) [FFmpeg-devel] Behaviour of liba52 decoder Originally committed as revision 11926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-13
| | | | | | sync with upstream libmpeg2 0.4.1 Originally committed as revision 11915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor bytewidth determination in its own functionVitor Sessak2008-02-11
| | | | Originally committed as revision 11907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
| | | | | | | | utilize a bit reservoir. Also, make the lame encoder utilize this flag. patch by Paul Kelly, paul a stjohnspoint d co d uk Originally committed as revision 11903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-10
| | | | Originally committed as revision 11890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless code.Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-09
| | | | Originally committed as revision 11886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless code.Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assert() and note about odd len.Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-09
| | | | Originally committed as revision 11883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-09
| | | | Originally committed as revision 11882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize apply_welch_window()Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for speex in oggReimar Döffinger2008-02-06
| | | | Originally committed as revision 11878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse2 h264 motion compensation. not new code, just separate out the cases ↵Loren Merritt2008-02-06
| | | | | | that didn't need ssse3. Originally committed as revision 11877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put loop counter in a register if possible. makes some of the qpel functions ↵Loren Merritt2008-02-06
| | | | | | 3% faster. Originally committed as revision 11876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aliasing warnings. simpler too.Loren Merritt2008-02-06
| | | | Originally committed as revision 11875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constant was excessively alignedLoren Merritt2008-02-06
| | | | Originally committed as revision 11874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-05
| | | | Originally committed as revision 11872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ssse3 h264 motion compensation.Loren Merritt2008-02-05
| | | | | | 25% faster tham mmx on core2, 35% if you discount fullpel, 4% overall decoding. Originally committed as revision 11871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add qpel rounder once during hv rather than twice during hv and whatever ↵Loren Merritt2008-02-05
| | | | | | it's averaged with Originally committed as revision 11870 to svn://svn.ffmpeg.org/ffmpeg/trunk