Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Mon, 15 Mar 2010 22:49:46 +0000 |
michael |
Add ff_ prefix for mpeg2_dc_scale_table.
libavcodec
|
Mon, 15 Mar 2010 21:27:13 +0000 |
michael |
Support intra_dc_precision>8 in jpeg
libavcodec
|
Mon, 08 Mar 2010 02:36:11 +0000 |
mru |
bfin: fix function prototypes
libavcodec
|
Sat, 06 Mar 2010 22:36:52 +0000 |
mru |
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c
libavcodec
|
Sat, 09 Jan 2010 14:59:06 +0000 |
michael |
Split H263 encoder and decoder from common code.
libavcodec
|
Fri, 08 Jan 2010 19:59:51 +0000 |
michael |
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
libavcodec
|
Fri, 08 Jan 2010 19:40:10 +0000 |
michael |
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.
libavcodec
|
Thu, 07 Jan 2010 23:53:49 +0000 |
michael |
Split the mpeg4 encoder and decoder off h263.c
libavcodec
|
Thu, 07 Jan 2010 14:56:40 +0000 |
michael |
Document ff_h263_show_pict_info().
libavcodec
|
Thu, 07 Jan 2010 06:25:41 +0000 |
michael |
Split out intel H263 decoder.
libavcodec
|
Thu, 07 Jan 2010 05:36:45 +0000 |
michael |
Split flv decoding out.
libavcodec
|
Thu, 07 Jan 2010 04:42:39 +0000 |
michael |
Split out flv encoding.
libavcodec
|
Thu, 07 Jan 2010 03:34:30 +0000 |
michael |
Mark h263_get_picture_format() av_const to indicate that it has no funny
libavcodec
|
Thu, 07 Jan 2010 03:30:45 +0000 |
michael |
Document h263_get_picture_format().
libavcodec
|
Thu, 03 Dec 2009 21:36:58 +0000 |
michael |
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific.
libavcodec
|
Tue, 01 Dec 2009 22:30:03 +0000 |
michael |
Store original width/height so that rv20 does not get stuck with some
libavcodec
|
Thu, 15 Oct 2009 15:11:57 +0000 |
cehoyos |
Raise MAX_THREADS to 16.
libavcodec
|
Wed, 26 Aug 2009 23:07:07 +0000 |
mru |
Remove useless alignment from MpegEncContext.intra_scantable
libavcodec
|
Wed, 24 Jun 2009 12:10:20 +0000 |
cehoyos |
Improve wording: s/reseted/reset
libavcodec
|
Tue, 23 Jun 2009 21:03:35 +0000 |
cehoyos |
Fix H.264 picture reordering, 2nd try.
libavcodec
|
Wed, 27 May 2009 19:55:35 +0000 |
bcoudurier |
Rename alloc_picture to ff_alloc_picture and move its definition
libavcodec
|
Fri, 15 May 2009 05:39:44 +0000 |
bcoudurier |
decode mpeg-2 closed gop first b frames, fix issue #824
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Mon, 30 Mar 2009 20:39:08 +0000 |
gb |
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].
libavcodec
|
Mon, 02 Mar 2009 14:53:18 +0000 |
michael |
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead
libavcodec
|
Mon, 02 Mar 2009 05:41:55 +0000 |
diego |
small spelling/grammar fixes
libavcodec
|
Fri, 27 Feb 2009 08:09:23 +0000 |
benoit |
Add ff_hwaccel_pixfmt_list_420[] definition.
libavcodec
|