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
/
mpegaudioenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-07-24
1
-2
/
+2
*
mpegaudioenc: Remove write-only variables from the context.
Rafaël Carré
2010-07-01
1
-5
/
+0
*
Set .supported_samplerates for mpeg audio encoders.
Michael Niedermayer
2010-04-22
1
-0
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Use floating point mathematics when encoding mpeg audio.
Lasse Reinhold
2009-09-30
1
-1
/
+1
*
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-07-30
1
-4
/
+2
*
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-1
/
+1
*
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
*
Fix mpeg audio regression test failure
Måns Rullgård
2009-01-14
1
-0
/
+3
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Prevent scalefactors from overflowing.
Michael Niedermayer
2008-06-01
1
-1
/
+1
*
ILP64 fix
Michael Niedermayer
2008-05-28
1
-1
/
+1
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
move a couple of macros and structs to mpegaudio.h
Måns Rullgård
2007-06-16
1
-1
/
+0
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
remove dependency of mpeg audio encoder over mpeg audio decoder
Aurelien Jacobs
2007-05-20
1
-0
/
+802