Wed, 16 Feb 2005 22:42:41 +0000 |
michael |
Off-by-one bug in libavcodec/idcinvideo.c, caused
libavcodec
|
Tue, 15 Feb 2005 20:58:32 +0000 |
rtognimp |
Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)
libavcodec
|
Sun, 13 Feb 2005 23:36:04 +0000 |
michael |
buffer overflow
libavcodec
|
Mon, 07 Feb 2005 17:09:48 +0000 |
michael |
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<)
libavcodec
|
Mon, 07 Feb 2005 00:10:28 +0000 |
michael |
INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org)
libavcodec
|
Sun, 06 Feb 2005 18:43:06 +0000 |
michael |
emulate (idiotic) MS behavior for inconsistant dimensions
libavcodec
|
Sun, 06 Feb 2005 17:01:07 +0000 |
michael |
support skiping some bitstream encoding
libavcodec
|
Sun, 06 Feb 2005 10:36:07 +0000 |
michael |
seperate bitstream encoding skip from PASS1 flag
libavcodec
|
Fri, 04 Feb 2005 11:53:35 +0000 |
michael |
10l (use of deallocated memory)
libavcodec
|
Fri, 04 Feb 2005 03:29:50 +0000 |
michael |
Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>)
libavcodec
|
Fri, 04 Feb 2005 02:47:45 +0000 |
michael |
H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)
libavcodec
|
Fri, 04 Feb 2005 02:20:38 +0000 |
michael |
- samples from mplayer ftp in the "adv" profile seem to have profile=2,
libavcodec
|
Thu, 03 Feb 2005 03:28:27 +0000 |
michael |
merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow
libavcodec
|
Wed, 02 Feb 2005 22:38:28 +0000 |
michael |
optimizing imdct12
libavcodec
|
Wed, 02 Feb 2005 19:33:48 +0000 |
michael |
mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits
libavcodec
|
Wed, 02 Feb 2005 18:49:04 +0000 |
michael |
Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr)
libavcodec
|
Wed, 02 Feb 2005 18:14:59 +0000 |
michael |
rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)
libavcodec
|
Wed, 02 Feb 2005 01:37:33 +0000 |
michael |
optimize antialias
libavcodec
|
Tue, 01 Feb 2005 23:43:07 +0000 |
michael |
faster, simpler and more accurate l3_unscale()
libavcodec
|
Tue, 01 Feb 2005 21:27:18 +0000 |
michael |
optimizing imdct36()
libavcodec
|
Tue, 01 Feb 2005 18:36:51 +0000 |
michael |
make keyframe default for AVFrames
libavcodec
|
Tue, 01 Feb 2005 15:13:27 +0000 |
mmu_man |
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>
libavcodec
|
Tue, 01 Feb 2005 13:03:44 +0000 |
michael |
10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE)
libavcodec
|
Tue, 01 Feb 2005 11:26:11 +0000 |
michael |
H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org )
libavcodec
|
Tue, 01 Feb 2005 11:12:53 +0000 |
michael |
correct long term picture management patch by (Loic <lll+ffmpeg m4x org>)
libavcodec
|
Tue, 01 Feb 2005 10:03:55 +0000 |
michael |
- a lot less overflows when decoding frames
libavcodec
|
Tue, 01 Feb 2005 09:51:49 +0000 |
michael |
Documentation patch by anonymous
libavcodec
|
Mon, 31 Jan 2005 22:34:02 +0000 |
rtognimp |
Add 32bit RGB support
libavcodec
|
Mon, 31 Jan 2005 21:26:20 +0000 |
michael |
10000l vbr mp3 fix
libavcodec
|
Mon, 31 Jan 2005 12:16:21 +0000 |
michael |
support 32bit output for the mpeg audio decoder
libavcodec
|
Mon, 31 Jan 2005 04:06:47 +0000 |
michael |
more accurate dequant of near zero coefficients
libavcodec
|
Mon, 31 Jan 2005 03:14:22 +0000 |
michael |
10l (missing overflow check)
libavcodec
|
Sun, 30 Jan 2005 22:28:11 +0000 |
michael |
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed)
libavcodec
|
Sun, 30 Jan 2005 21:54:20 +0000 |
michael |
- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in
libavcodec
|
Sun, 30 Jan 2005 16:34:57 +0000 |
michael |
In that patch:
libavcodec
|
Sun, 30 Jan 2005 14:10:30 +0000 |
michael |
10l (didnt test code after cvs up ...)
libavcodec
|
Sun, 30 Jan 2005 14:04:56 +0000 |
michael |
dithering for the mpeg audio decoder
libavcodec
|
Sun, 30 Jan 2005 02:16:50 +0000 |
michael |
fixing missaligned memory accesses in fill_rectangle()
libavcodec
|
Sat, 29 Jan 2005 23:59:32 +0000 |
michael |
require a few valid and equal mp3 headers for resync
libavcodec
|
Sat, 29 Jan 2005 20:09:33 +0000 |
mmu_man |
added a lock/unlock_lib pair to allow extern progs to serialize access to lavc.
libavcodec
|
Fri, 28 Jan 2005 19:54:10 +0000 |
alex |
exported ff_mpa_synth_filter for upcoming qdm2 decoder
libavcodec
|
Fri, 28 Jan 2005 11:21:57 +0000 |
michael |
make decode012() static inline
libavcodec
|
Wed, 26 Jan 2005 17:04:34 +0000 |
michael |
10l (negative strides)
libavcodec
|
Wed, 26 Jan 2005 12:01:35 +0000 |
michael |
use dc tables from msmpeg4 instead of duplicating them patch by anonymous
libavcodec
|
Tue, 25 Jan 2005 01:40:58 +0000 |
michael |
dont duplicate decode012()
libavcodec
|
Tue, 25 Jan 2005 01:29:10 +0000 |
michael |
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though
libavcodec
|
Mon, 24 Jan 2005 23:01:18 +0000 |
michael |
Fixes:
libavcodec
|
Mon, 24 Jan 2005 01:56:53 +0000 |
michael |
more 10l typos
libavcodec
|
Mon, 24 Jan 2005 01:46:12 +0000 |
michael |
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear)
libavcodec
|
Mon, 24 Jan 2005 00:35:18 +0000 |
michael |
fixing many bugs in bitplane_decoding()
libavcodec
|
Sun, 23 Jan 2005 22:54:51 +0000 |
michael |
dont use several 100 mb memory for a tiny 120 element table
libavcodec
|
Sun, 23 Jan 2005 22:49:41 +0000 |
michael |
1000000000l typos
libavcodec
|
Sun, 23 Jan 2005 22:10:55 +0000 |
michael |
mention table duplications, note, please avoid duplicating tables!
libavcodec
|
Sun, 23 Jan 2005 21:36:24 +0000 |
rtognimp |
Check pointers before writing to memory
libavcodec
|
Sun, 23 Jan 2005 19:11:02 +0000 |
michael |
simplify
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Sun, 23 Jan 2005 17:59:01 +0000 |
michael |
more detailed error messages
libavcodec
|
Sun, 23 Jan 2005 16:18:10 +0000 |
michael |
10l
libavcodec
|
Sun, 23 Jan 2005 14:07:25 +0000 |
michael |
framerate check
libavcodec
|
Sun, 23 Jan 2005 14:03:13 +0000 |
michael |
simplify deblock
libavcodec
|
Sun, 23 Jan 2005 11:08:18 +0000 |
michael |
use clip_uint8()
libavcodec
|
Sun, 23 Jan 2005 03:49:36 +0000 |
michael |
simplify
libavcodec
|
Sat, 22 Jan 2005 18:00:36 +0000 |
alex |
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier
libavcodec
|
Sat, 22 Jan 2005 17:52:01 +0000 |
alex |
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier
libavcodec
|
Fri, 21 Jan 2005 23:47:03 +0000 |
michael |
count errors instead of printing 2^31
libavcodec
|
Fri, 21 Jan 2005 22:16:05 +0000 |
michael |
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)
libavcodec
|
Thu, 20 Jan 2005 00:30:20 +0000 |
michael |
jpeg style yuv fixes
libavcodec
|
Wed, 19 Jan 2005 17:35:51 +0000 |
michael |
H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>)
libavcodec
|
Wed, 19 Jan 2005 13:24:43 +0000 |
michael |
div by zero aspect fix
libavcodec
|
Wed, 19 Jan 2005 13:03:38 +0000 |
michael |
svq3_get_se_golomb() fix
libavcodec
|
Wed, 19 Jan 2005 12:58:34 +0000 |
michael |
compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)
libavcodec
|
Tue, 18 Jan 2005 01:01:54 +0000 |
michael |
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)
libavcodec
|
Mon, 17 Jan 2005 18:25:32 +0000 |
michael |
simplify
libavcodec
|
Sun, 16 Jan 2005 22:11:47 +0000 |
michael |
10l patch by (matthieu castet <castet.matthieu free fr>)
libavcodec
|
Sat, 15 Jan 2005 20:04:41 +0000 |
michael |
simplify
libavcodec
|
Sat, 15 Jan 2005 19:05:26 +0000 |
michael |
simplify, null pointer, selftest
libavcodec
|
Sat, 15 Jan 2005 14:59:47 +0000 |
rtognimp |
Decode MP3 in ADU format
libavcodec
|
Sat, 15 Jan 2005 14:05:37 +0000 |
rtognimp |
1l, forgot to remove duplicated error message
libavcodec
|
Sat, 15 Jan 2005 10:34:49 +0000 |
diego |
Mention the l5 pp filter in 'mplayer -pphelp' output.
libavcodec
|
Sat, 15 Jan 2005 00:07:38 +0000 |
rtognimp |
Use avcodec_check_dimensions instead of custom hack
libavcodec
|
Fri, 14 Jan 2005 23:48:12 +0000 |
michael |
assertion about bits statistic and minor bits stat fix
libavcodec
|
Thu, 13 Jan 2005 11:59:19 +0000 |
michael |
10l (dont modify the input picture pts)
libavcodec
|
Wed, 12 Jan 2005 18:25:48 +0000 |
michael |
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)
libavcodec
|
Wed, 12 Jan 2005 11:14:12 +0000 |
michael |
10l (gcc 2.95 fix)
libavcodec
|
Wed, 12 Jan 2005 01:44:02 +0000 |
michael |
disallow strcat
libavcodec
|
Wed, 12 Jan 2005 00:59:42 +0000 |
michael |
dissallow sprintf
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Tue, 11 Jan 2005 08:16:04 +0000 |
diego |
Quote path expression to take care of $(prefix) possibly containing spaces.
libavcodec
|
Tue, 11 Jan 2005 03:18:08 +0000 |
michael |
fixing selftest
libavcodec
|
Mon, 10 Jan 2005 23:41:25 +0000 |
michael |
picture heap corruption fix
libavcodec
|
Sun, 09 Jan 2005 23:39:32 +0000 |
rtognimp |
Check pointers before writing to memory, fix possible integer overflows
libavcodec
|
Sun, 09 Jan 2005 00:48:37 +0000 |
lorenm |
10l (obmc_scratchpad not always initialize)
libavcodec
|
Sat, 08 Jan 2005 08:56:18 +0000 |
lorenm |
10l: scratchpad could be allocated before its size was known.
libavcodec
|
Fri, 07 Jan 2005 05:56:07 +0000 |
lorenm |
H.264 weighted prediction.
libavcodec
|
Thu, 06 Jan 2005 01:02:36 +0000 |
michael |
print "D" instead of "P" for dropable frames in flv with -debug 1
libavcodec
|
Thu, 06 Jan 2005 00:54:03 +0000 |
michael |
RV30/RV40 demuxing (untested)
libavcodec
|
Wed, 05 Jan 2005 02:36:10 +0000 |
michael |
fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm
libavcodec
|
Wed, 05 Jan 2005 00:20:52 +0000 |
michael |
fix decoding of http://mplayerhq.hu/~diego/problem.mov
libavcodec
|
Tue, 04 Jan 2005 10:26:47 +0000 |
lorenm |
reduce stutter if we learn too late that the stream contains B-frames.
libavcodec
|
Tue, 04 Jan 2005 01:12:48 +0000 |
lorenm |
Sort B-frames into display order.
libavcodec
|
Mon, 03 Jan 2005 16:13:52 +0000 |
michael |
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)
libavcodec
|
Mon, 03 Jan 2005 00:36:26 +0000 |
diego |
Make -pphelp output consistent with the other instances of -xxx help.
libavcodec
|
Sat, 01 Jan 2005 23:02:09 +0000 |
michael |
WV1F support
libavcodec
|
Fri, 31 Dec 2004 17:37:23 +0000 |
michael |
faster and slightly less accurate nearest neighbor resampler
libavcodec
|
Fri, 31 Dec 2004 14:02:35 +0000 |
michael |
10l
libavcodec
|
Fri, 31 Dec 2004 12:58:46 +0000 |
michael |
special case for filter_length==1
libavcodec
|
Fri, 31 Dec 2004 00:07:17 +0000 |
michael |
- correct several errors on the deblocking accross slice boundaries.
libavcodec
|
Thu, 30 Dec 2004 18:05:54 +0000 |
rtognimp |
Fix avc1 if there is nore than one nal per mov frame
libavcodec
|
Thu, 30 Dec 2004 14:48:01 +0000 |
michael |
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>)
libavcodec
|
Wed, 29 Dec 2004 23:17:42 +0000 |
rtognimp |
Fix compilation when both amr_nb and amr_wb are enabled
libavcodec
|
Wed, 29 Dec 2004 17:50:25 +0000 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
libavcodec
|
Wed, 29 Dec 2004 12:14:14 +0000 |
michael |
motion_val doxy
libavcodec
|
Wed, 29 Dec 2004 04:17:52 +0000 |
lorenm |
implement B_DIRECT and B_SKIP macroblock types.
libavcodec
|
Mon, 20 Dec 2004 03:03:37 +0000 |
lorenm |
vismv for h264 displayed incorrect motion vectors.
libavcodec
|
Sun, 19 Dec 2004 12:26:54 +0000 |
michael |
better motion_subsample_log2 docs
libavcodec
|
Sat, 18 Dec 2004 16:20:42 +0000 |
michael |
fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjrn Skjret {sskjer-1 broadpark no})
libavcodec
|
Sat, 18 Dec 2004 03:49:07 +0000 |
michael |
add multi slice support
libavcodec
|
Sat, 18 Dec 2004 03:07:15 +0000 |
michael |
fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)
libavcodec
|
Tue, 14 Dec 2004 20:17:23 +0000 |
michael |
quantizer overflow warning + AAN dct fix
libavcodec
|
Tue, 14 Dec 2004 12:04:45 +0000 |
michael |
fix timestamp prediction for low_delay mpeg streams
libavcodec
|
Mon, 13 Dec 2004 16:11:38 +0000 |
michael |
x86 cpu capabilities detection rewrite / cleanup
libavcodec
|
Mon, 13 Dec 2004 11:41:59 +0000 |
michael |
another try at fixing rv20 ...
libavcodec
|
Sun, 12 Dec 2004 14:19:54 +0000 |
michael |
flush remaining data from parser at EOF
libavcodec
|
Sat, 11 Dec 2004 18:33:18 +0000 |
michael |
warn the user if the quantization code could overflow with the selected custom matrix and qp limits
libavcodec
|
Thu, 09 Dec 2004 22:04:15 +0000 |
michael |
uppercase codec_tag=AVC1 support
libavcodec
|
Thu, 09 Dec 2004 01:01:11 +0000 |
michael |
out of buffer access fix
libavcodec
|
Wed, 08 Dec 2004 18:02:56 +0000 |
michael |
more flexible frame skip decission
libavcodec
|
Wed, 08 Dec 2004 11:46:16 +0000 |
michael |
frame skip support
libavcodec
|
Tue, 07 Dec 2004 13:14:37 +0000 |
michael |
rv20 encoding
libavcodec
|
Mon, 06 Dec 2004 22:44:03 +0000 |
michael |
seeking in rm
libavcodec
|
Mon, 06 Dec 2004 17:21:17 +0000 |
michael |
rv10 thread safety fix / rv10 ffplay fix
libavcodec
|
Sun, 05 Dec 2004 23:26:43 +0000 |
michael |
detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>)
libavcodec
|
Sun, 05 Dec 2004 23:21:39 +0000 |
michael |
next try at fixing rv20 decoding
libavcodec
|
Tue, 30 Nov 2004 21:50:16 +0000 |
michael |
raw rgb flip fix
libavcodec
|
Sun, 28 Nov 2004 19:19:39 +0000 |
lorenm |
fix interlacing check in v1 huffyuv.
libavcodec
|
Sun, 28 Nov 2004 18:29:38 +0000 |
lorenm |
split ffhuffyuv into 2 codecs:
libavcodec
|
Sun, 28 Nov 2004 15:33:15 +0000 |
michael |
fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility
libavcodec
|
Sun, 28 Nov 2004 14:58:50 +0000 |
michael |
10l (dont use codec_id for error simulation)
libavcodec
|
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
|