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, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Thu, 26 Jun 2008 16:39:21 +0000 |
stefang |
move ff_log2_run to bitstream.c and reuse in ffv1.c
libavcodec
|
Fri, 30 May 2008 23:27:21 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 23:26:09 +0000 |
michael |
As *_static are not deallocated anymore except on program termination
libavcodec
|
Fri, 30 May 2008 21:17:10 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 21:15:34 +0000 |
michael |
Remove non C code.
libavcodec
|
Fri, 30 May 2008 21:12:33 +0000 |
michael |
Move *_static to bitstream.c which is the only file left which needs
libavcodec
|
Fri, 30 May 2008 19:48:02 +0000 |
michael |
Make init_vlc* support proper static tables instead of this broken beyond
libavcodec
|
Fri, 21 Mar 2008 04:48:59 +0000 |
zuxy |
Apply 'alloc_size' attribute to ff_realloc_static()
libavcodec
|
Mon, 04 Feb 2008 00:49:14 +0000 |
michael |
const
libavcodec
|
Sat, 28 Jul 2007 12:50:28 +0000 |
diego |
Ahem, fix typos overlooked in last commit.
libavcodec
|
Sat, 28 Jul 2007 12:46:26 +0000 |
diego |
cosmetics: misc typo fixes
libavcodec
|
Sat, 07 Jul 2007 23:03:14 +0000 |
aurel |
simplify ff_copy_bits() when compiled with config-small
libavcodec
|
Fri, 06 Jul 2007 14:14:41 +0000 |
aurel |
simplify ff_copy_bits: merge 2 test branches
libavcodec
|
Fri, 06 Jul 2007 14:13:25 +0000 |
aurel |
move ff_copy_bits to bitstream.c
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Thu, 05 Jul 2007 06:47:00 +0000 |
mru |
use av_freep() in free_vlc() and failed init_vlc()
libavcodec
|
Thu, 24 May 2007 17:38:56 +0000 |
lorenm |
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
libavcodec
|
Wed, 16 May 2007 12:57:27 +0000 |
diego |
printf --> av_log, patch by Denis Fortin, fortin nerim net
libavcodec
|
Wed, 02 May 2007 09:13:47 +0000 |
benoit |
patch so that the deprecated items show up correctly
libavcodec
|
Sun, 18 Mar 2007 22:32:39 +0000 |
mru |
fix init_vlc() with nonzero flags
libavcodec
|
Wed, 14 Mar 2007 13:25:15 +0000 |
michael |
deprecate ff_realloc_static
libavcodec
|
Fri, 23 Feb 2007 00:20:39 +0000 |
takis |
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.
libavcodec
|
Thu, 22 Feb 2007 20:21:33 +0000 |
takis |
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Mon, 28 Aug 2006 18:44:49 +0000 |
aurel |
move some functions to bitstream.h to avoid conflicts
libavcodec
|
Sat, 26 Aug 2006 10:26:14 +0000 |
michael |
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 18 Sep 2005 21:21:01 +0000 |
diego |
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
libavcodec
|
Wed, 11 May 2005 01:46:13 +0000 |
michael |
LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu)
libavcodec
|
Wed, 29 Dec 2004 17:50:25 +0000 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
libavcodec
base
common.c@92046ad39ec8
|