index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mpegaudio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
remove dependency of mpeg audio encoder over mpeg audio decoder
Aurelien Jacobs
2007-05-20
1
-770
/
+18
*
add proper prefix to extern mpeg audio data tables
Aurelien Jacobs
2007-05-19
1
-9
/
+9
*
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
Aurelien Jacobs
2007-05-19
1
-0
/
+1
*
check for channels<=0 and print a reasonable error message
Alex Beregszaszi
2007-04-29
1
-1
/
+3
*
useless as this file wont be compiled if this is not true
Michael Niedermayer
2007-02-04
1
-2
/
+0
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-53
/
+53
*
QDM2 compatible decoder
Roberto Togni
2005-10-18
1
-2
/
+0
*
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...
Roine Gustafsson
2005-05-10
1
-0
/
+2
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-0
/
+1
*
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
Michael Niedermayer
2004-12-29
1
-0
/
+1
*
do not call (av_)abort()
Michael Niedermayer
2004-10-01
1
-1
/
+1
*
more info about why init failed
Michael Niedermayer
2004-07-14
1
-2
/
+6
*
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michael Niedermayer
2003-11-03
1
-1
/
+1
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-1
/
+1
*
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-10-12
1
-1
/
+1
*
per file doxy
Michael Niedermayer
2003-03-06
1
-0
/
+6
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-2
/
+2
*
* static,const,compiler warning cleanup
Zdenek Kabelac
2003-02-10
1
-3
/
+3
*
use av_malloc() functions - added av_strdup and av_realloc()
Fabrice Bellard
2003-01-23
1
-0
/
+1
*
AVVideoFrame -> AVFrame
Michael Niedermayer
2002-12-09
1
-1
/
+8
*
Change abort() calls to av_abort() calls.
Philip Gladstone
2002-09-12
1
-1
/
+1
*
* started to cleanup name clashes for onetime compilation
Zdenek Kabelac
2002-05-27
1
-0
/
+2
*
license/copyright change
Fabrice Bellard
2002-05-25
1
-11
/
+11
*
removed useless header includes - use av memory functions
Fabrice Bellard
2002-05-18
1
-1
/
+0
*
alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...
Michael Niedermayer
2002-02-12
1
-1
/
+1
*
corrected mpeg audio encoding overflows - now it should give correct quality ...
Fabrice Bellard
2001-09-17
1
-30
/
+24
*
merged code and tables between encoder and decoder
Fabrice Bellard
2001-09-15
1
-27
/
+43
*
log2 to av_log2
Fabrice Bellard
2001-08-15
1
-2
/
+2
*
win32 fixes
Fabrice Bellard
2001-08-13
1
-7
/
+1
*
Initial revision
Fabrice Bellard
2001-07-22
1
-0
/
+774