summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Clarify FAQ, section "ffmpeg does not work".Benoit Fouet2007-02-21
| | | | | | Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-20
| | | | | | | properties accordingly. Patch by Ryan Martell, rdm4 % martellventures com. Originally committed as revision 8046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm_ms codec depends on libgsmMåns Rullgård2007-02-20
| | | | Originally committed as revision 8045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if bps from user and what will be stored missmatchesMichael Niedermayer2007-02-20
| | | | Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to fill in missing bits_per_sampleMichael Niedermayer2007-02-20
| | | | Originally committed as revision 8043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more Doxygen documentation to libavcodec/utils.c.Panagiotis Issaris2007-02-20
| | | | Originally committed as revision 8041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds Doxygen docs for the av_log function.Panagiotis Issaris2007-02-20
| | | | Originally committed as revision 8040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for MS-GSM codecMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide Doxygen documentation.Panagiotis Issaris2007-02-20
| | | | Originally committed as revision 8038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the aframes option from the video "subsection" to theBenoit Fouet2007-02-20
| | | | | | | audio "subsection". Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The --enable-a52 option was renamed to --enable-liba52, fix the FAQ regardingPanagiotis Issaris2007-02-20
| | | | | | this change. Originally committed as revision 8036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FAQ clarification concerning the configuration of FFmpeg for usage with liba52.Dujardin Bernard2007-02-20
| | | | | | Patch by Bernard Dujardin, dujardin iut % numericable fr. Originally committed as revision 8035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add doxygen docs for avpicture_fill()Guillaume Poirier2007-02-20
| | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Originally committed as revision 8034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic foo-config --cflags/libs testMåns Rullgård2007-02-19
| | | | Originally committed as revision 8033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* feature tests for functions requiring one or more headersMåns Rullgård2007-02-19
| | | | Originally committed as revision 8032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert last change, it breaks on brain damaged distrosMåns Rullgård2007-02-19
| | | | Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify check_libMåns Rullgård2007-02-19
| | | | Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix comment, get/show_bits(0) does not workStefan Gehrer2007-02-19
| | | | Originally committed as revision 8029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* link fix by Dujardin Bernard, dujardin.iut numericable frDiego Biurrun2007-02-19
| | | | Originally committed as revision 8028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some old disabled debugging outputMichel Bardiaux2007-02-19
| | | | Originally committed as revision 8027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify in fill_cachesLoren Merritt2007-02-19
| | | | Originally committed as revision 8026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a non-C dependency (being M_PI) from the libavcodec example.Panagiotis Issaris2007-02-18
| | | | Originally committed as revision 8025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a more correct value for Pi.Panagiotis Issaris2007-02-18
| | | | Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clairyfication of the gain tool struct.Benjamin Larsson2007-02-18
| | | | Originally committed as revision 8023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for x86-64Måns Rullgård2007-02-18
| | | | Originally committed as revision 8022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use byte swaps and use the more portable wayBenjamin Larsson2007-02-18
| | | | | | of declaring aligned buffers. Originally committed as revision 8021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TARGET_OS in config.mak is unusedMåns Rullgård2007-02-18
| | | | Originally committed as revision 8020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove --enable-mingw32 option, --target-os=mingw32 should be usedMåns Rullgård2007-02-18
| | | | Originally committed as revision 8019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* case insensitive OS nameMåns Rullgård2007-02-18
| | | | Originally committed as revision 8018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-18
| | | | Originally committed as revision 8017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize fill_rectangle() callsMichael Niedermayer2007-02-18
| | | | Originally committed as revision 8016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* display line number when printing errorAlex Beregszaszi2007-02-18
| | | | Originally committed as revision 8015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spit an error message in case of invalid chunkAlex Beregszaszi2007-02-18
| | | | Originally committed as revision 8014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale is needed in Cygwin vhooksVíctor Paesa2007-02-18
| | | | | | patch by Víctor Paesa wzrlpy arsystel com Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-17
| | | | Originally committed as revision 8012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: I thought I'd tested all changes...Måns Rullgård2007-02-17
| | | | Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rearrange --help text slightlyMåns Rullgård2007-02-17
| | | | Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention --target-os in --helpMåns Rullgård2007-02-17
| | | | Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move arch processing after command line loopMåns Rullgård2007-02-17
| | | | Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put mingw section together with other OS specificsMåns Rullgård2007-02-17
| | | | Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add --target-os option, and move OS specific settings after command lineMåns Rullgård2007-02-17
| | | | | | processing Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* negative stride and h_size-=8 fixMichael Niedermayer2007-02-17
| | | | Originally committed as revision 22247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove imgresample and convert with the next version bumpMichael Niedermayer2007-02-17
| | | | Originally committed as revision 8005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVRandomKostya Shishkov2007-02-17
| | | | Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: forgot break statementKostya Shishkov2007-02-17
| | | | Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-17
| | | | | | fixing isRGB/BGR() for the byte formats Originally committed as revision 22244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* not checking error return, resulting double freeMichael Niedermayer2007-02-17
| | | | | | returning uninitalized pointers Originally committed as revision 8002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore lost --enable-amr-if2 optionMåns Rullgård2007-02-17
| | | | Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk