index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
alacenc.c
Age
Commit message (
Expand
)
Author
2013-03-06
normalize calls to ff_alloc_packet2
James Zern
2013-02-26
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
Michael Niedermayer
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2012-12-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-12-05
alacenc: add support for multi-channel encoding
Justin Ruggles
2012-11-20
Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'
Michael Niedermayer
2012-11-20
alacenc: support 24-bit encoding
Justin Ruggles
2012-08-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-22
alacenc: use s16p sample format as input
Justin Ruggles
2012-08-22
alacenc: remove unneeded sample_fmt check
Justin Ruggles
2012-08-22
alacenc: fix max_frame_size calculation for the final frame
Justin Ruggles
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-03-23
cosmetics: remove superfluous curly brackets
Paul B Mahol
2012-03-22
alacenc: switch to ff_alloc_packet2()
Michael Niedermayer
2012-02-12
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-11
alacenc: use AVCodec.encode2()
Justin Ruggles
2012-02-11
alacenc: cosmetics: indentation
Justin Ruggles
2012-02-11
alacenc: consolidate bitstream writing into a single function.
Justin Ruggles
2012-02-11
alacenc: only encode frame size in header for a final smaller frame
Justin Ruggles
2012-02-11
alacenc: store current frame size in AlacEncodeContext.
Justin Ruggles
2012-02-11
alacenc: return AVERROR codes in alac_encode_frame()
Justin Ruggles
2012-02-11
alacenc: calculate a new max frame size for the final small frame
Justin Ruggles
2012-02-11
alacenc: pretty-printing and other cosmetics
Justin Ruggles
2012-02-11
alacenc: fix error handling and potential memleaks in alac_encode_init()
Justin Ruggles
2012-02-11
alacenc: do not set coded_frame->key_frame
Justin Ruggles
2012-02-11
alacenc: do not set bits_per_coded_sample
Justin Ruggles
2012-02-11
alacenc: remove unneeded frame_size check in alac_encode_frame()
Justin Ruggles
2012-02-07
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-06
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-01-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-03
alacenc: implement the 2-pass prediction type.
Justin Ruggles
2012-01-03
alacenc: do not generate invalid multi-channel ALAC files
Justin Ruggles
2011-12-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-01
Cleaned up alacenc.c
Nathan Adil Maxson
2011-07-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-05-21
Encoding alac with more than two channels is not supported.
Carl Eugen Hoyos
2011-05-11
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-10
lavc: move some flac-specific options to its private context.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-28
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-23
Separate window function from autocorrelation.
Justin Ruggles
2011-01-23
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-21
Separate window function from autocorrelation.
Justin Ruggles
2011-01-21
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-07-24
Use "const" qualifier for pointers that point to input data of
Reimar Döffinger
2010-07-11
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Justin Ruggles
[next]