Mercurial > libavcodec.hg
graph
-
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavcodecSun, 17 Jul 2005 00:28:12 +0000, by michael
-
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) libavcodecSat, 16 Jul 2005 11:18:42 +0000, by michael
-
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) libavcodecFri, 15 Jul 2005 06:51:36 +0000, by michael
-
check for CODEC_CAP_DELAY in audio decoders too libavcodecThu, 14 Jul 2005 15:30:39 +0000, by michael
-
fix infinite loop (suggested change by rjayne at convera dot com) libavcodecMon, 11 Jul 2005 22:34:34 +0000, by michael
-
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c libavcodecSun, 10 Jul 2005 00:22:13 +0000, by michael
-
Here is the patch suggested by: unkaggregate, users sf net libavcodecSat, 09 Jul 2005 21:39:29 +0000, by michael
-
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed libavcodecSat, 02 Jul 2005 19:39:58 +0000, by alex
-
Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjrn Skjret: cisc, broadpark no) libavcodecFri, 01 Jul 2005 09:37:35 +0000, by michael
-
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) libavcodecTue, 28 Jun 2005 22:46:36 +0000, by michael
-
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) libavcodecTue, 28 Jun 2005 14:56:16 +0000, by michael
-
support extracting sps/pps from bitstream and putting it in extradata libavcodecTue, 28 Jun 2005 08:13:23 +0000, by michael
-
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 libavcodecTue, 28 Jun 2005 06:45:41 +0000, by michael
-
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavcodecMon, 27 Jun 2005 00:55:29 +0000, by michael
-
support changing in bitstream global headers into extradata style and back libavcodecMon, 27 Jun 2005 00:04:03 +0000, by michael
-
tiny docs improvement which i apparebtly forgot to commit libavcodecSun, 26 Jun 2005 23:04:59 +0000, by michael
-
make decoder a little bit more tolerant to missing NAL units libavcodecSun, 19 Jun 2005 23:33:09 +0000, by michael
-
Communicate proper aliasing to gcc (needed for 4.1). libavcodecSun, 19 Jun 2005 21:46:14 +0000, by mellum
-
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavcodecThu, 09 Jun 2005 20:01:02 +0000, by michael
-
apiexample fix by (Chip: szarlada, freemail hu) libavcodecTue, 07 Jun 2005 20:57:15 +0000, by michael
-
uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodecTue, 07 Jun 2005 14:12:15 +0000, by michael
-
10l (dont read variables before they have been set) libavcodecSun, 05 Jun 2005 15:51:20 +0000, by michael
-
sort H.264 mmx dsp functions into their own file libavcodecThu, 02 Jun 2005 20:45:35 +0000, by lorenm
-
fix segfault if flush is called before the first frame libavcodecWed, 01 Jun 2005 12:03:25 +0000, by mru
-
merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron) libavcodecWed, 01 Jun 2005 11:56:58 +0000, by michael
-
get rid of 2 movq (680 -> 658 dezicycles on duron) libavcodecWed, 01 Jun 2005 11:36:32 +0000, by michael
-
avoid one transpose (730->680 dezicycles on duron) libavcodecWed, 01 Jun 2005 08:43:40 +0000, by michael
-
add rounding bias before the horizontal idct (765->730 dezicyles on duron) libavcodecWed, 01 Jun 2005 01:18:41 +0000, by michael
-
maxdepth is supposed to be a constant, its faster if its too large then if its non constant libavcodecMon, 30 May 2005 19:14:50 +0000, by michael
-
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) libavcodecSun, 29 May 2005 22:11:05 +0000, by michael
-
Better ARM support for mplayer/ffmpeg, ported from atty fork libavcodecThu, 26 May 2005 14:32:46 +0000, by michael
-
read loop filter limit values from Theora header, courtesy of Matthieu libavcodecTue, 24 May 2005 14:21:42 +0000, by melanson
-
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavcodecSun, 22 May 2005 23:58:58 +0000, by michael
-
libgsm warper by (Alban Bedel: albeu, free fr) libavcodecSun, 22 May 2005 23:39:11 +0000, by michael
-
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) libavcodecSat, 21 May 2005 21:37:07 +0000, by michael
-
fix bugs in new loop filter code; also, refrain from filtering against libavcodecSat, 21 May 2005 19:31:16 +0000, by melanson
-
apply the loop filter to fragments as they are rendered into the final libavcodecSat, 21 May 2005 05:20:52 +0000, by melanson
-
another bitstream extraction to optimize: fixed-length motion vectors libavcodecSat, 21 May 2005 01:12:41 +0000, by melanson
-
read Huffman tables from Theora header (patch courtesy of libavcodecThu, 19 May 2005 23:59:10 +0000, by melanson
-
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodecThu, 19 May 2005 10:48:36 +0000, by michael
-
replace unpack_token() with a series of lookup tables libavcodecThu, 19 May 2005 02:43:21 +0000, by melanson
-
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavcodecThu, 19 May 2005 00:17:50 +0000, by aurel
-
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodecWed, 18 May 2005 09:17:22 +0000, by lorenm
-
reduce size of Vp3Fragment from 32byte to 16byte libavcodecWed, 18 May 2005 09:07:26 +0000, by michael
-
replace get_superblock_run_length() with a VLC table libavcodecWed, 18 May 2005 00:11:49 +0000, by melanson
-
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodecTue, 17 May 2005 23:39:23 +0000, by melanson
-
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavcodecTue, 17 May 2005 22:47:34 +0000, by melanson
-
some optimizations gcc should have done (10% faster loop filter) libavcodecTue, 17 May 2005 20:50:47 +0000, by michael
-
SATURATE_U8 -> clip_uint8 (10% faster loop filter) libavcodecTue, 17 May 2005 20:30:22 +0000, by michael
-
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) libavcodecTue, 17 May 2005 19:02:43 +0000, by michael
-
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API libavcodecTue, 17 May 2005 18:28:40 +0000, by michael
-
remove permutation done to quant tables and then undone during idct libavcodecTue, 17 May 2005 09:18:49 +0000, by michael
-
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct libavcodecTue, 17 May 2005 09:11:48 +0000, by michael
-
clear blocks after each idct instead of per picture libavcodecTue, 17 May 2005 00:52:29 +0000, by michael