summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* clean up an ugliness introduced in r11826. this syntax will require fewer ↵Loren Merritt2008-02-05
| | | | | | changes when adding future sse2 code. Originally committed as revision 11868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce code duplicationLoren Merritt2008-02-04
| | | | Originally committed as revision 11863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun2008-02-04
| | | | | | | "assignment discards qualifiers from pointer target type" warnings. blessed by Konstantin Shishkov Originally committed as revision 11850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-04
| | | | Originally committed as revision 11846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-03
| | | | Originally committed as revision 11840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala2008-02-03
| | | | | | | | | | | but no definition for those functions. The C standard requires a definition to appear in the same translation unit for any function declared with 'inline'. Most of the files including mpegvideo.h do not define those functions. Fix this by removing the 'inline' specifiers from the header. patch by Uoti Urpala Originally committed as revision 11830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avg_pixels4_mmx2Loren Merritt2008-02-03
| | | | Originally committed as revision 11829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-03
| | | | Originally committed as revision 11828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-03
| | | | | | compared to mmx, 217->126 cycles on core2, 262->220 on k8. Originally committed as revision 11826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt2008-02-03
| | | | Originally committed as revision 11825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-02
| | | | Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, since we already check for buf_size == 769 we should alsoReimar Döffinger2008-02-02
| | | | | | handle buf_size < 769 instead of just crashing in smacker decoder. Originally committed as revision 11822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bytestream_get_be24 to simplify palette parsing.Reimar Döffinger2008-02-02
| | | | Originally committed as revision 11821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mark qtrle input data as const.Reimar Döffinger2008-02-02
| | | | Originally committed as revision 11820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const where appropriateReimar Döffinger2008-02-02
| | | | Originally committed as revision 11818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Reimar Döffinger2008-02-02
| | | | | | libavcodec/tiffenc.c:136: warning: pointer type mismatch in conditional expression Originally committed as revision 11817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some consts for cscd decoder helper functionsReimar Döffinger2008-02-02
| | | | Originally committed as revision 11809 to svn://svn.ffmpeg.org/ffmpeg/trunk