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
|
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
|
Mon, 27 Sep 2004 19:47:17 +0000 |
michael |
move h264 idct to its own file and call via function pointer in DspContext
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
|
Mon, 13 Sep 2004 21:20:55 +0000 |
rtognimp |
AVC (H264 in mp4 files, fourcc avc1) support
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
|
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
|
Tue, 03 Aug 2004 01:50:52 +0000 |
michael |
segfault fix
libavcodec
|
Thu, 08 Jul 2004 00:53:21 +0000 |
michael |
overread fix
libavcodec
|
Wed, 30 Jun 2004 22:39:01 +0000 |
michael |
1000l
libavcodec
|
Sat, 26 Jun 2004 10:09:42 +0000 |
alex |
some debug
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Thu, 29 Apr 2004 14:21:33 +0000 |
michael |
remove duplicated find_frame_end() code
libavcodec
|
Fri, 23 Apr 2004 19:44:27 +0000 |
michael |
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 23 Apr 2004 19:36:52 +0000 |
michael |
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
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
|
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
|
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
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|
Fri, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Thu, 22 Jan 2004 19:48:28 +0000 |
michael |
closed gop support & flags2 as all bits in flags are used
libavcodec
|
Tue, 30 Dec 2003 02:12:12 +0000 |
michael |
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Thu, 18 Dec 2003 21:35:02 +0000 |
michael |
svq3 fix
libavcodec
|
Sat, 29 Nov 2003 00:19:24 +0000 |
michael |
intra16x16 fix
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Mon, 13 Oct 2003 08:02:46 +0000 |
alex |
10l
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Tue, 09 Sep 2003 22:50:44 +0000 |
bellard |
removed warnings
libavcodec
|
Wed, 23 Jul 2003 00:32:50 +0000 |
michaelni |
bitstream changes to match JM7.2
libavcodec
|
Fri, 04 Jul 2003 17:16:53 +0000 |
al3x |
unwanted second definition of CHECKED_ALLOCZ
libavcodec
|
Fri, 27 Jun 2003 15:05:29 +0000 |
tmmm |
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
libavcodec
|
Fri, 20 Jun 2003 15:21:25 +0000 |
al3x |
some warning fixes
libavcodec
|
Thu, 19 Jun 2003 01:44:44 +0000 |
tmmm |
added support for B-frames and multiple slices
libavcodec
|
Wed, 18 Jun 2003 22:00:23 +0000 |
michaelni |
make ff_emulated_edge_mc() independant of MpegEncContext
libavcodec
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavcodec
|
Fri, 16 May 2003 19:18:53 +0000 |
michaelni |
bigendian fix
libavcodec
|
Thu, 15 May 2003 01:34:47 +0000 |
mellum |
Warning fixes.
libavcodec
|
Wed, 14 May 2003 23:08:01 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 13 May 2003 13:38:09 +0000 |
michaelni |
optimizations
libavcodec
|
Tue, 13 May 2003 00:46:42 +0000 |
michaelni |
optimizations
libavcodec
|
Fri, 09 May 2003 22:16:14 +0000 |
michaelni |
svq3 decoder by anonymous
libavcodec
|
Sun, 27 Apr 2003 01:33:39 +0000 |
michaelni |
tired
libavcodec
|
Fri, 25 Apr 2003 00:29:48 +0000 |
michaelni |
fixing mixed dr1 + internal buffers
libavcodec
|
Mon, 14 Apr 2003 13:44:38 +0000 |
michaelni |
minor cleanup / some warning fixes
libavcodec
|
Sat, 12 Apr 2003 22:49:54 +0000 |
michaelni |
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)
libavcodec
|
Thu, 10 Apr 2003 13:18:38 +0000 |
michaelni |
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
libavcodec
|
Mon, 07 Apr 2003 19:23:21 +0000 |
michaelni |
some checks to avoid segfault
libavcodec
|
Sat, 05 Apr 2003 10:08:48 +0000 |
michaelni |
#ifdef TRACE printf() -> tprintf()
libavcodec
|
Fri, 04 Apr 2003 20:59:50 +0000 |
michaelni |
multiple reference frames support
libavcodec
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavcodec
|