index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
libmp3lame.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header
Anton Khirnov
2015-12-12
1
-3
/
+4
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-2
/
+2
*
lavc: use a separate field for exporting audio encoder padding
Anton Khirnov
2014-10-13
1
-1
/
+1
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
Check mp3 header before calling avpriv_mpegaudio_decode_header().
Justin Ruggles
2014-06-22
1
-1
/
+7
*
libmp3lame: add ABR support
Timothy Gu
2014-03-31
1
-2
/
+9
*
libmp3lame: add comments about CBR/VBR modes
Timothy Gu
2014-03-31
1
-2
/
+2
*
libmp3lame: allow joint stereo to be disabled
Paul B Mahol
2014-03-31
1
-1
/
+3
*
avcodec: Use av_reallocp where suitable
Alexandra Khirnova
2013-12-09
1
-7
/
+3
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-11
/
+0
*
libmp3lame: use the correct remaining buffer size when flushing
Justin Ruggles
2013-03-08
1
-1
/
+1
*
lavc: Fix assignments in if() when calling ff_af_queue_add
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
Justin Ruggles
2012-11-26
1
-7
/
+7
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
libmp3lame: resize the output buffer if needed
Justin Ruggles
2012-10-17
1
-3
/
+34
*
libmp3lame: use planar sample formats
Justin Ruggles
2012-10-06
1
-66
/
+38
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
libmp3lame: add missing layout terminator
Michael Niedermayer
2012-06-10
1
-1
/
+2
*
libmp3lame: set supported channel layouts.
Anton Khirnov
2012-05-14
1
-5
/
+3
*
libmp3lame: use AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-21
/
+50
*
libmp3lame: support float and s32 sample formats
Justin Ruggles
2012-02-20
1
-11
/
+84
*
libmp3lame: renaming, rearrangement, alignment, and comments
Justin Ruggles
2012-02-20
1
-35
/
+51
*
libmp3lame: use the LAME default bit rate
Justin Ruggles
2012-02-20
1
-2
/
+10
*
libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing
Justin Ruggles
2012-02-20
1
-56
/
+7
*
libmp3lame: cosmetics: remove some pointless comments
Justin Ruggles
2012-02-20
1
-2
/
+0
*
libmp3lame: convert some debugging code to av_dlog()
Justin Ruggles
2012-02-20
1
-5
/
+2
*
libmp3lame: remove outdated comment.
Justin Ruggles
2012-02-20
1
-2
/
+0
*
libmp3lame: do not set coded_frame->key_frame.
Justin Ruggles
2012-02-20
1
-1
/
+0
*
libmp3lame: improve error handling in MP3lame_encode_init()
Justin Ruggles
2012-02-20
1
-19
/
+25
*
libmp3lame: remove unneeded 'stereo' field from Mp3AudioContext
Justin Ruggles
2012-02-20
1
-5
/
+2
*
lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-3
/
+0
*
libmp3lame: K&R formatting cosmetics
Aneesh Dogra
2011-12-29
1
-89
/
+84
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
libmp3lame: fix typo
Anton Khirnov
2011-09-01
1
-1
/
+1
*
libmp3lame: add 'reservoir' private option.
Anton Khirnov
2011-08-31
1
-1
/
+22
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-7
/
+7
*
mp3lame: add #include required for AV_RB32 macro.
Ronald S. Bultje
2011-05-20
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Allow mono encoding with LAME.
Thierry Foucu
2010-11-02
1
-2
/
+1
*
Remove useless comment.
Carl Eugen Hoyos
2010-09-16
1
-1
/
+0
*
Allow float values for libmp3lame quality.
James Darnley
2010-09-15
1
-1
/
+2
*
Set .supported_samplerates for mpeg audio encoders.
Michael Niedermayer
2010-04-22
1
-2
/
+3
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
[next]