4427 Commits (fda51641b1691ccf103240f965e7d4973c5524ed)

Author SHA1 Message Date
Michael Niedermayer fda51641b1 factorize more calls to fill_rectangle() 18 years ago
Michael Niedermayer d19f5acb36 factorize fill_rectangle() calls 18 years ago
Alex Beregszaszi 492d0e4c12 display line number when printing error 18 years ago
Michael Niedermayer b21e0b6dfc rewrite H264_CHROMA_MC4_TMPL (20% faster) 18 years ago
Michael Niedermayer bc2ce35b31 remove imgresample and convert with the next version bump 18 years ago
Kostya Shishkov e4cc43625f Use AVRandom 18 years ago
Kostya Shishkov eeb40eb367 10l: forgot break statement 18 years ago
Michael Niedermayer 8d6947bc7d factorize fill_rectangle() 18 years ago
Michael Niedermayer 3425501d3b replace list<2 checks by list<list_count 18 years ago
Michael Niedermayer 187696fa72 fix 2nd ref_count check 18 years ago
Michael Niedermayer 0565c64834 fix ref_count check 18 years ago
Michael Niedermayer 65a0f3fd47 factorize mv_cache and mvd_cache init 18 years ago
Michael Niedermayer 43ff071456 simplify 18 years ago
Michael Niedermayer 2a115873af add a few asserts to ensure alignment 18 years ago
Michael Niedermayer 00e210ddbb prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise) 18 years ago
Michel Bardiaux 5286d11fcd Spelling fix 18 years ago
Michel Bardiaux 1d726a5958 Spelling fix 18 years ago
Diego Biurrun befa3397c5 Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan. 18 years ago
Michael Niedermayer e13d80238c doxy for avcodec_encode_video() 18 years ago
Michel Bardiaux e372862674 Fix one warning 18 years ago
Måns Rullgård 35f9736988 rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Michel Bardiaux bcdf0d2697 Change some dprintf to av_log 18 years ago
Kostya Shishkov 674678b04a Intensity compensation for B-frames in AP was missing 18 years ago
Diego Biurrun dc02fc6a68 consistency renaming: yuv422 --> yuyv422 18 years ago
Diego Biurrun 9ac529a5ba consistency renaming: uyvy411 --> uyyvyy411 18 years ago
Diego Biurrun 3cf5b6bed7 consistency renaming: rgba32 --> rgb32 18 years ago
Diego Biurrun 7bc5f2a8a4 Restore the possibility to link liba52 instead of dlopening. 18 years ago
Diego Biurrun f4ca507980 Rename ac3 decoder to liba52 to prepare for native decoder. 18 years ago
Måns Rullgård ecfc4f4436 rename HAVE_GPROF to CONFIG_GPROF 18 years ago
Diego Biurrun 0900a85fe8 Remove internal liba52; external lib still works, native decoder coming up. 18 years ago
Diego Biurrun b7d3bfa6d3 Remove unused libac3 AC3 decoding interface. 18 years ago
Reimar Döffinger 392b76ca93 Minor AMD64 compilation fix 18 years ago
Michael Niedermayer 9bc0d3ef3e maybe fix x86_64 (untested) 18 years ago
Francois Oligny-Lemieux 6ff9b4226b always decode extradata when of non-avc stream (like RTSP) 18 years ago
Michael Niedermayer b2a581dc71 packets with half pcm samples are invalid 18 years ago
Michael Niedermayer 7c4fd7eb0c factor out common subexprssion (gcc of course is too stupid to do this ...) 18 years ago
Michael Niedermayer 9301a0b4a9 merge asm fragments in H264_CHROMA_MC2_TMPL() 18 years ago
Michael Niedermayer 04cfef21ff sanity check 18 years ago
Michael Niedermayer 960964f5a9 fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) 18 years ago
Justin Ruggles f7a49547de fix parsing of RealAudio AC-3/DolbyNet 18 years ago
Luca Abeni ab1c6dc95c Directly access av_log_level instead of calling av_log_{set, get}_level() 18 years ago
Reimar Döffinger 5959a29893 Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. 18 years ago
Michael Niedermayer 7dda43eefd vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back) 18 years ago
Michael Niedermayer 6836af5250 doxygenize 18 years ago
Diego Biurrun 013591c5f2 Add a comment about swapped numerator and denominator. 18 years ago
Diego Biurrun 9b1a3ea0de missing spaces 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Michael Niedermayer a1fd944f73 workaround sign bug 18 years ago
Michael Niedermayer 21ac1d47d1 10l use of uninitalized var 18 years ago