summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* workaround sign bugMichael Niedermayer2007-02-06
| | | | Originally committed as revision 7864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l use of uninitalized varMichael Niedermayer2007-02-06
| | | | Originally committed as revision 7863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill debuging codeMichael Niedermayer2007-02-06
| | | | Originally committed as revision 7856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma encoderMichael Niedermayer2007-02-06
| | | | Originally committed as revision 7855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name ↵Michael Niedermayer2007-02-06
| | | | | | seperated by . place at here gmail place a dot here com>) Originally committed as revision 7853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-06
| | | | Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-06
| | | | Originally committed as revision 7849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-06
| | | | Originally committed as revision 7848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong flag testedKostya Shishkov2007-02-06
| | | | Originally committed as revision 7847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that data[0] is set to NULL for next frameAurelien Jacobs2007-02-06
| | | | | | to please avcodec_default_get_buffer() Originally committed as revision 7846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops, revert accidental checkinMåns Rullgård2007-02-05
| | | | Originally committed as revision 7840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix multichannel decodingMåns Rullgård2007-02-05
| | | | Originally committed as revision 7839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move static variables to private context structMåns Rullgård2007-02-05
| | | | Originally committed as revision 7838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove preprocessor cruftMåns Rullgård2007-02-05
| | | | Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: don't needlessly open new blocksMåns Rullgård2007-02-05
| | | | Originally committed as revision 7836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indent sensibly so code can be read at allMåns Rullgård2007-02-05
| | | | Originally committed as revision 7835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP encoder by Michel Bardiaux, mbardiaux mediaxim beDiego Biurrun2007-02-05
| | | | Originally committed as revision 7824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix use of uninitialized variablesSascha Sommer2007-02-05
| | | | Originally committed as revision 7822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.Benoit Fouet2007-02-05
| | | | Originally committed as revision 7821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-05
| | | | Originally committed as revision 7820 to svn://svn.ffmpeg.org/ffmpeg/trunk