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
/
libfaac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-11
/
+0
*
lavc: Fix assignments in if() when calling ff_af_queue_add
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-2
/
+0
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-2
/
+2
*
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
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
faac: Fix multi-channel ordering
Carl Eugen Hoyos
2012-04-16
1
-0
/
+10
*
faac: Add .channel_layouts
Alex Converse
2012-04-16
1
-0
/
+12
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-4
/
+5
*
libfaac: use AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-11
/
+51
*
libfaac: improve error checking and handling in Faac_encode_init()
Justin Ruggles
2012-02-25
1
-17
/
+38
*
audio encoders: do not set coded_frame->key_frame.
Justin Ruggles
2012-02-25
1
-1
/
+0
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-7
/
+7
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Flush final frames in libfaac encoder.
Justin Ruggles
2011-01-29
1
-1
/
+3
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
libfaac: add recognized profiles array
Anssi Hannula
2011-01-22
1
-0
/
+9
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+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
*
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Log an error message in case of invalid number of channels.
Stefano Sabatini
2008-09-20
1
-1
/
+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
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-1
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
right filename in doxygen comment
Benoit Fouet
2007-08-22
1
-1
/
+1
*
Give all wrappers for external libraries names starting with lib.
Diego Biurrun
2007-06-06
1
-0
/
+154