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
/
dca.c
Age
Commit message (
Expand
)
Author
2015-03-04
dca: Move syncword definitions to a separate header
Diego Biurrun
2014-09-16
dca: K&R formatting cosmetics
Gabriel Dume
2014-03-04
put_bits: Remove unused includes
Vittorio Giovara
2013-03-27
dca: Move ff_dca_convert_bitstream() to the DCA common code
Diego Biurrun
2012-08-01
dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs
Diego Biurrun
2012-08-01
dca: Move tables used outside of dcadec.c to a separate file.
Diego Biurrun
2012-08-01
dca: Rename dca.c ---> dcadec.c
Diego Biurrun
2012-06-18
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
Justin Ruggles
2012-03-08
dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
Kostya Shishkov
2012-03-07
dca: don't use av_clip_uintp2().
Ronald S. Bultje
2012-03-07
dca: prevent accessing static arrays with invalid indexes.
Ronald S. Bultje
2012-03-05
dca_parser: parse the sample rate and frame durations
Justin Ruggles
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-01-03
dca: K&R formatting cosmetics
Shitiz Garg
2011-12-02
Add avcodec_decode_audio4().
Justin Ruggles
2011-11-27
dca: Replace oversized unused get_bits() with skip_bits_long().
Alex Converse
2011-11-25
Make channel layout masks unsigned
Mans Rullgard
2011-11-25
dca: ARMv6 optimised decode_blockcode()
Mans Rullgard
2011-10-29
dca: handle errors from dca_decode_block()
Justin Ruggles
2011-10-29
dca: return error if the frame header is invalid
Justin Ruggles
2011-10-29
dca: return proper error codes instead of -1
Justin Ruggles
2011-10-08
dca: fix signed overflow in shift
Mans Rullgard
2011-09-30
dca: NEON optimised high freq VQ decoding
Mans Rullgard
2011-09-29
dca: clear inactive subbands only once in qmf_32_subbands()
Mans Rullgard
2011-09-28
dca: use vector_fmac_scalar from dsputil
Mans Rullgard
2011-07-04
dca: set AVCodecContext frame_size for DTS audio
John Stebbins
2011-06-30
cosmetics: fix some then/than typos
Diego Biurrun
2011-06-20
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
2011-06-02
Remove unused variables
Mans Rullgard
2011-05-18
Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis
Justin Ruggles
2011-04-26
Add AVX FFT implementation.
Vitor Sessak
2011-04-23
Replace more FFmpeg instances by Libav or ffmpeg.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-24
dca: use EXT_AUDIO_ID field to determine core extensions
Anssi Hannula
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-06
Replace remaining occurrences of deprecated CH_* with AV_CH_*
Anton Khirnov
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-01
dca: avoid C99 declaration in for() expression
Gianluigi Tiesi
2011-01-31
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-28
cosmetics: indentation and spacing
Justin Ruggles
2011-01-28
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
Justin Ruggles
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-21
dca: add profile names
Anssi Hannula
2011-01-21
dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA
Anssi Hannula
2011-01-18
cosmetics: reindent
Justin Ruggles
2011-01-18
Add check for changing number of channels in DCA.
Daniel Kang
2011-01-09
Fix reading over the end of the allocated buffer.
Anssi Hannula
2011-01-06
Export dca profile information.
Anssi Hannula
2011-01-06
Verify FSIZE96 when encountering X96 sync code.
Anssi Hannula
2010-11-21
Use the new libavcore audio channel API.
Stefano Sabatini
[next]