summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* fix for x86-64Måns Rullgård2007-02-18
| | | | Originally committed as revision 8022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use byte swaps and use the more portable wayBenjamin Larsson2007-02-18
| | | | | | of declaring aligned buffers. Originally committed as revision 8021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-18
| | | | Originally committed as revision 8017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize fill_rectangle() callsMichael Niedermayer2007-02-18
| | | | Originally committed as revision 8016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* display line number when printing errorAlex Beregszaszi2007-02-18
| | | | Originally committed as revision 8015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-17
| | | | Originally committed as revision 8012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove imgresample and convert with the next version bumpMichael Niedermayer2007-02-17
| | | | Originally committed as revision 8005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVRandomKostya Shishkov2007-02-17
| | | | Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: forgot break statementKostya Shishkov2007-02-17
| | | | Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize fill_rectangle()Michael Niedermayer2007-02-16
| | | | | | | remove more silly ref_count checks use list_count where appropriate Originally committed as revision 8000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-16
| | | | | | remove silly ref_count<0 and ref_count==0 checks its impossible for this variable to have such a value Originally committed as revision 7999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 2nd ref_count checkMichael Niedermayer2007-02-16
| | | | | | add list_count Originally committed as revision 7998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ref_count checkMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-16
| | | | Originally committed as revision 7994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent h.264 MC related functions from being inlined (yes this is much ↵Michael Niedermayer2007-02-16
| | | | | | faster the code just doesnt fit in the code cache otherwise) Originally committed as revision 7993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling fixMichel Bardiaux2007-02-15
| | | | Originally committed as revision 7989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling fixMichel Bardiaux2007-02-15
| | | | Originally committed as revision 7988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.Diego Biurrun2007-02-14
| | | | Originally committed as revision 7986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy for avcodec_encode_video()Michael Niedermayer2007-02-14
| | | | Originally committed as revision 7977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix one warningMichel Bardiaux2007-02-14
| | | | Originally committed as revision 7976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-13
| | | | Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change some dprintf to av_logMichel Bardiaux2007-02-13
| | | | Originally committed as revision 7964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intensity compensation for B-frames in AP was missingKostya Shishkov2007-02-13
| | | | Originally committed as revision 7962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: yuv422 --> yuyv422Diego Biurrun2007-02-12
| | | | Originally committed as revision 7959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun2007-02-12
| | | | Originally committed as revision 7958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-12
| | | | Originally committed as revision 7957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore the possibility to link liba52 instead of dlopening.Diego Biurrun2007-02-12
| | | | Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun2007-02-11
| | | | Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård2007-02-11
| | | | Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove internal liba52; external lib still works, native decoder coming up.Diego Biurrun2007-02-11
| | | | Originally committed as revision 7933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused libac3 AC3 decoding interface.Diego Biurrun2007-02-11
| | | | Originally committed as revision 7923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor AMD64 compilation fixReimar Döffinger2007-02-10
| | | | Originally committed as revision 7907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* maybe fix x86_64 (untested)Michael Niedermayer2007-02-10
| | | | Originally committed as revision 7906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always decode extradata when of non-avc stream (like RTSP)Francois Oligny-Lemieux2007-02-09
| | | | | | | | | Patch by Francois Oligny-Lemieux % eucloid A gmail P com % Original thread: Date: Feb 9, 2007 12:00 AM Subject: [Ffmpeg-devel] h264.c patch, always decoding extradata when on non avc stream Originally committed as revision 7904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* packets with half pcm samples are invalidMichael Niedermayer2007-02-09
| | | | Originally committed as revision 7900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-09
| | | | | | | 5% faster avg_h264_chroma_mc2_mmx2() 10% faster put_h264_chroma_mc2_mmx2() Originally committed as revision 7898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-09
| | | | | | | 10% faster avg_h264_chroma_mc2_mmx2() 5% faster put_h264_chroma_mc2_mmx2() Originally committed as revision 7897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checkMichael Niedermayer2007-02-09
| | | | Originally committed as revision 7890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably ↵Michael Niedermayer2007-02-09
| | | | | | not easily) Originally committed as revision 7889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles2007-02-09
| | | | Originally committed as revision 7888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
| | | | | | (which will be removed at the next avutil version increment) Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger2007-02-07
| | | | | | Fixes bug 739. Originally committed as revision 7875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis suffers from the same sign flip issue as wma (so this lame ↵Michael Niedermayer2007-02-07
| | | | | | workaround, though it arguably doesnt matter much where the sign is fliped back) Originally committed as revision 7873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenizeMichael Niedermayer2007-02-07
| | | | Originally committed as revision 7872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment about swapped numerator and denominator.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing spacesDiego Biurrun2007-02-07
| | | | Originally committed as revision 7870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk