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
|