summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.Ronald S. Bultje2010-03-114-10/+10
* Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot...Peter Ross2010-03-111-0/+5
* snow: remove unused stub functionsMåns Rullgård2010-03-111-3/+0
* Add some required castsMåns Rullgård2010-03-111-2/+2
* sparc: fix a few pages of cast warningsMåns Rullgård2010-03-102-76/+34
* sparc: fix dsputil prototypesMåns Rullgård2010-03-103-4/+31
* Only use .size in ARM assembly when targeting ELFMartin Storsjö2010-03-101-1/+1
* Check level_prefix a bit (this just checks the max our bitreader can handle,Michael Niedermayer2010-03-101-1/+6
* Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård2010-03-101-3/+3
* vp3: avoid buffer overread in coeff decodeDavid Conrad2010-03-101-1/+1
* Fix indentation after r22414.Carl Eugen Hoyos2010-03-091-10/+10
* SIMD optimization using float_to_int16_interleave.Zhou Zongyi2010-03-091-0/+11
* aacsbr: Check that bs_num_env is valid before writing arrays with it as an of...Alex Converse2010-03-091-1/+2
* aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ...Alex Converse2010-03-091-28/+27
* aacsbr: Factor out the common end border case from t_q setup.Alex Converse2010-03-091-3/+2
* aacsbr: read bs_rel_bord directly into t_env.Alex Converse2010-03-091-28/+19
* aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse2010-03-092-55/+54
* aacsbr: Initialize e_a[1] to -1.Alex Converse2010-03-091-0/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-093-0/+6
* ARM: set size of asm functions in object filesMåns Rullgård2010-03-0916-178/+183
* Replace some printf() with puts() in tableprint.cMåns Rullgård2010-03-091-3/+3
* Prettify make output when generating headersMåns Rullgård2010-03-091-3/+3
* aacsbr: Dead code removal.Alex Converse2010-03-091-6/+0
* aacsbr: Remove a slightly incorrect comment.Alex Converse2010-03-091-1/+1
* Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse2010-03-091-5/+3
* aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse2010-03-092-65/+48
* aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse2010-03-091-7/+9
* aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse2010-03-091-76/+66
* aacsbr: Fail early on illegal envelope counts.Alex Converse2010-03-091-12/+14
* aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().Alex Converse2010-03-091-0/+8
* Revert commit 22378.Vitor Sessak2010-03-091-4/+0
* Check for reference frames so RV 3/4 won't segfault trying to copy data fromKostya Shishkov2010-03-091-0/+4
* vp3: correctly clip vp3_draw_horiz_band callDavid Conrad2010-03-091-1/+1
* 10l: Include missing return values in functions made non-void by the previous...Alex Converse2010-03-091-0/+4
* aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatte...Alex Converse2010-03-091-8/+17
* Add a missing fft.h include to the aacsbr decoder.Georgi Chorbadzhiyski2010-03-091-0/+1
* Bump avcodec minor version for kgv1 decoderDaniel Verkamp2010-03-091-1/+1
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-094-0/+179
* Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier2010-03-091-3/+15
* vp3: Set pict_typeDavid Conrad2010-03-091-0/+3
* vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad2010-03-091-2/+8
* vp3: use FF_BUFFER_TYPE_COPYDavid Conrad2010-03-091-4/+4
* vp3: Don't leak buffers on errorsDavid Conrad2010-03-091-8/+12
* vp3: Simplify buffer managementDavid Conrad2010-03-091-26/+14
* vp3: be less spammy on broken filesDavid Conrad2010-03-091-1/+1
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-087-0/+7
* Add missing includes in bfin and sh4 filesMåns Rullgård2010-03-082-0/+6
* ARM: add some missing includesMåns Rullgård2010-03-082-0/+5
* ARM: fix dct-testMåns Rullgård2010-03-081-6/+6
* Skip mpegaudio3.h in checkheadersMåns Rullgård2010-03-081-0/+1
OpenPOWER on IntegriCloud