Diego Biurrun
|
8671488799
|
Use explicit struct initializers for AVCodec declarations.
|
13 years ago |
Anton Khirnov
|
188dea1dbf
|
lavc: move some flac-specific options to its private context.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Diego Elio Pettenò
|
d36beb3f69
|
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Justin Ruggles
|
77a78e9bdc
|
Separate window function from autocorrelation.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Justin Ruggles
|
56f8952b25
|
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Stefano Sabatini
|
5d6e4c160a
|
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
SampleFormat with AVSampleFormat.
Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
14 years ago |
Stefano Sabatini
|
b9f9e59afc
|
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
corresponding AVMEDIA_TYPE_* symbols.
Originally committed as revision 25201 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
14 years ago |
Justin Ruggles
|
23940f1405
|
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Add AVLPCType enum.
Deprecate AVCodecContext.use_lpc.
Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Måns Rullgård
|
49bd8e4b84
|
Fix grammar errors in documentation
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Vitor Sessak
|
b046c027a7
|
Remove filename from doxy comment
Originally committed as revision 23585 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Vitor Sessak
|
dbe88f40b3
|
Remove useless include. Should fix compilation in MacOS X.
Originally committed as revision 23584 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Vitor Sessak
|
36a9b3693b
|
Include float.h to provide FLT_MAX define. Should fix compilation on windows.
Originally committed as revision 23580 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Francesco Lavra
|
d31ba23185
|
RealAudio 14.4k encoder.
Patch by Francesco Lavra (firstnamelastname@interfree.it)
Originally committed as revision 23579 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |