4700 Commits (b0094722b2f6ed1dd9a1b3b91ebcfd66e5c6f121)

Author SHA1 Message Date
Panagiotis Issaris b24daebf22 The memsetting of the end of buffer is not needed for audio. 18 years ago
Panagiotis Issaris f6618b0f43 Stray comment, probably copy & pasted from audio_encode_example(). 18 years ago
Panagiotis Issaris 5604801191 Fix typo. 18 years ago
Diego Biurrun 3700dab4f2 cosmetics: aswell --> as well typo fix 18 years ago
Michael Niedermayer 470d2d03cc gcc 2.95 fix 18 years ago
Panagiotis Issaris 85975aa9a5 Correct typo. 18 years ago
Aurelien Jacobs 6829ac8de4 simplify release_buffer using FFSWAP 18 years ago
Diego Biurrun 3dc09ed188 simplify i386 object handling 18 years ago
Michael Niedermayer 97bbb8851b output delayed frames 18 years ago
Diego Biurrun 57177f648d cosmetics: Fix another common typo, gurantee --> guArantee. 18 years ago
Kostya Shishkov 391fcef9a9 100l: forgot to reset LS mode on new frame 18 years ago
Diego Biurrun 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
Panagiotis Issaris 7ad731e99f Add some more Doxygen documentation to libavcodec/utils.c. 18 years ago
Michel Bardiaux 346a655d46 Add support for MS-GSM codec 18 years ago
Panagiotis Issaris 758a6b3c06 Provide Doxygen documentation. 18 years ago
Guillaume Poirier bb0f999bbb add doxygen docs for avpicture_fill() 18 years ago
Stefan Gehrer 0ac47d632f fix comment, get/show_bits(0) does not work 18 years ago
Michel Bardiaux 78104b5d76 Remove some old disabled debugging output 18 years ago
Loren Merritt 4672503d8c simplify in fill_caches 18 years ago
Panagiotis Issaris 9b2bb40341 Remove a non-C dependency (being M_PI) from the libavcodec example. 18 years ago
Benjamin Larsson 0564528eff Clairyfication of the gain tool struct. 18 years ago
Måns Rullgård 459022f504 fix for x86-64 18 years ago
Benjamin Larsson dd462087fd Don't use byte swaps and use the more portable way 18 years ago
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