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
/
alac.c
Age
Commit message (
Expand
)
Author
2013-09-29
alac: Do bounds checking of lpc_order read from the bitstream
Martin Storsjö
2013-09-03
alac: Check that the channels fit at the given offset
Martin Storsjö
2013-09-03
alac: Limit max_samples_per_frame
Martin Storsjö
2013-03-13
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-12
alac: decode directly to the user-provided AVFrame
Justin Ruggles
2012-12-22
alacdec: do not be too strict about the extradata size
Justin Ruggles
2012-12-05
alacenc: add support for multi-channel encoding
Justin Ruggles
2012-12-04
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-11-11
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-10-21
alacdec: set bits_per_raw_sample
Justin Ruggles
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-27
alac: check for truncated packets
Justin Ruggles
2012-07-27
alac: reverse lpc coeff order, simplify filter
Justin Ruggles
2012-07-19
alac: fix channel pointer assignment for 24 and 32-bit
Justin Ruggles
2012-07-19
alac: cosmetics: general pretty-printing and comment clean up
Justin Ruggles
2012-07-19
alac: calculate buffer size outside the loop in allocate_buffers()
Justin Ruggles
2012-07-19
alac: change some data types to plain int
Justin Ruggles
2012-07-19
alac: cosmetics: rename some variables and function names
Justin Ruggles
2012-07-19
alac: multi-channel decoding support
Andrew D'Addesio
2012-07-19
alac: split element parsing into a separate function
Justin Ruggles
2012-07-19
alac: support a read sample size of up to 32
Justin Ruggles
2012-07-19
alac: output in planar sample format
Justin Ruggles
2012-07-19
alac: add 32-bit decoding support
Justin Ruggles
2012-07-19
alac: simplify channel interleaving
Andrew D'Addesio
2012-07-19
alac: use AVPacket fields directly in alac_decode_frame()
Justin Ruggles
2012-07-19
alac: fix check for valid max_samples_per_frame
Justin Ruggles
2012-07-19
alac: use get_sbits() to read LPC coefficients instead of casting
Justin Ruggles
2012-07-19
alac: move the current samples per frame to the ALACContext
Justin Ruggles
2012-07-19
alac: avoid using a double-negative when checking if the frame is compressed
Justin Ruggles
2012-07-19
alac: factor out output_size check in predictor_decompress_fir_adapt()
Justin Ruggles
2012-07-19
alac: factor out loading of next decoded sample in LPC prediction
Justin Ruggles
2012-07-19
alac: use index into buffer_out instead of incrementing the pointer
Justin Ruggles
2012-07-19
alac: simplify lpc coefficient adaptation
Justin Ruggles
2012-07-19
alac: reduce the number of local variables needed in lpc prediction
Justin Ruggles
2012-07-19
alac: simplify 1st order prediction and reading of warm-up samples
Justin Ruggles
2012-07-19
alac: cosmetics: reindent after last commit
Justin Ruggles
2012-07-19
alac: remove unneeded conditionals in predictor_decompress_fir_adapt()
Justin Ruggles
2012-07-19
alac: use sizeof() instead of hardcoded data sizes
Justin Ruggles
2012-07-19
alac: make block_size signed
Justin Ruggles
2012-07-19
alac: remove a duplicate local variable
Justin Ruggles
2012-07-19
alac: conditionally set sign_modifier to 1
Justin Ruggles
2012-07-19
alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()
Justin Ruggles
2012-07-19
alac: adjust conditions for updating entropy decoder history
Justin Ruggles
2012-07-19
alac: cosmetics: reindent after last commit
Justin Ruggles
2012-07-19
alac: limit the rice param before passing to decode_scalar()
Justin Ruggles
2012-07-19
alac: reduce the number of parameters to bastardized_rice_decompress()
Justin Ruggles
2012-07-19
alac: cosmetics: rename some ALACContext parameters
Justin Ruggles
2012-07-19
alac: clean up and update comments leftover from reverse-engineering
Justin Ruggles
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
[next]