summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WinCE cross-compilation supportGildas Bazin2006-01-22
| | | | | | patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place proper #ifdef around muxer-specific code.Gianluigi Tiesi2006-01-22
| | | | | | patch by Gianluigi Tiesi < mplayer at@at netfarm dot.dot it > Originally committed as revision 4880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
| | | | | | | libavformat. Also fix build with --disable-muxers and --disable-ffserver. patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native ac3 parserMåns Rullgård2006-01-21
| | | | Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement audio cutoff frequency to the vorbis encoder.Justin Ruggles2006-01-21
| | | | | | Patch by Justin Ruggles jruggle earthlink net. Originally committed as revision 4877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix convergence of snow iterative_meLoren Merritt2006-01-21
| | | | Originally committed as revision 4876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 1.83 because it's not neededLoren Merritt2006-01-21
| | | | Originally committed as revision 4875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-20
| | | | Originally committed as revision 4874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence warnings, these came when some tables got declared as const.Benjamin Larsson2006-01-20
| | | | Originally committed as revision 4873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* place SPS/PPS in extradata if GLOBAL_HEADER flag is setMåns Rullgård2006-01-20
| | | | Originally committed as revision 4872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-19
| | | | | | based on a patch by Luca Abeni < lucabe72 #@# email #.# it > Originally committed as revision 4871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-01-19
| | | | Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-19
| | | | | | Taken from a patch by Gildas Bazin < gbazin -- @@ -- altern -- . -- org > Originally committed as revision 4869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-19
| | | | Originally committed as revision 4868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer2006-01-19
| | | | Originally committed as revision 4867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-19
| | | | | | work around bug in x264 build < 44 Originally committed as revision 4866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove erroneous extralibs line in a --disable option.Diego Biurrun2006-01-18
| | | | Originally committed as revision 4865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* obmc-aware 4mvLoren Merritt2006-01-17
| | | | Originally committed as revision 4864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 ↵Reimar Döffinger2006-01-15
| | | | | | instead... Originally committed as revision 4862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: now it works really, with 1k outbut buffers it failed more times, with ↵Alex Beregszaszi2006-01-15
| | | | | | 65k it looks safe with all samples i had Originally committed as revision 4861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
| | | | | | Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define separate version number for libpostproc.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-14
| | | | | | use the standard --enable-shared option. Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off by one fix to prevent possible segfault. Patch by jwestfall at ↵jwestfall@surrealistic.net2006-01-14
| | | | | | surrealistic dot net. Originally committed as revision 4857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_byte may not return -1 on error, since it can lead to a negative backptr.Reimar Döffinger2006-01-14
| | | | Originally committed as revision 4854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify codec addition instructions.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong state handling causing decompression errors in some casesReimar Döffinger2006-01-14
| | | | Originally committed as revision 4852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
| | | | | | based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org > Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split snow53 test outMichael Niedermayer2006-01-14
| | | | Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio video decoderDiego Biurrun2006-01-14
| | | | Originally committed as revision 4849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about what to do when adding a new codec.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio video added.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Point at new bug report page.Diego Biurrun2006-01-13
| | | | Originally committed as revision 4846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2006-01-13
| | | | | | | | | patch by Robert Swain. probably this change is caused by the flags2 default change why ohh why does noone run the regression tests before cvs commit :( Originally committed as revision 4845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change this Makefile to be consistent with all the others.Diego Biurrun2006-01-13
| | | | Originally committed as revision 4844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor consistency fixDiego Biurrun2006-01-13
| | | | Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-13
| | | | Originally committed as revision 17368 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bugs found by valgrindMichael Niedermayer2006-01-12
| | | | Originally committed as revision 4841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-12
| | | | | | Tested on CamStudio sample files. Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt2006-01-12
| | | | Originally committed as revision 4839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-10
| | | | | | Patch by Luca Abeni - lucabe72 at email dot it. Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
| | | | Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak h264_biweightLoren Merritt2006-01-09
| | | | Originally committed as revision 4835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak inlines.Loren Merritt2006-01-09
| | | | Originally committed as revision 4834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmeticsDiego Biurrun2006-01-09
| | | | Originally committed as revision 4833 to svn://svn.ffmpeg.org/ffmpeg/trunk