Mercurial > libavcodec.hg
graph
-
outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodecThu, 02 Nov 2006 19:11:20 +0000, by gpoirier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodecWed, 01 Nov 2006 22:39:58 +0000, by diego
-
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavcodecWed, 01 Nov 2006 21:09:14 +0000, by diego
-
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodecWed, 01 Nov 2006 19:34:30 +0000, by michael
-
Reenable AMD64 optimizations for cabac accidentially disabled in r6852 libavcodecWed, 01 Nov 2006 17:18:49 +0000, by reimar
-
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodecWed, 01 Nov 2006 17:01:33 +0000, by diego
-
fix for disabling vorbis decoder but enabling vorbis encoder libavcodecMon, 30 Oct 2006 18:05:35 +0000, by ods15
-
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavcodecMon, 30 Oct 2006 02:19:55 +0000, by michael
-
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under libavcodecSun, 29 Oct 2006 13:14:37 +0000, by diego
-
update copyright year, it looks odd otherwise :) libavcodecSat, 28 Oct 2006 20:18:18 +0000, by michael
-
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks libavcodecSat, 28 Oct 2006 20:00:05 +0000, by michael
-
I hope noone minds, adding myself to eval.c copyright... libavcodecSat, 28 Oct 2006 18:30:20 +0000, by ods15
-
use lambda/lmax instead of qscale/qmax as end check for vbv retry libavcodecSat, 28 Oct 2006 11:15:06 +0000, by michael
-
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodecSat, 28 Oct 2006 07:03:24 +0000, by ods15
-
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodecFri, 27 Oct 2006 22:35:55 +0000, by michael
-
possible bug of 'gte' being read as 'gt', same with 'lte' libavcodecFri, 27 Oct 2006 21:37:47 +0000, by ods15
-
adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael libavcodecFri, 27 Oct 2006 19:53:41 +0000, by reynaldo
-
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael libavcodecFri, 27 Oct 2006 19:50:31 +0000, by reynaldo
-
new optimized eval method, by seperating parsing and runtime libavcodecFri, 27 Oct 2006 16:42:16 +0000, by ods15
-
LZW decoder as separate module plus TIFF LZW support libavcodecThu, 26 Oct 2006 04:15:48 +0000, by kostya
-
Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodecTue, 24 Oct 2006 18:57:43 +0000, by diego
-
reverse my last change, it was wrong and broken libavcodecTue, 24 Oct 2006 10:13:26 +0000, by michael
-
merge 8 and 16bit functions, they are identical except the data type libavcodecTue, 24 Oct 2006 08:33:44 +0000, by michael
-
set v_edge_pos correctly for field picture mpeg2 libavcodecTue, 24 Oct 2006 07:33:39 +0000, by michael