Fri, 16 Apr 2004 01:02:39 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 16 Apr 2004 01:01:45 +0000 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
Wed, 14 Apr 2004 13:13:31 +0000 |
kabi |
* removed config.h
libavcodec
|
Tue, 13 Apr 2004 13:17:35 +0000 |
michael |
assert(time_incr >= 0) so its clear that this MUST be the case
libavcodec
|
Sun, 11 Apr 2004 16:28:31 +0000 |
michael |
progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Sun, 11 Apr 2004 13:50:42 +0000 |
michael |
verbosity patch by (Allen Day <allenday at ucla dot edu>)
libavcodec
|
Fri, 09 Apr 2004 16:32:49 +0000 |
michael |
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka)
libavcodec
|
Fri, 09 Apr 2004 16:29:00 +0000 |
michael |
dos2unix
libavcodec
|
Fri, 09 Apr 2004 15:04:51 +0000 |
michael |
writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>)
libavcodec
|
Fri, 09 Apr 2004 14:57:39 +0000 |
michael |
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>)
libavcodec
|
Fri, 09 Apr 2004 14:53:41 +0000 |
michael |
aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
libavcodec
|
Thu, 08 Apr 2004 18:54:40 +0000 |
michael |
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)
libavcodec
|
Wed, 07 Apr 2004 13:26:47 +0000 |
alex |
conversion to av_log
libavcodec
|
Wed, 07 Apr 2004 13:14:29 +0000 |
alex |
unknown format chars
libavcodec
|
Sun, 04 Apr 2004 17:55:59 +0000 |
michael |
fix global header passing from demuxer to decoder
libavcodec
|
Sun, 04 Apr 2004 17:06:30 +0000 |
michael |
pts hack (correct solution would be to pass the pts from the encoder to the muxer)
libavcodec
|
Sun, 04 Apr 2004 15:19:20 +0000 |
michael |
remove function call from muxer->encoder and cleanly pass global headers
libavcodec
|
Sun, 04 Apr 2004 14:39:20 +0000 |
michael |
fix obnoxious ogg_packet passing from encoder to muxer
libavcodec
|
Sun, 04 Apr 2004 11:46:01 +0000 |
michael |
time & (s)rand is forbidden
libavcodec
|
Sun, 04 Apr 2004 02:07:15 +0000 |
michael |
kill obnoxious ogg_packet passing from demuxer to decoder
libavcodec
|
Sun, 04 Apr 2004 01:10:50 +0000 |
michael |
remove spyware from ogg*.c
libavcodec
|
Sat, 03 Apr 2004 01:55:24 +0000 |
michael |
nicer looking arrows for the motion vector vissualization
libavcodec
|
Fri, 02 Apr 2004 21:04:56 +0000 |
michael |
rv20 (0x20201002) support
libavcodec
|
Fri, 02 Apr 2004 19:54:33 +0000 |
michael |
interlaced chroma MC divx-bug workaround
libavcodec
|
Fri, 02 Apr 2004 19:48:20 +0000 |
michael |
skiped mbs in interlaced b frames fix
libavcodec
|
Fri, 02 Apr 2004 16:21:55 +0000 |
michael |
gmc segfault fix
libavcodec
|
Thu, 01 Apr 2004 17:07:06 +0000 |
michael |
split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too
libavcodec
|
Mon, 29 Mar 2004 00:29:27 +0000 |
michael |
fixing alignment, 2nd try
libavcodec
|
Sun, 28 Mar 2004 23:10:53 +0000 |
michael |
hmm av_log(..., get_bits());
libavcodec
|
Fri, 26 Mar 2004 21:58:55 +0000 |
michael |
ensure that the bitstream buffers for encoding partitioned frames are aligned
libavcodec
|
Fri, 26 Mar 2004 20:28:29 +0000 |
michael |
fix decoding of qp<6
libavcodec
|
Fri, 26 Mar 2004 19:35:53 +0000 |
michael |
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 26 Mar 2004 12:30:04 +0000 |
michael |
huge vbv buffer size + CBR fix
libavcodec
|
Fri, 26 Mar 2004 02:06:34 +0000 |
michael |
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise
libavcodec
|
Thu, 25 Mar 2004 01:46:40 +0000 |
romansh |
* some significant clean-up of the dv_decode_ac (it looks real
libavcodec
|
Wed, 24 Mar 2004 23:32:48 +0000 |
mellum |
warning patrol
libavcodec
|
Mon, 22 Mar 2004 20:54:04 +0000 |
michael |
1000l for iive
libavcodec
|
Mon, 22 Mar 2004 12:07:02 +0000 |
michael |
Compile fix by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Mon, 22 Mar 2004 11:00:51 +0000 |
michael |
1000l in av_mallocz_static()
libavcodec
|
Sun, 21 Mar 2004 21:58:14 +0000 |
michael |
static allocation rewrite (old code was plain a broken mess)
libavcodec
|
Sat, 20 Mar 2004 16:40:20 +0000 |
michael |
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded
libavcodec
|
Sat, 20 Mar 2004 00:18:52 +0000 |
michael |
h264 loop filter optimizations
libavcodec
|
Fri, 19 Mar 2004 21:21:17 +0000 |
michael |
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Thu, 18 Mar 2004 22:45:37 +0000 |
michael |
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>)
libavcodec
|
Thu, 18 Mar 2004 04:19:34 +0000 |
romansh |
* removing casualties of battle of the wits and English language
libavcodec
|
Tue, 16 Mar 2004 17:27:03 +0000 |
michael |
moving f/b_code init to where it should be
libavcodec
|
Tue, 16 Mar 2004 16:57:27 +0000 |
michael |
1000000l (using uninitalized variable for initalizing bits per MV table)
libavcodec
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|