2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
2006-09-03 |
jbr |
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7.
libavcodec
|
2006-04-28 |
banan |
Revert bad ac3enc commit, the commited code was bigger and slower.
libavcodec
|
2006-04-22 |
banan |
Patch to generate the ac3 window, based on code by Justin Ruggles.
libavcodec
|
2006-04-10 |
banan |
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
libavcodec
|
2006-04-03 |
corey |
AC3: support encoding fractional frame sizes
libavcodec
|
2006-03-26 |
banan |
Use a more descriptive error message.
libavcodec
|
2006-03-06 |
michael |
switch ac3enc to av_crc
libavcodec
|
2006-01-12 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
2005-12-22 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
2005-12-17 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
2005-05-05 |
michael |
While adding stereo rematrixing, I came across something that needs to
libavcodec
|
2004-12-29 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
libavcodec
|
2004-11-25 |
michael |
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)
libavcodec
|
2004-08-02 |
michael |
simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>)
libavcodec
|
2004-02-18 |
michael |
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)
libavcodec
|
2003-11-03 |
michael |
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2003-11-03 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2003-10-12 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
2003-08-20 |
michaelni |
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
libavcodec
|
2003-03-06 |
michaelni |
per file doxy
libavcodec
|
2003-02-11 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
2003-02-10 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
2003-01-19 |
michaelni |
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
libavcodec
|
2002-12-09 |
michaelni |
AVVideoFrame -> AVFrame
libavcodec
|
2002-10-28 |
bellard |
preparing integration of new AC3 decoder
libavcodec
|
2002-05-25 |
glantau |
license/copyright change
libavcodec
|
2002-05-18 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
2002-04-08 |
kabi |
* encoding of AC3 with more than 2 channels
libavcodec
|
2002-02-12 |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
libavcodec
|
2001-09-16 |
glantau |
fixed symetric quantization (better quality!)
libavcodec
|
2001-08-15 |
glantau |
renamed log2 to av_log2
libavcodec
|
2001-08-13 |
glantau |
win32 fixes
libavcodec
|
2001-08-06 |
glantau |
types fix
libavcodec
|
2001-07-22 |
glantau |
Initial revision
libavcodec
|