8538 Commits (549b2c0cc32662c938331c3282eaa5f876b3ffc1)
 

Author SHA1 Message Date
Benoit Fouet 036bfd189f Move the aframes option from the video "subsection" to the 18 years ago
Panagiotis Issaris ab9c40872e The --enable-a52 option was renamed to --enable-liba52, fix the FAQ regarding 18 years ago
Dujardin Bernard 3f6bafc15c FAQ clarification concerning the configuration of FFmpeg for usage with liba52. 18 years ago
Guillaume Poirier bb0f999bbb add doxygen docs for avpicture_fill() 18 years ago
Måns Rullgård eea50282bc generic foo-config --cflags/libs test 18 years ago
Måns Rullgård f8d7b072fe feature tests for functions requiring one or more headers 18 years ago
Måns Rullgård fcfcde1769 revert last change, it breaks on brain damaged distros 18 years ago
Måns Rullgård a2e25446e7 simplify check_lib 18 years ago
Stefan Gehrer 0ac47d632f fix comment, get/show_bits(0) does not work 18 years ago
Diego Biurrun bc15573283 link fix by Dujardin Bernard, dujardin.iut numericable fr 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
Panagiotis Issaris a40de11209 Use a more correct value for Pi. 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
Måns Rullgård d1b1363ee1 TARGET_OS in config.mak is unused 18 years ago
Måns Rullgård 40671fee0a remove --enable-mingw32 option, --target-os=mingw32 should be used 18 years ago
Måns Rullgård 4a5444db0e case insensitive OS name 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
Alex Beregszaszi 89cf4098aa spit an error message in case of invalid chunk 18 years ago
Víctor Paesa c9639c394c libswscale is needed in Cygwin vhooks 18 years ago
Michael Niedermayer b21e0b6dfc rewrite H264_CHROMA_MC4_TMPL (20% faster) 18 years ago
Måns Rullgård aeb292227e 10l: I thought I'd tested all changes... 18 years ago
Måns Rullgård 0a622b984d rearrange --help text slightly 18 years ago
Måns Rullgård abcd6d608c mention --target-os in --help 18 years ago
Måns Rullgård 270739bb90 move arch processing after command line loop 18 years ago
Måns Rullgård 4ec9ec8122 put mingw section together with other OS specifics 18 years ago
Måns Rullgård c597172e43 add --target-os option, and move OS specific settings after command line 18 years ago
Michael Niedermayer 20da77449d negative stride and h_size-=8 fix 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 18064f5cf3 BGR/RGB4 byte formats as input 18 years ago
Michael Niedermayer 49c8132b17 not checking error return, resulting double free 18 years ago
Måns Rullgård c861e7da74 restore lost --enable-amr-if2 option 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
Michael Niedermayer 410bf2731d av_noinline 18 years ago
Michael Niedermayer e28630fc70 pal8 input 18 years ago
François Revol 457b101e42 Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l 18 years ago