summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-19
* typoDiego Biurrun2006-01-19
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-19
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-19
* pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer2006-01-19
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-19
* Remove erroneous extralibs line in a --disable option.Diego Biurrun2006-01-18
* obmc-aware 4mvLoren Merritt2006-01-17
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
* 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 inst...Reimar Döffinger2006-01-15
* 10l: now it works really, with 1k outbut buffers it failed more times, with 6...Alex Beregszaszi2006-01-15
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
* Define separate version number for libpostproc.Diego Biurrun2006-01-14
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-14
* Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist...jwestfall@surrealistic.net2006-01-14
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
* Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun2006-01-14
* get_byte may not return -1 on error, since it can lead to a negative backptr.Reimar Döffinger2006-01-14
* Clarify codec addition instructions.Diego Biurrun2006-01-14
* Wrong state handling causing decompression errors in some casesReimar Döffinger2006-01-14
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
* split snow53 test outMichael Niedermayer2006-01-14
* CamStudio video decoderDiego Biurrun2006-01-14
* Add a note about what to do when adding a new codec.Diego Biurrun2006-01-14
* CamStudio video added.Diego Biurrun2006-01-14
* Point at new bug report page.Diego Biurrun2006-01-13
* update x264 wrapper.Robert Swain2006-01-13
* Change this Makefile to be consistent with all the others.Diego Biurrun2006-01-13
* minor consistency fixDiego Biurrun2006-01-13
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-13
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* bugs found by valgrindMichael Niedermayer2006-01-12
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-12
* faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt2006-01-12
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-10
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
* tweak h264_biweightLoren Merritt2006-01-09
* tweak inlines.Loren Merritt2006-01-09
* consistency cosmeticsDiego Biurrun2006-01-09
* 10l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt2006-01-09
* Make shared lib name handling consistent with the other Makefiles.Jacob Meuser2006-01-09
* --enable-shared-pp should directly enable pp and not depend on --enable-pp.Diego Biurrun2006-01-09
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-08
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
* fixing second last time François Revol applies a patch without running the r...Michael Niedermayer2006-01-08
* install dsputil.h, that is used by many filters in mplayerNico Sabbi2006-01-08
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-08
* Incorrect check removed.Benjamin Larsson2006-01-07