Michael Niedermayer
|
d5f65e9d40
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
|
12 years ago |
Martin Storsjö
|
124134e424
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
|
12 years ago |
Michael Niedermayer
|
7a72695c05
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
|
12 years ago |
Anton Khirnov
|
36ef5369ee
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Michael Niedermayer
|
f92a99dae5
flacenc: switch to av_assert
|
12 years ago |
Michael Niedermayer
|
039e9fe01c
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Mans Rullgard
|
d155b60fc8
flac: make FLAC_CHMODE_* constants consecutive
|
12 years ago |
Mans Rullgard
|
360aa2465a
flacenc: add option for forcing stereo decorrelation mode
|
12 years ago |
Michael Niedermayer
|
6101e5322f
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
00c3b67b8a
cosmetics: Align codec declarations
|
13 years ago |
Paul B Mahol
|
ae2c33b0c2
cosmetics: remove superfluous curly brackets
|
13 years ago |
Michael Niedermayer
|
487996f64a
flacenc: switch to ff_alloc_packet2()
|
13 years ago |
Michael Niedermayer
|
967facb695
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Justin Ruggles
|
910bdb9a42
flacenc: use AVCodec.encode2()
|
13 years ago |
Michael Niedermayer
|
b479e01612
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
32f3c541bc
doxygen: Do not include license boilerplates in Doxygen comment blocks.
|
13 years ago |
Michael Niedermayer
|
e37f161e66
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
0dc6bab092
lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
|
13 years ago |
Michael Niedermayer
|
f884ef00de
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
145f741e11
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
13 years ago |
Michael Niedermayer
|
faba79e080
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
ec6402b7c5
lavc: use designated initialisers for all codecs.
|
13 years ago |
Michael Niedermayer
|
7ba262527f
flacenc: mark as lossless codec
|
13 years ago |
Michael Niedermayer
|
87f40364d1
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
5e1166b31b
Mark some variables with av_unused
|
13 years ago |
Michael Niedermayer
|
612122b187
Merge remote branch 'qatar/master'
|
14 years ago |
Anton Khirnov
|
880fa21830
flacenc: use proper initializers for AVOption default values.
|
14 years ago |
Michael Niedermayer
|
59eb12faff
Merge remote branch 'qatar/master'
|
14 years ago |
Anton Khirnov
|
188dea1dbf
lavc: move some flac-specific options to its private context.
|
14 years ago |
Carl Eugen Hoyos
|
6c93641683
Warn if the source has unsupported (or no) channel layout.
|
14 years ago |
Michael Niedermayer
|
efb5fa79f5
Merge remote branch 'qatar/master'
|
14 years ago |
Anton Khirnov
|
01a4259b8d
lavc: remove the FF_API_USE_LPC cruft.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Diego Elio Pettenò
|
e7e2df27f8
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 years ago |
Diego Elio Pettenò
|
d36beb3f69
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 years ago |
Justin Ruggles
|
7101b18508
Separate window function from autocorrelation.
|
14 years ago |
Justin Ruggles
|
0d8837bdda
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
|
14 years ago |
Justin Ruggles
|
77a78e9bdc
Separate window function from autocorrelation.
|
14 years ago |
Justin Ruggles
|
56f8952b25
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
|
14 years ago |
Stefano Sabatini
|
5d6e4c160a
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
|
14 years ago |
Aurelien Jacobs
|
0743de4ffd
add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field
|
14 years ago |
Justin Ruggles
|
6768beb4a8
cosmetics: rename output_* to write_*
|
14 years ago |
Justin Ruggles
|
3d2cd42f8a
Simplify verbatim mode fallback by checking the frame size before writing.
|
14 years ago |
Justin Ruggles
|
2249a7f312
Change max_framesize for small final frame.
|
14 years ago |
Justin Ruggles
|
7c29a5de25
Calculate an exact frame size before writing. Now the buffer size requirements
|
14 years ago |
Justin Ruggles
|
675eb677c5
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()
|
14 years ago |
Justin Ruggles
|
089c18f315
Reduce number of input parameters to find_subblock_rice_params().
|
14 years ago |
Justin Ruggles
|
d309f01950
10l: fix bit count for frame header
|
14 years ago |
Justin Ruggles
|
b22f9d6535
Simplify fallback to verbatim mode encoding.
|
14 years ago |
Justin Ruggles
|
45e2908757
cosmetics: line wrap and vertical alignment
|
14 years ago |