47 Commits (1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9)

Author SHA1 Message Date
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Justin Ruggles d971a5fa81 cosmetics. align and condense. 18 years ago
Justin Ruggles 319708da02 simplify 18 years ago
Justin Ruggles bbd16dea67 utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% 18 years ago
Bill O'Shaughnessy 4140a5234e AC-3 encoded volume is too high. Revert revision 7160: 18 years ago
Justin Ruggles 050aa8b9bc remove redundancy in AC-3 parser by using common tables from ac3tab.h 18 years ago
Justin Ruggles 4258a0a32a Remove common code from AC-3 encoder and utilize ac3.c. 18 years ago
Justin Ruggles abfe5a4a75 simplify AC-3 bit allocation 18 years ago
Justin Ruggles 3a8bf52983 cosmetics. remove space before semi-colon. 18 years ago
Bill O'Shaughnessy 3e954443dd bring AC3 encoder output up to input volume level 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Justin Ruggles 1df051e197 Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. 18 years ago
Benjamin Larsson 6eb1427f0f Revert bad ac3enc commit, the commited code was bigger and slower. 19 years ago
Benjamin Larsson 176c142abc Patch to generate the ac3 window, based on code by Justin Ruggles. 19 years ago
Benjamin Larsson f1f7807abd AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. 19 years ago
Justin Ruggles f760b70fbe AC3: support encoding fractional frame sizes 19 years ago
Benjamin Larsson 5b6638517f Use a more descriptive error message. 19 years ago
Michael Niedermayer e027d0a81e switch ac3enc to av_crc 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Justin Ruggles 132041f06f While adding stereo rematrixing, I came across something that needs to 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Jeff Muizelaar 21d7e2ff40 fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>) 20 years ago
Jeff Muizelaar e44cad5291 simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>) 20 years ago
Michael Niedermayer 9ab2717a9d auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) 21 years ago
Michael Niedermayer 3d0ef6dd52 av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago
Michael Niedermayer 743739d2c5 AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) 21 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Måns Rullgård ef9f730675 C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Fabrice Bellard 6107fa87b4 preparing integration of new AC3 decoder 22 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago
Zdenek Kabelac 30b68f33aa * encoding of AC3 with more than 2 channels 23 years ago
Michael Niedermayer 17592475b3 alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 23 years ago
Fabrice Bellard 8d67072fea fixed symetric quantization (better quality!) 23 years ago
Fabrice Bellard 34763c151f renamed log2 to av_log2 23 years ago
Fabrice Bellard 1a56543279 win32 fixes 23 years ago
Fabrice Bellard 98be975df1 types fix 23 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago