Sat, 26 Jun 2010 15:53:25 +0000 |
mru |
ffv1: remove VLAs
libavcodec
|
Thu, 24 Jun 2010 15:22:33 +0000 |
benoit |
Set an opaque alpha value when decoding rgba ffv1.
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Thu, 01 Apr 2010 18:51:08 +0000 |
michael |
Store range coder state transition table.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Mon, 22 Mar 2010 21:12:31 +0000 |
michael |
Disallow VLC coding with more than 8 bits as there are several bugs
libavcodec
|
Mon, 22 Mar 2010 15:04:11 +0000 |
michael |
Throw out last experimental warning that was printed for colorspaces with more than
libavcodec
|
Mon, 22 Mar 2010 14:26:17 +0000 |
michael |
Remove the word "experimental"
libavcodec
|
Sun, 06 Sep 2009 16:09:21 +0000 |
reimar |
Mark all pix_fmts and supported_framerates compound literals as const.
libavcodec
|
Sun, 30 Aug 2009 21:19:37 +0000 |
diego |
Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.
libavcodec
|
Wed, 26 Aug 2009 21:25:43 +0000 |
cehoyos |
Fix comments after switching from CABAC to range coder in r3658.
libavcodec
|
Fri, 14 Aug 2009 16:41:21 +0000 |
cehoyos |
Fix typo.
libavcodec
|
Fri, 24 Apr 2009 13:38:28 +0000 |
michael |
indent
libavcodec
|
Fri, 24 Apr 2009 04:10:32 +0000 |
michael |
Support >8bit per component YUV in FFV1.
libavcodec
|
Fri, 24 Apr 2009 01:50:09 +0000 |
michael |
Force speed irrelevant calls to get/put_symbol() to be noinline.
libavcodec
|
Fri, 24 Apr 2009 00:26:49 +0000 |
michael |
Optimize sign handling in get_symbol().
libavcodec
|
Tue, 21 Apr 2009 12:00:39 +0000 |
michael |
Fix a possibly exploitable buffer overflow.
libavcodec
|
Fri, 17 Apr 2009 14:59:04 +0000 |
michael |
Remove 2 unneeded variables from common_init() found by CSA.
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
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 18 Jan 2009 22:57:40 +0000 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Wed, 03 Sep 2008 12:33:21 +0000 |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
libavcodec
|
Thu, 26 Jun 2008 16:39:21 +0000 |
stefang |
move ff_log2_run to bitstream.c and reuse in ffv1.c
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sat, 24 May 2008 07:19:12 +0000 |
cehoyos |
Fix compilation for buggy icc.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Mon, 28 Apr 2008 10:21:58 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 04:14:04 +0000 |
michael |
const
libavcodec
|
Thu, 05 Jul 2007 20:47:58 +0000 |
benoit |
fix mem leak
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Wed, 07 Feb 2007 01:48:09 +0000 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 27 Sep 2006 19:54:07 +0000 |
mru |
add some #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Wed, 20 Sep 2006 21:17:37 +0000 |
michael |
set supported pixel formats for a few encoders (fixes crashes with grayscale)
libavcodec
|
Fri, 28 Apr 2006 23:16:42 +0000 |
lorenm |
memory leak.
libavcodec
|
Fri, 14 Apr 2006 10:37:40 +0000 |
michael |
ffv1 and ffvhuff havnt changed since a long time and noone proposed any
libavcodec
|
Thu, 09 Feb 2006 09:38:03 +0000 |
michael |
fix segfault on broken streams
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 08 May 2005 20:15:42 +0000 |
michael |
#defines for strict_std_compliance and split between inofficial extensions and non standarized things
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
|
Thu, 24 Feb 2005 16:39:03 +0000 |
michael |
-strict -1 comment fix
libavcodec
|
Thu, 17 Feb 2005 19:03:12 +0000 |
michael |
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Wed, 29 Dec 2004 17:50:25 +0000 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
libavcodec
|
Sun, 31 Oct 2004 12:22:00 +0000 |
michael |
switch ffv1 to the put/get_symbol() from snow
libavcodec
|
Sun, 31 Oct 2004 10:08:50 +0000 |
michael |
switch ffv1 from CABAC to the range coder
libavcodec
|
Fri, 10 Sep 2004 19:40:55 +0000 |
michael |
get/set_sr_golomb() cleanup
libavcodec
|
Fri, 10 Sep 2004 15:38:14 +0000 |
alex |
put the warning to the right place to avoid crashes
libavcodec
|
Wed, 08 Sep 2004 17:59:22 +0000 |
alex |
new signed golomb routines
libavcodec
|
Tue, 03 Aug 2004 01:07:19 +0000 |
michael |
10l (segfault)
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Sun, 02 May 2004 19:18:20 +0000 |
michael |
cleanup
libavcodec
|
Fri, 30 Apr 2004 17:42:58 +0000 |
michael |
cleanup & memleak fix
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, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Thu, 06 Nov 2003 22:05:22 +0000 |
michael |
fix context=1
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Sat, 01 Nov 2003 17:38:25 +0000 |
michael |
ffv1 rgb support
libavcodec
|
Sun, 19 Oct 2003 21:05:41 +0000 |
michael |
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
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
|
Sun, 13 Jul 2003 11:06:45 +0000 |
michaelni |
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
libavcodec
|
Sat, 12 Jul 2003 22:15:11 +0000 |
michaelni |
simpler
libavcodec
|
Sat, 05 Jul 2003 14:18:07 +0000 |
michaelni |
merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05%
libavcodec
|
Wed, 02 Jul 2003 16:50:20 +0000 |
michaelni |
cleanup / cosmetics
libavcodec
|
Wed, 02 Jul 2003 10:45:04 +0000 |
michaelni |
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss)
libavcodec
|
Sun, 22 Jun 2003 11:08:22 +0000 |
michaelni |
CONFIG_ENCODERS cleanup
libavcodec
|
Fri, 13 Jun 2003 21:31:28 +0000 |
michaelni |
golomb rice codes
libavcodec
|
Mon, 09 Jun 2003 23:55:16 +0000 |
michaelni |
reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate)
libavcodec
|
Mon, 09 Jun 2003 02:24:51 +0000 |
michaelni |
FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv)
libavcodec
|