Mercurial > libavcodec.hg
graph
-
Make clean/distclean consistent throughout all the Makefiles. libavcodecMon, 16 Jan 2006 14:59:54 +0000, by diego
-
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead... libavcodecSun, 15 Jan 2006 21:33:06 +0000, by reimar
-
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavcodecSun, 15 Jan 2006 00:28:36 +0000, by diego
-
Define separate version number for libpostproc. libavcodecSat, 14 Jan 2006 18:17:19 +0000, by diego
-
Remove redundant --enable-shared-pp configure option and make the PP code libavcodecSat, 14 Jan 2006 18:07:36 +0000, by diego
-
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. libavcodecSat, 14 Jan 2006 17:43:22 +0000, by banan
-
Move library name generation to configure, simplifies build system a bit more. libavcodecSat, 14 Jan 2006 15:54:58 +0000, by diego
-
Fix a bunch of spelling/grammar mistakes in doxygen comments and output. libavcodecSat, 14 Jan 2006 15:00:10 +0000, by diego
-
get_byte may not return -1 on error, since it can lead to a negative backptr. libavcodecSat, 14 Jan 2006 14:59:11 +0000, by reimar
-
Wrong state handling causing decompression errors in some cases libavcodecSat, 14 Jan 2006 12:55:20 +0000, by reimar
-
Create symbolic links for all library sonames and clean up Makefiles. libavcodecSat, 14 Jan 2006 03:39:02 +0000, by diego
-
Change this Makefile to be consistent with all the others. libavcodecFri, 13 Jan 2006 00:53:36 +0000, by diego
-
Update licensing information: The FSF changed postal address. libavcodecThu, 12 Jan 2006 22:43:26 +0000, by diego
-
Our own LZO (1X) implementation, under LGPL and optimized for readability. libavcodecThu, 12 Jan 2006 17:52:41 +0000, by reimar
-
faster iterative_me: avoid duplicate mc of neighboring blocks. libavcodecThu, 12 Jan 2006 05:47:52 +0000, by lorenm
-
Move Darwin shared library build peculiarities to configure. libavcodecThu, 12 Jan 2006 00:00:00 +0000, by diego
-
Parameter added for user to set the cutoff frequency when encoding with faac. libavcodecTue, 10 Jan 2006 20:07:29 +0000, by banan
-
CamStudio decoder, only 32 bit lzo mode is tested libavcodecMon, 09 Jan 2006 15:41:39 +0000, by reimar
-
10l: bidir_refine didn't save the new mvs. also improve speed. libavcodecMon, 09 Jan 2006 02:08:12 +0000, by lorenm
-
Make shared lib name handling consistent with the other Makefiles. libavcodecMon, 09 Jan 2006 02:05:17 +0000, by diego
-
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h libavcodecSun, 08 Jan 2006 21:19:39 +0000, by banan
-
install dsputil.h, that is used by many filters in mplayer libavcodecSun, 08 Jan 2006 14:53:37 +0000, by nicodvb
-
use h264 MC functions for 2xX Xx2 blocks in snow too libavcodecSun, 08 Jan 2006 01:50:34 +0000, by michael
-
use h264 MC functions for rectangular blocks too libavcodecSat, 07 Jan 2006 18:34:19 +0000, by michael
-
Moving dv_anchor back to the global scope. This creates a tiny memory libavcodecFri, 06 Jan 2006 19:19:39 +0000, by romansh
-
Comment out WMV3 decoder for now, it crashes on every file and causes libavcodecFri, 06 Jan 2006 13:18:31 +0000, by diego
-
Dual mono stereo strems sound ok now, added sanity checks and removed libavcodecFri, 06 Jan 2006 12:41:57 +0000, by rtognimp
-
8x8 integer dct from x264 as cmp function (under CONFIG_GPL) libavcodecWed, 04 Jan 2006 16:31:23 +0000, by michael
-
Fix an out of array access and some minor cleanup of the code. libavcodecWed, 04 Jan 2006 12:48:10 +0000, by diego
-
TrueSpeech compatible audio decoder by Konstantin Shishkov libavcodecTue, 03 Jan 2006 02:30:38 +0000, by diego
-
fix some potential arithmetic overflows in pred_direct_motion() and libavcodecFri, 30 Dec 2005 23:47:41 +0000, by lorenm
-
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it libavcodecFri, 30 Dec 2005 21:05:44 +0000, by mmu_man
-
second try of improved lambda/qp guessing for motion estimation RD in first pass libavcodecThu, 29 Dec 2005 15:46:23 +0000, by michael
-
4mv + iter ME 10l fix (still not bugfree but better) libavcodecThu, 29 Dec 2005 02:17:51 +0000, by michael
-
iterative overlapped block based motion estimation for snow libavcodecWed, 28 Dec 2005 15:43:53 +0000, by michael