8602 Commits (dd9bdeb9f38f0047013cc49bd2a34baa73fe38f3)
 

Author SHA1 Message Date
Alex Beregszaszi 1df93ae910 use av_random instead random/srandom 18 years ago
Diego Biurrun d5039327f1 Remove unused variable. 18 years ago
Diego Biurrun f55c7a3359 Move MinGW extralibs setting into MinGW section. 18 years ago
Benoit Fouet 123bff4bf1 Clarify FAQ, section "ffmpeg does not work". 18 years ago
Diego Biurrun 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
Ryan Martell 0e3b6a6f55 Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate 18 years ago
Måns Rullgård 8ffed8d89f libgsm_ms codec depends on libgsm 18 years ago
Michael Niedermayer 9376710d06 warn if bps from user and what will be stored missmatches 18 years ago
Michael Niedermayer a185f52a86 try to fill in missing bits_per_sample 18 years ago
Michel Bardiaux 5b77a81a8d Remove code duplicated between adpcm.c and riff.c 18 years ago
Panagiotis Issaris 7ad731e99f Add some more Doxygen documentation to libavcodec/utils.c. 18 years ago
Panagiotis Issaris 0f482cfcb2 Adds Doxygen docs for the av_log function. 18 years ago
Michel Bardiaux 346a655d46 Add support for MS-GSM codec 18 years ago
Panagiotis Issaris 758a6b3c06 Provide Doxygen documentation. 18 years ago
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