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
|
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
|
Tue, 04 Mar 2008 23:58:12 +0000 |
aurel |
move run length table constants to rl.h
libavcodec
|
Tue, 04 Mar 2008 23:10:47 +0000 |
aurel |
move ff_emulated_edge_mc() to dsputil
libavcodec
|
Tue, 04 Mar 2008 10:54:51 +0000 |
aurel |
remove old draw_edges declaration cruft
libavcodec
|
Tue, 04 Mar 2008 10:26:56 +0000 |
aurel |
move ff_init_scantable() into dsputil
libavcodec
|
Sun, 03 Feb 2008 17:54:30 +0000 |
diego |
mpegvideo.h has two function declarations with the 'inline' specifier
libavcodec
|
Fri, 01 Feb 2008 15:13:38 +0000 |
michael |
const
libavcodec
|
Mon, 07 Jan 2008 12:40:39 +0000 |
benoit |
Remove unused symbol.
libavcodec
|
Sun, 02 Dec 2007 14:06:28 +0000 |
diego |
Fix some spelling mistakes.
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavcodec
|
Mon, 08 Oct 2007 09:14:46 +0000 |
bcoudurier |
export convert_matrix and add ff_ prefix
libavcodec
|
Mon, 08 Oct 2007 09:09:19 +0000 |
bcoudurier |
export DCT_common_init and add ff_prefix
libavcodec
|
Wed, 03 Oct 2007 17:47:41 +0000 |
aurel |
remove alternative declaration of h263_encode_init()
libavcodec
|
Wed, 03 Oct 2007 17:37:22 +0000 |
aurel |
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec
libavcodec
|
Wed, 03 Oct 2007 17:35:28 +0000 |
aurel |
remove useless #ifdef
libavcodec
|
Tue, 02 Oct 2007 14:25:47 +0000 |
andoma |
Cosmetic preparations for h264/PAFF implementation.
libavcodec
|
Wed, 01 Aug 2007 22:12:52 +0000 |
michael |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
libavcodec
|
Wed, 11 Jul 2007 22:05:25 +0000 |
michael |
simplify ff_h263_round_chroma()
libavcodec
|
Wed, 11 Jul 2007 21:04:53 +0000 |
mru |
move ff_h263_round_chroma() to mpegvideo.h as static inline
libavcodec
|
Tue, 10 Jul 2007 14:37:33 +0000 |
aurel |
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
libavcodec
|
Sun, 08 Jul 2007 23:14:54 +0000 |
mru |
trivial warning fixes
libavcodec
|
Fri, 06 Jul 2007 14:13:25 +0000 |
aurel |
move ff_copy_bits to bitstream.c
libavcodec
|
Thu, 05 Jul 2007 09:55:48 +0000 |
aurel |
make DCT_common_init() static
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Fri, 18 May 2007 22:42:49 +0000 |
aurel |
split ljpeg encoder out of mjpeg.c
libavcodec
|
Mon, 14 May 2007 11:53:27 +0000 |
aurel |
remove some unused mjpeg encoding variables
libavcodec
|
Sat, 05 May 2007 18:25:02 +0000 |
aurel |
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
libavcodec
|
Sat, 05 May 2007 18:18:51 +0000 |
aurel |
move mpegvideo_parser in it's own file
libavcodec
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Sat, 31 Mar 2007 22:39:43 +0000 |
gpoirier |
Add doxy comments, based on Loren's explanations posted here:
libavcodec
|
Wed, 14 Mar 2007 12:29:32 +0000 |
michael |
move RLTable stuff to its own header
libavcodec
|
Sat, 23 Dec 2006 03:05:36 +0000 |
michael |
skiprd
libavcodec
|
Thu, 21 Dec 2006 15:20:02 +0000 |
michael |
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
libavcodec
|
Thu, 16 Nov 2006 09:58:34 +0000 |
bcoudurier |
throw error if unsupported resolution is used with h261
libavcodec
|
Tue, 07 Nov 2006 09:46:57 +0000 |
bcoudurier |
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
libavcodec
|
Mon, 06 Nov 2006 10:43:49 +0000 |
bcoudurier |
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
libavcodec
|
Sat, 28 Oct 2006 16:11:25 +0000 |
michael |
lambda* should be unsigned
libavcodec
|
Sun, 08 Oct 2006 21:26:19 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:23:57 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:11:03 +0000 |
rathann |
Fixes:
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Thu, 05 Oct 2006 19:27:18 +0000 |
michael |
fix buffer underflows by reencoding the current frame with a higher QP
libavcodec
|
Fri, 29 Sep 2006 19:39:19 +0000 |
takis |
Move the ratecontrol related code from mpegvideo.h to a separate header file.
libavcodec
|
Fri, 29 Sep 2006 19:33:04 +0000 |
takis |
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
libavcodec
|
Wed, 27 Sep 2006 22:13:44 +0000 |
mru |
dc_val should be signed
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Wed, 27 Sep 2006 19:46:19 +0000 |
takis |
Make ratecontrol use ff_eval2().
libavcodec
|
Tue, 15 Aug 2006 14:59:27 +0000 |
gpoirier |
Compile fix (for GCC<3.3) when encoders are disabled
libavcodec
|
Fri, 26 May 2006 15:44:29 +0000 |
bcoudurier |
fix mbd bits bug, finally
libavcodec
|
Tue, 16 May 2006 15:19:54 +0000 |
bcoudurier |
MPEG-2 4:2:2 encoding support
libavcodec
|
Fri, 28 Apr 2006 17:29:07 +0000 |
michael |
use previous qscale for intra_dc_threshold check
libavcodec
|
Mon, 03 Apr 2006 07:52:24 +0000 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
Sun, 19 Mar 2006 11:49:37 +0000 |
michael |
various fixes for xvid_rc
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Sat, 04 Feb 2006 20:32:02 +0000 |
michael |
faster find_startcode()
libavcodec
|
Fri, 27 Jan 2006 13:19:13 +0000 |
michael |
fixing bframe strategy 2
libavcodec
|
Wed, 25 Jan 2006 22:10:13 +0000 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavcodec
|
Tue, 24 Jan 2006 21:57:26 +0000 |
michael |
xvid ratecontrol support
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 29 Dec 2005 15:46:23 +0000 |
michael |
second try of improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
Thu, 22 Dec 2005 22:48:09 +0000 |
michael |
better f_code guessing in 2nd pass
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Mon, 19 Dec 2005 13:41:27 +0000 |
michael |
use correct qp & lambda for ME on the second pass
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 24 Jul 2005 09:28:24 +0000 |
michael |
fix user data parsing code so it suppors pre1 and cvs
libavcodec
|
Fri, 17 Jun 2005 15:02:53 +0000 |
diego |
spelling fixes
libavcodec
|
Wed, 01 Jun 2005 21:19:00 +0000 |
michael |
adding a few const
libavcodec
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavcodec
|
Sun, 24 Apr 2005 17:21:11 +0000 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavcodec
|
Fri, 04 Mar 2005 12:47:38 +0000 |
lorenm |
H.264: decode arbitrary frame orders and allow B-frames as references.
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|