summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove some old disabled debugging outputMichel Bardiaux2007-02-191-10/+0
* simplify in fill_cachesLoren Merritt2007-02-191-29/+16
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-181-1/+3
* Clairyfication of the gain tool struct.Benjamin Larsson2007-02-181-9/+9
* fix for x86-64Måns Rullgård2007-02-181-1/+1
* Don't use byte swaps and use the more portable wayBenjamin Larsson2007-02-181-8/+8
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-181-6/+9
* factorize fill_rectangle() callsMichael Niedermayer2007-02-181-8/+8
* display line number when printing errorAlex Beregszaszi2007-02-181-8/+8
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-171-73/+61
* remove imgresample and convert with the next version bumpMichael Niedermayer2007-02-171-7/+12
* Use AVRandomKostya Shishkov2007-02-171-11/+4
* 10l: forgot break statementKostya Shishkov2007-02-171-0/+1
* factorize fill_rectangle()Michael Niedermayer2007-02-161-32/+33
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-161-26/+15
* fix 2nd ref_count checkMichael Niedermayer2007-02-161-2/+8
* fix ref_count checkMichael Niedermayer2007-02-161-1/+1
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-161-29/+25
* simplifyMichael Niedermayer2007-02-161-1/+1
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-161-0/+4
* prevent h.264 MC related functions from being inlined (yes this is much faste...Michael Niedermayer2007-02-161-13/+13
* Spelling fixMichel Bardiaux2007-02-151-3/+3
* Spelling fixMichel Bardiaux2007-02-151-1/+1
* Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.Diego Biurrun2007-02-141-0/+47
* doxy for avcodec_encode_video()Michael Niedermayer2007-02-141-1/+8
* Fix one warningMichel Bardiaux2007-02-141-1/+1
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-133-10/+10
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-135-7/+24
* Change some dprintf to av_logMichel Bardiaux2007-02-131-44/+44
* Intensity compensation for B-frames in AP was missingKostya Shishkov2007-02-131-0/+3
* consistency renaming: yuv422 --> yuyv422Diego Biurrun2007-02-121-8/+8
* consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun2007-02-121-2/+2
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-123-32/+32
* Restore the possibility to link liba52 instead of dlopening.Diego Biurrun2007-02-122-1/+16
* Rename ac3 decoder to liba52 to prepare for native decoder.Diego Biurrun2007-02-113-3/+3
* rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård2007-02-112-4/+4
* Remove internal liba52; external lib still works, native decoder coming up.Diego Biurrun2007-02-1117-3916/+2
* Remove unused libac3 AC3 decoding interface.Diego Biurrun2007-02-111-184/+0
* Minor AMD64 compilation fixReimar Döffinger2007-02-101-1/+1
* maybe fix x86_64 (untested)Michael Niedermayer2007-02-101-3/+3
* always decode extradata when of non-avc stream (like RTSP)Francois Oligny-Lemieux2007-02-091-1/+1
* packets with half pcm samples are invalidMichael Niedermayer2007-02-091-0/+6
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-091-2/+3
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-091-40/+29
* sanity checkMichael Niedermayer2007-02-091-0/+5
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not...Michael Niedermayer2007-02-091-0/+4
* fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles2007-02-091-5/+6
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-081-1/+1
* Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger2007-02-071-1/+1
* vorbis suffers from the same sign flip issue as wma (so this lame workaround,...Michael Niedermayer2007-02-071-2/+2
OpenPOWER on IntegriCloud