Tue, 21 Oct 2003 01:00:31 +0000 |
michael |
BSD doesnt have log2
libavcodec
|
Mon, 20 Oct 2003 23:24:39 +0000 |
michael |
mpeg2 aspect ratio encoding fixed
libavcodec
|
Mon, 20 Oct 2003 22:33:53 +0000 |
michael |
use continued fractions to approximate a fraction if its numerator or denominator is too large
libavcodec
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Mon, 20 Oct 2003 10:33:13 +0000 |
michael |
bottom_field_first -> top_field_first
libavcodec
|
Mon, 20 Oct 2003 09:52:02 +0000 |
michael |
export mpeg2 active display area / pan scan
libavcodec
|
Sun, 19 Oct 2003 21:05:41 +0000 |
michael |
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavcodec
|
Sat, 18 Oct 2003 18:47:06 +0000 |
michael |
- Moving -Wall from the individual Makefiles to configure (and only
libavcodec
|
Sat, 18 Oct 2003 03:19:44 +0000 |
romansh |
* providing MPEG codecs with a generic fields in AVFrame to use.
libavcodec
|
Fri, 17 Oct 2003 18:56:01 +0000 |
michael |
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
libavcodec
|
Thu, 16 Oct 2003 18:27:48 +0000 |
romansh |
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE
libavcodec
|
Thu, 16 Oct 2003 04:50:54 +0000 |
romansh |
* fix for a trivial 100l declaration typo
libavcodec
|
Thu, 16 Oct 2003 00:21:54 +0000 |
michael |
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least
libavcodec
|
Wed, 15 Oct 2003 21:59:08 +0000 |
michael |
default_get_buffer() fixes
libavcodec
|
Wed, 15 Oct 2003 16:20:50 +0000 |
michael |
align
libavcodec
|
Wed, 15 Oct 2003 15:37:25 +0000 |
michael |
fix "first frame is no keyframe" bug
libavcodec
|
Wed, 15 Oct 2003 03:20:40 +0000 |
melanson |
activate the XA and ADX ADPCM codecs
libavcodec
|
Wed, 15 Oct 2003 03:14:14 +0000 |
melanson |
replace file to remove nasty DOS CRs and hard tabs
libavcodec
|
Wed, 15 Oct 2003 03:02:44 +0000 |
melanson |
this should be part of adpcm.c
libavcodec
|
Wed, 15 Oct 2003 02:59:03 +0000 |
melanson |
quiet
libavcodec
|
Tue, 14 Oct 2003 04:40:53 +0000 |
melanson |
added CRI ADX and XA ADPCM audio modules, courtesy of BERO
libavcodec
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavcodec
|
Mon, 13 Oct 2003 19:38:34 +0000 |
michael |
fix the case where all vlc codes are 8 bits long (repeat=256)
libavcodec
|
Mon, 13 Oct 2003 18:17:58 +0000 |
michael |
alignment 10l
libavcodec
|
Mon, 13 Oct 2003 17:27:30 +0000 |
michael |
mmx2 optimization of huffyuv median encoding
libavcodec
|
Mon, 13 Oct 2003 14:37:04 +0000 |
michael |
10l
libavcodec
|
Mon, 13 Oct 2003 11:13:10 +0000 |
michael |
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
libavcodec
|
Mon, 13 Oct 2003 08:02:46 +0000 |
alex |
10l
libavcodec
|
Sun, 12 Oct 2003 21:32:58 +0000 |
michael |
fix decoding if the aspect ratio changes
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Sun, 12 Oct 2003 19:18:37 +0000 |
michael |
h263 GOB decoding fix
libavcodec
|
Sun, 12 Oct 2003 14:01:53 +0000 |
michael |
intra dc treshold != 0 decoding fixed
libavcodec
|
Sat, 11 Oct 2003 21:49:10 +0000 |
alex |
Sunplus JPEG codec (SP5X) support
libavcodec
|
Sat, 11 Oct 2003 19:40:45 +0000 |
alex |
theora comments skipping
libavcodec
|
Sat, 11 Oct 2003 17:48:49 +0000 |
alex |
using av_abort
libavcodec
|
Sat, 11 Oct 2003 17:44:21 +0000 |
alex |
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up)
libavcodec
|
Sat, 11 Oct 2003 16:43:51 +0000 |
melanson |
optimised versions of the get_pixels, diff_pixels, and bswap_buf
libavcodec
|
Sat, 11 Oct 2003 09:11:15 +0000 |
michael |
forgot to commit, i hope its correct
libavcodec
|
Sat, 11 Oct 2003 08:29:05 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:27:07 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:25:23 +0000 |
michael |
recommit (of patch, as cvslog msg didnt apply cleanly)
libavcodec
|
Sat, 11 Oct 2003 08:21:23 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:19:39 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:18:05 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 01:41:41 +0000 |
romansh |
* recommiting change from SF CVS
libavcodec
|
Sat, 11 Oct 2003 01:11:29 +0000 |
melanson |
support a few more types of VQA files
libavcodec
|
Tue, 07 Oct 2003 11:32:40 +0000 |
michaelni |
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
libavcodec
|
Sun, 05 Oct 2003 21:48:16 +0000 |
tmmm |
This patch marks frames used in RPZA decoder as reference frames, from
libavcodec
|