Sat, 27 Nov 2004 18:10:06 +0000 |
michael |
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
libavcodec
|
Sat, 27 Nov 2004 03:54:18 +0000 |
lorenm |
new option: context_model
libavcodec
|
Thu, 25 Nov 2004 19:26:46 +0000 |
michael |
fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})
libavcodec
|
Thu, 25 Nov 2004 19:17:27 +0000 |
michael |
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)
libavcodec
|
Wed, 24 Nov 2004 22:54:16 +0000 |
michael |
YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)
libavcodec
|
Wed, 24 Nov 2004 22:50:49 +0000 |
michael |
Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>)
libavcodec
|
Wed, 24 Nov 2004 00:15:49 +0000 |
michael |
check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there
libavcodec
|
Tue, 23 Nov 2004 23:58:54 +0000 |
michael |
Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>)
libavcodec
|
Sun, 21 Nov 2004 18:04:56 +0000 |
mmu_man |
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"
libavcodec
|
Sun, 21 Nov 2004 01:47:36 +0000 |
michael |
whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>)
libavcodec
|
Fri, 19 Nov 2004 20:49:12 +0000 |
michael |
workaround apps which dont provided correctly padded streams
libavcodec
|
Fri, 19 Nov 2004 18:19:36 +0000 |
michael |
fixing rv20201002
libavcodec
|
Fri, 19 Nov 2004 16:57:47 +0000 |
michael |
rv20103001 support
libavcodec
|
Fri, 19 Nov 2004 13:08:25 +0000 |
michael |
reset ref_index
libavcodec
|
Fri, 19 Nov 2004 11:37:03 +0000 |
michael |
fix parser
libavcodec
|
Wed, 17 Nov 2004 03:45:53 +0000 |
melanson |
native QPEG video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Tue, 16 Nov 2004 13:40:56 +0000 |
michael |
overflow fix
libavcodec
|
Mon, 15 Nov 2004 15:53:53 +0000 |
michael |
extradata and FF_INPUT_BUFFER_PADDING_SIZE doc
libavcodec
|
Sun, 14 Nov 2004 22:05:21 +0000 |
michael |
attribute_used
libavcodec
|
Sun, 14 Nov 2004 15:46:34 +0000 |
michael |
plane predicted non-interlacd rgb decodeing fix
libavcodec
|
Sat, 13 Nov 2004 01:05:12 +0000 |
michael |
automatic workaround for another padding bug
libavcodec
|
Fri, 12 Nov 2004 23:38:43 +0000 |
michael |
merge pam_decode_frame() into pnm_decode_frame()
libavcodec
|
Fri, 12 Nov 2004 22:55:29 +0000 |
michael |
pnm parser
libavcodec
|
Fri, 12 Nov 2004 09:48:06 +0000 |
michael |
When bswap_32 is a macro, png images fail to decode properly, patch by (Milan Cutka <cutka>at<szm>dot<sk>)
libavcodec
|
Fri, 12 Nov 2004 02:05:26 +0000 |
michael |
av_resample_compensate() doxy
libavcodec
|
Fri, 12 Nov 2004 01:21:34 +0000 |
michael |
H261 fixing and cleaning:
libavcodec
|
Thu, 11 Nov 2004 18:09:28 +0000 |
michael |
move p*m from image/lavf -> image2/lavc
libavcodec
|
Thu, 11 Nov 2004 10:33:11 +0000 |
michael |
10l (CONFIG_ZLIB)
libavcodec
|
Tue, 09 Nov 2004 23:31:46 +0000 |
michael |
porting png support from -f image to -f image2
libavcodec
|
Mon, 08 Nov 2004 23:36:32 +0000 |
michael |
fix image stream copy
libavcodec
|
Sat, 06 Nov 2004 19:11:34 +0000 |
michael |
cbr audio muxing fix
libavcodec
|
Sun, 31 Oct 2004 12:22:00 +0000 |
michael |
switch ffv1 to the put/get_symbol() from snow
libavcodec
|
Sun, 31 Oct 2004 10:08:50 +0000 |
michael |
switch ffv1 from CABAC to the range coder
libavcodec
|
Sun, 31 Oct 2004 02:51:39 +0000 |
michael |
remove debug stuff
libavcodec
|
Sun, 31 Oct 2004 00:42:43 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 30 Oct 2004 02:16:27 +0000 |
michael |
CABAC -> range coder
libavcodec
|
Sat, 30 Oct 2004 01:43:37 +0000 |
michael |
range coder
libavcodec
|
Fri, 29 Oct 2004 20:45:47 +0000 |
rtognimp |
Fix mjpeg-b (padding bytes can exist between end of sos and image data)
libavcodec
|
Thu, 28 Oct 2004 18:42:31 +0000 |
michael |
cleanup
libavcodec
|
Thu, 28 Oct 2004 18:17:48 +0000 |
michael |
simplify ff_h261_reorder_mb_index
libavcodec
|
Thu, 28 Oct 2004 17:34:14 +0000 |
michael |
simplify
libavcodec
|
Thu, 28 Oct 2004 17:21:34 +0000 |
michael |
fix and cleanup h261 mb_type selection
libavcodec
|
Thu, 28 Oct 2004 12:12:33 +0000 |
michael |
cleanup
libavcodec
|
Thu, 28 Oct 2004 10:12:57 +0000 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavcodec
|
Wed, 27 Oct 2004 21:42:26 +0000 |
michael |
YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>)
libavcodec
|
Wed, 27 Oct 2004 04:30:48 +0000 |
melanson |
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov
libavcodec
|
Tue, 26 Oct 2004 12:47:56 +0000 |
michael |
stride align cleanup
libavcodec
|
Tue, 26 Oct 2004 03:12:21 +0000 |
michael |
optimization
libavcodec
|
Mon, 25 Oct 2004 15:37:13 +0000 |
michael |
type fix
libavcodec
|
Mon, 25 Oct 2004 15:27:56 +0000 |
michael |
type fix
libavcodec
|
Mon, 25 Oct 2004 01:16:13 +0000 |
michael |
fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavcodec
|
Sun, 24 Oct 2004 22:37:29 +0000 |
michael |
mjpeg parser
libavcodec
|
Sun, 24 Oct 2004 13:20:32 +0000 |
michael |
INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)
libavcodec
|
Sun, 24 Oct 2004 02:59:36 +0000 |
michael |
optimzation
libavcodec
|
Sun, 24 Oct 2004 02:08:45 +0000 |
michael |
optimization
libavcodec
|
Sat, 23 Oct 2004 21:13:31 +0000 |
michael |
fix CABAC+LOOP missmatch
libavcodec
|
Sat, 23 Oct 2004 19:12:21 +0000 |
michael |
cbp_table cleanup
libavcodec
|
Sat, 23 Oct 2004 15:59:01 +0000 |
michael |
cleanup of decode_cabac_residual()
libavcodec
|
Sat, 23 Oct 2004 12:07:57 +0000 |
michael |
decode intra cabac mb_type cleanup
libavcodec
|
Fri, 22 Oct 2004 19:55:57 +0000 |
michael |
small typo patch by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
Fri, 22 Oct 2004 18:30:50 +0000 |
michael |
H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 22 Oct 2004 02:04:30 +0000 |
romansh |
* Introducing IIDC1394 grabbing interface.
libavcodec
|
Thu, 21 Oct 2004 21:07:40 +0000 |
michael |
user selectble cutoff frequency
libavcodec
|
Thu, 21 Oct 2004 20:01:32 +0000 |
michael |
100l (dont reset the sample position at the block end)
libavcodec
|
Thu, 21 Oct 2004 03:11:34 +0000 |
michael |
make most resample filter parameters selectable at runtime
libavcodec
|
Wed, 20 Oct 2004 19:06:29 +0000 |
michael |
optimization
libavcodec
|
Wed, 20 Oct 2004 18:02:34 +0000 |
michael |
make filter size, int32/int16 and a few other things selectable at compiletime
libavcodec
|
Wed, 20 Oct 2004 12:04:08 +0000 |
michael |
10l
libavcodec
|
Mon, 18 Oct 2004 23:07:18 +0000 |
michael |
fix constrained parameters flag
libavcodec
|
Mon, 18 Oct 2004 03:02:48 +0000 |
michael |
infinte recursion fix
libavcodec
|
Sun, 17 Oct 2004 20:27:11 +0000 |
michael |
gcc 3.4.3 preversions do not appreciate invalid instruction and operand combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
Fri, 15 Oct 2004 11:48:50 +0000 |
michael |
xvid fake divx version workaround
libavcodec
|
Fri, 15 Oct 2004 02:37:04 +0000 |
michael |
support strictly enforcing gop size
libavcodec
|
Thu, 14 Oct 2004 12:24:16 +0000 |
michael |
fix forcing of individual frame types
libavcodec
|
Tue, 12 Oct 2004 12:47:49 +0000 |
melanson |
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
libavcodec
|
Tue, 12 Oct 2004 07:16:14 +0000 |
rfelker |
1000l
libavcodec
|
Mon, 11 Oct 2004 22:47:09 +0000 |
michael |
missaliged clear_blocks() and h264 not complied but referenced fix patch by (Roine Gustafsson <roine at users dot sourceforge dot net>) and me
libavcodec
|
Mon, 11 Oct 2004 02:19:29 +0000 |
michael |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
Sat, 09 Oct 2004 12:02:19 +0000 |
michael |
lowres 4mv
libavcodec
|
Fri, 08 Oct 2004 22:57:39 +0000 |
michael |
h.261 loop filter fix
libavcodec
|
Fri, 08 Oct 2004 21:45:29 +0000 |
michael |
nonsense removial
libavcodec
|
Fri, 08 Oct 2004 10:37:45 +0000 |
michael |
Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>)
libavcodec
|
Wed, 06 Oct 2004 08:50:46 +0000 |
kabi |
* fixing a few of gcc 'clean-code' warnings
libavcodec
|
Tue, 05 Oct 2004 19:44:26 +0000 |
michael |
segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0)
libavcodec
|
Tue, 05 Oct 2004 18:36:15 +0000 |
michael |
Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Tue, 05 Oct 2004 17:43:10 +0000 |
michael |
Build process: libpostproc patch by (Franti?ek Dvo?k <valtri at users dot sourceforge dot net>)
libavcodec
|
Sun, 03 Oct 2004 22:01:21 +0000 |
michael |
h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 01 Oct 2004 14:38:32 +0000 |
michael |
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Fri, 01 Oct 2004 13:32:13 +0000 |
michael |
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Fri, 01 Oct 2004 12:31:11 +0000 |
michael |
do not call (av_)abort()
libavcodec
|
Thu, 30 Sep 2004 15:02:07 +0000 |
kabi |
* these vars could be either static or extern (compilation fix gcc-3.5)
libavcodec
|
Wed, 29 Sep 2004 23:12:16 +0000 |
michael |
broken mess removial
libavcodec
|
Tue, 28 Sep 2004 23:31:59 +0000 |
michael |
10l (wrong variable)
libavcodec
|
Tue, 28 Sep 2004 21:11:09 +0000 |
michael |
dont just resample half of the data sometimes
libavcodec
|
Tue, 28 Sep 2004 05:38:36 +0000 |
michael |
100l (signed vs. unsigend)
libavcodec
|
Tue, 28 Sep 2004 03:09:49 +0000 |
melanson |
support for Sierra Online audio files and Apple QuickDraw codec,
libavcodec
|
Tue, 28 Sep 2004 03:04:36 +0000 |
melanson |
if audio is PCM, push it through (sync is not perfect yet)
libavcodec
|
Mon, 27 Sep 2004 21:09:41 +0000 |
michael |
10l forgot to commit
libavcodec
|
Mon, 27 Sep 2004 19:47:17 +0000 |
michael |
move h264 idct to its own file and call via function pointer in DspContext
libavcodec
|
Mon, 27 Sep 2004 17:46:07 +0000 |
michael |
dont print "vop not coded" by default
libavcodec
|
Mon, 27 Sep 2004 11:50:56 +0000 |
michael |
lowres width/height cleanup 3rd try
libavcodec
|
Mon, 27 Sep 2004 10:06:10 +0000 |
michael |
lowres fixes for the parser
libavcodec
|
Mon, 27 Sep 2004 03:19:24 +0000 |
michael |
10l (segfault)
libavcodec
|
Mon, 27 Sep 2004 03:17:26 +0000 |
michael |
10l
libavcodec
|
Mon, 27 Sep 2004 02:39:55 +0000 |
michael |
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0)
libavcodec
|
Sun, 26 Sep 2004 23:01:42 +0000 |
michael |
lowres chroma fix
libavcodec
|
Sun, 26 Sep 2004 21:28:31 +0000 |
michael |
lowres slice fix
libavcodec
|
Sun, 26 Sep 2004 17:36:53 +0000 |
michael |
porting optimizations from 4x4 dct to 8x8
libavcodec
|
Sun, 26 Sep 2004 16:33:39 +0000 |
michael |
optimizing 4x4 idct
libavcodec
|
Sun, 26 Sep 2004 13:03:43 +0000 |
michael |
lowres slice fix
libavcodec
|
Sun, 26 Sep 2004 11:05:35 +0000 |
michael |
low resolution interlaced support
libavcodec
|
Sun, 26 Sep 2004 10:01:40 +0000 |
michael |
1/8 resolution decoding
libavcodec
|
Sun, 26 Sep 2004 09:00:37 +0000 |
michael |
low resolution decoding fix
libavcodec
|
Sun, 26 Sep 2004 00:18:12 +0000 |
michael |
1/4 resolution decoding
libavcodec
|
Sat, 25 Sep 2004 23:18:58 +0000 |
michael |
1/2 resolution decoding
libavcodec
|
Sat, 25 Sep 2004 10:06:31 +0000 |
michael |
assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Sat, 25 Sep 2004 09:59:36 +0000 |
michael |
H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 24 Sep 2004 20:35:59 +0000 |
michael |
trellis quantization for h263(p)
libavcodec
|
Fri, 24 Sep 2004 18:12:43 +0000 |
michael |
unused
libavcodec
|
Fri, 24 Sep 2004 17:30:04 +0000 |
michael |
100l
libavcodec
|
Thu, 23 Sep 2004 22:20:17 +0000 |
rtognimp |
Zlib encoder: fix image orientation (was flipped), 100l in deflate error
libavcodec
|
Thu, 23 Sep 2004 12:20:41 +0000 |
michael |
merge predict_plane() with DWTELEM->8bit conversation (21% faster)
libavcodec
|
Thu, 23 Sep 2004 09:42:25 +0000 |
michael |
segfault fix by (Kostya <cannonball at bw-team dot com>)
libavcodec
|
Wed, 22 Sep 2004 05:04:18 +0000 |
romansh |
* simplification patch by Jeffrey Ryan Muizelaar
libavcodec
|
Tue, 21 Sep 2004 23:10:10 +0000 |
michael |
8 -> FRAC_BITS
libavcodec
|
Tue, 21 Sep 2004 17:37:28 +0000 |
alex |
Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized
libavcodec
|
Tue, 21 Sep 2004 17:31:46 +0000 |
alex |
greyscale decoding (option to skip u,v planes) support
libavcodec
|
Mon, 20 Sep 2004 13:47:47 +0000 |
michael |
check if the user specified timestamps are strictly monotone
libavcodec
|
Sun, 19 Sep 2004 16:38:54 +0000 |
michael |
av_rescale with user specified rounding
libavcodec
|
Sun, 19 Sep 2004 14:43:09 +0000 |
michael |
consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>)
libavcodec
|
Fri, 17 Sep 2004 23:51:36 +0000 |
michael |
simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 17 Sep 2004 11:21:52 +0000 |
michael |
huffyuv writes to AVCodecContext.stats_out only once every 32 frames,
libavcodec
|
Fri, 17 Sep 2004 11:17:17 +0000 |
michael |
warning the user about possible incompatibilities
libavcodec
|
Fri, 17 Sep 2004 10:57:57 +0000 |
michael |
(non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Thu, 16 Sep 2004 19:05:22 +0000 |
michael |
h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>)
libavcodec
|
Thu, 16 Sep 2004 17:36:39 +0000 |
michael |
10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Thu, 16 Sep 2004 03:31:41 +0000 |
melanson |
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Wed, 15 Sep 2004 12:23:45 +0000 |
michael |
10l
libavcodec
|
Wed, 15 Sep 2004 01:55:04 +0000 |
michael |
per picture psnr
libavcodec
|
Wed, 15 Sep 2004 00:35:18 +0000 |
michael |
changing size segfault fix
libavcodec
|
Tue, 14 Sep 2004 18:35:03 +0000 |
michael |
comment fix
libavcodec
|
Tue, 14 Sep 2004 17:17:12 +0000 |
michael |
qprd + mpeg2 segfault fix
libavcodec
|
Tue, 14 Sep 2004 06:58:24 +0000 |
romansh |
* I was finally convinced. And besides, if err it's better to err with
libavcodec
|
Mon, 13 Sep 2004 21:20:55 +0000 |
rtognimp |
AVC (H264 in mp4 files, fourcc avc1) support
libavcodec
|
Mon, 13 Sep 2004 12:37:39 +0000 |
michael |
pre_cmp fix
libavcodec
|
Mon, 13 Sep 2004 03:27:53 +0000 |
michael |
H.261 decoder improvements
libavcodec
|
Sun, 12 Sep 2004 23:09:54 +0000 |
michael |
100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...)
libavcodec
|
Sun, 12 Sep 2004 21:32:36 +0000 |
michael |
use h264 MC code if possible
libavcodec
|
Sun, 12 Sep 2004 17:35:54 +0000 |
michael |
10l (gcc 2.95 compilation)
libavcodec
|
Sun, 12 Sep 2004 10:51:02 +0000 |
michael |
use pointer arithmetic in mc_block(), 25% faster
libavcodec
|
Fri, 10 Sep 2004 19:40:55 +0000 |
michael |
get/set_sr_golomb() cleanup
libavcodec
|
Fri, 10 Sep 2004 18:54:02 +0000 |
michael |
mess cleanup
libavcodec
|
Fri, 10 Sep 2004 15:38:14 +0000 |
alex |
put the warning to the right place to avoid crashes
libavcodec
|
Wed, 08 Sep 2004 18:49:12 +0000 |
michael |
h264_qpel8_hv_lowpass_mmx2/3dnow
libavcodec
|
Wed, 08 Sep 2004 18:25:45 +0000 |
michael |
h264_qpel4_hv_lowpass_mmx2/3dnow
libavcodec
|
Wed, 08 Sep 2004 17:59:22 +0000 |
alex |
new signed golomb routines
libavcodec
|
Wed, 08 Sep 2004 17:57:25 +0000 |
alex |
try to select w/h from tables
libavcodec
|
Wed, 08 Sep 2004 10:07:08 +0000 |
michael |
10l (wrong coded_picture)
libavcodec
|
Wed, 08 Sep 2004 00:52:49 +0000 |
michael |
optimization
libavcodec
|
Tue, 07 Sep 2004 22:56:50 +0000 |
michael |
optimization
libavcodec
|
Tue, 07 Sep 2004 17:22:37 +0000 |
michael |
optimization
libavcodec
|
Tue, 07 Sep 2004 01:48:45 +0000 |
michael |
h264 luma motion compensation in mmx2/3dnow
libavcodec
|
Mon, 06 Sep 2004 10:32:47 +0000 |
michael |
useless
libavcodec
|
Mon, 06 Sep 2004 03:17:31 +0000 |
michael |
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
libavcodec
|
Sun, 05 Sep 2004 21:46:16 +0000 |
michael |
20% faster predict_plane()
libavcodec
|
Sat, 04 Sep 2004 11:19:37 +0000 |
alex |
more decorrelation types
libavcodec
|
Fri, 03 Sep 2004 02:32:39 +0000 |
michael |
Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Thu, 02 Sep 2004 18:46:41 +0000 |
michael |
typo
libavcodec
|
Thu, 02 Sep 2004 15:46:03 +0000 |
michael |
optional non spec compliant optimizations for mpeg1
libavcodec
|
Thu, 02 Sep 2004 15:30:46 +0000 |
michael |
optional non spec compliant optimizations
libavcodec
|
Thu, 02 Sep 2004 10:49:54 +0000 |
michael |
h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Tue, 31 Aug 2004 16:28:49 +0000 |
michael |
10l (keyframes and context resets)
libavcodec
|
Sat, 28 Aug 2004 14:24:48 +0000 |
michael |
cleanup
libavcodec
|
Sat, 28 Aug 2004 14:08:50 +0000 |
michael |
10l
libavcodec
|
Sat, 28 Aug 2004 12:28:53 +0000 |
melanson |
8-bit mode corrections
libavcodec
|
Fri, 27 Aug 2004 21:16:51 +0000 |
michael |
merge decode_subband() and dequantize()
libavcodec
|
Fri, 27 Aug 2004 20:33:16 +0000 |
michael |
11% faster decode_subband()
libavcodec
|
Fri, 27 Aug 2004 20:15:32 +0000 |
michael |
5% faster decode_subband()
libavcodec
|
Fri, 27 Aug 2004 19:52:32 +0000 |
michael |
46% faster decode_subband()
libavcodec
|
Fri, 27 Aug 2004 01:06:58 +0000 |
michael |
50% faster decode_subband()
libavcodec
|
Thu, 26 Aug 2004 22:46:15 +0000 |
michael |
yuv median encoding 10l fix
libavcodec
|
Thu, 26 Aug 2004 20:04:54 +0000 |
michael |
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily)
libavcodec
|
Wed, 25 Aug 2004 22:35:04 +0000 |
michael |
typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>)
libavcodec
|
Wed, 25 Aug 2004 00:26:01 +0000 |
michael |
edge bugfix
libavcodec
|
Wed, 25 Aug 2004 00:01:34 +0000 |
michael |
bsd patch by (Bohdan Horst <nexus at irc dot pl>)
libavcodec
|
Tue, 24 Aug 2004 16:33:55 +0000 |
michael |
lrintf emulation improvments
libavcodec
|
Sun, 22 Aug 2004 17:16:03 +0000 |
michael |
4x4 SSE compare function
libavcodec
|
Sun, 22 Aug 2004 12:40:57 +0000 |
alex |
ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes amplitude bug
libavcodec
|
Sat, 21 Aug 2004 19:19:35 +0000 |
alex |
new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk)
libavcodec
|
Sat, 21 Aug 2004 19:18:45 +0000 |
alex |
new copyrights
libavcodec
|
Thu, 19 Aug 2004 19:01:40 +0000 |
michael |
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
libavcodec
|
Thu, 19 Aug 2004 10:55:48 +0000 |
michael |
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Wed, 18 Aug 2004 22:10:39 +0000 |
michael |
copy & paste bug
libavcodec
|
Tue, 17 Aug 2004 10:41:15 +0000 |
michael |
more untested bigendian fixes
libavcodec
|
Tue, 17 Aug 2004 09:57:56 +0000 |
michael |
big endian fix (untested)
libavcodec
|
Mon, 16 Aug 2004 22:51:18 +0000 |
michael |
cleanup
libavcodec
|
Mon, 16 Aug 2004 22:48:05 +0000 |
michael |
Get H.264 frame rate from SPS/VUI patch by (Mns Rullgrd <mru at kth dot se>)
libavcodec
|
Mon, 16 Aug 2004 01:25:52 +0000 |
michael |
get_bits(32) fix
libavcodec
|
Sat, 14 Aug 2004 22:51:24 +0000 |
melanson |
build++
libavcodec
|
Sat, 14 Aug 2004 15:18:49 +0000 |
michael |
10l (lrintf(a)+b vs. lrintf(a+b))
libavcodec
|
Sat, 14 Aug 2004 15:08:09 +0000 |
melanson |
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Fri, 13 Aug 2004 15:30:42 +0000 |
michael |
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)
libavcodec
|
Fri, 13 Aug 2004 14:40:33 +0000 |
michael |
minor optimization
libavcodec
|
Fri, 13 Aug 2004 13:59:28 +0000 |
michael |
user overrideable level & profile
libavcodec
|
Thu, 12 Aug 2004 23:36:48 +0000 |
michael |
give the user a chance to override codec_tag
libavcodec
|
Wed, 11 Aug 2004 19:32:34 +0000 |
michael |
10l (dont store 2 different things at the same place ...)
libavcodec
|
Tue, 03 Aug 2004 02:34:50 +0000 |
michael |
cleanup
libavcodec
|
Tue, 03 Aug 2004 01:50:52 +0000 |
michael |
segfault fix
libavcodec
|
Tue, 03 Aug 2004 01:07:19 +0000 |
michael |
10l (segfault)
libavcodec
|
Mon, 02 Aug 2004 19:09:28 +0000 |
michael |
lossless support
libavcodec
|
Mon, 02 Aug 2004 18:01:03 +0000 |
michael |
cleanup
libavcodec
|
Mon, 02 Aug 2004 17:53:57 +0000 |
michael |
improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8)
libavcodec
|
Mon, 02 Aug 2004 13:03:58 +0000 |
michael |
fix one file, will probably break some others but i cant find any samples which need this ...
libavcodec
|
Mon, 02 Aug 2004 10:42:21 +0000 |
michael |
simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>)
libavcodec
|
Mon, 02 Aug 2004 01:06:55 +0000 |
michael |
cleanup
libavcodec
|
Mon, 02 Aug 2004 01:03:52 +0000 |
michael |
various subband encoders (all either worse or complicated so they are commented out)
libavcodec
|
Fri, 30 Jul 2004 11:12:47 +0000 |
michael |
raise build number for the snow
libavcodec
|
Wed, 28 Jul 2004 10:13:45 +0000 |
michael |
svq1 mv array size fix
libavcodec
|
Wed, 28 Jul 2004 01:35:29 +0000 |
michael |
1/0 fix
libavcodec
|
Wed, 28 Jul 2004 00:09:03 +0000 |
michael |
dont segfault without -strict -1
libavcodec
|
Tue, 27 Jul 2004 17:38:53 +0000 |
michael |
optimize quantizaton (about 3x faster)
libavcodec
|
Tue, 27 Jul 2004 17:02:31 +0000 |
michael |
cleanup
libavcodec
|
Tue, 27 Jul 2004 13:40:16 +0000 |
michael |
use parent sample to predict significance & magnitude
libavcodec
|
Tue, 27 Jul 2004 11:09:41 +0000 |
michael |
realloc(NULL) fix
libavcodec
|