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
|
Tue, 24 Feb 2009 18:27:52 +0000 |
michael |
Add and use ff_pixfmt_list_420.
libavcodec
|
Tue, 24 Feb 2009 16:12:47 +0000 |
michael |
Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any.
libavcodec
|
Sun, 22 Feb 2009 18:13:40 +0000 |
kostya |
Better parsing of i263 picture header
libavcodec
|
Sun, 22 Feb 2009 09:02:06 +0000 |
iive |
Change the type of pblocks from pointers to short array into
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Wed, 17 Dec 2008 00:54:54 +0000 |
mru |
ARM: replace "armv4l" with "arm"
libavcodec
|
Wed, 03 Dec 2008 17:43:39 +0000 |
michael |
Implement complexity estimation parsing and try to detect an incorrectly set
libavcodec
|
Tue, 04 Nov 2008 06:54:42 +0000 |
andoma |
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
libavcodec
|
Thu, 02 Oct 2008 00:27:09 +0000 |
cehoyos |
Rename copy_picture to ff_copy_picture.
libavcodec
|
Mon, 29 Sep 2008 15:41:55 +0000 |
cehoyos |
Fix a warning about an undefined function when compiling h264.c
libavcodec
|
Mon, 22 Sep 2008 02:32:22 +0000 |
michael |
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Sat, 02 Aug 2008 23:13:27 +0000 |
michael |
Picture.ref_count/ref_poc have to be stored per field (actually also per
libavcodec
|
Wed, 28 May 2008 01:54:09 +0000 |
michael |
Fix return type of ff_init_me().
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Wed, 05 Mar 2008 00:38:14 +0000 |
aurel |
move EDGE_WIDTH definition allong with draw_edges where it belongs
libavcodec
|
Wed, 05 Mar 2008 00:06:09 +0000 |
aurel |
move relevant declarations to mpeg12data.h
libavcodec
|