index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vorbisdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vorbisdec: cosmetics: rename variable avccontext to avctx
Justin Ruggles
2013-02-25
1
-73
/
+70
*
vorbisdec: Accept 0 amplitude_bits
Luca Barbato
2013-02-25
1
-7
/
+3
*
vorbisdec: Add missing checks
Luca Barbato
2013-02-25
1
-0
/
+10
*
vorbisdec: cosmetics
Luca Barbato
2013-02-25
1
-2
/
+2
*
vorbisdec: Error on bark_map_size equal to 0.
Michael Niedermayer
2013-02-25
1
-0
/
+5
*
vorbis: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-11
/
+7
*
vorbisdsp: change block_size type from int to intptr_t.
Ronald S. Bultje
2013-01-20
1
-1
/
+1
*
Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.
Ronald S. Bultje
2013-01-19
1
-3
/
+3
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
1
-3
/
+3
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
vorbisdec: use float planar sample format
Justin Ruggles
2012-11-19
1
-50
/
+31
*
vorbisdec: ensure FASTDIV denominator is never 1
Luca Barbato
2012-09-14
1
-3
/
+2
*
vorbisdec: remove some pointless comments
Mans Rullgard
2012-08-19
1
-11
/
+11
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
vorbisdec: replace div/mod in loop with a counter
Mans Rullgard
2012-06-18
1
-5
/
+12
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-1
/
+4
*
vorbis: Validate that the floor 1 X values contain no duplicates.
Alex Converse
2012-06-05
1
-1
/
+5
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-11
/
+11
*
vorbisdec: avoid invalid memory access
Aaron Colwell
2012-03-08
1
-0
/
+3
*
avcodec: add a Vorbis parser to get packet duration
Justin Ruggles
2012-03-03
1
-1
/
+0
*
vorbisdec: read the previous window flag for long windows
Justin Ruggles
2012-03-03
1
-2
/
+4
*
vorbisdec: add a flush() function
Justin Ruggles
2012-02-24
1
-0
/
+12
*
vorbis: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
vorbis: fix overflows in floor1[] vector and inverse db table index.
Ronald S. Bultje
2012-02-02
1
-5
/
+5
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
vorbis: An additional defense in the Vorbis codec.
Chris Evans
2012-01-08
1
-10
/
+27
*
vorbisdec: Fix decoding bug with channel handling
Reinhard Tartler
2012-01-07
1
-1
/
+7
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-4
/
+3
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-1
/
+1
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-13
/
+20
*
vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check
Justin Ruggles
2011-11-10
1
-6
/
+0
*
vorbisdec: remove unneeded buf_size==0 check
Justin Ruggles
2011-11-10
1
-3
/
+0
*
vorbisdec: return proper error codes instead of made-up ones
Justin Ruggles
2011-11-10
1
-52
/
+61
*
cosmetics: remove extra spaces before end-of-statement semi-colons
Justin Ruggles
2011-10-23
1
-6
/
+6
*
vorbisdec: check output buffer size before writing output
Justin Ruggles
2011-10-23
1
-3
/
+9
*
lavc: use avpriv_ prefix for ff_split_xiph_headers.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-07-15
1
-5
/
+7
*
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
2011-06-20
1
-1
/
+1
*
vorbisdec: Restore mistakenly removed debug output.
Diego Biurrun
2011-06-07
1
-0
/
+4
*
vorbis: Remove non-compiling debug statement.
Diego Biurrun
2011-06-03
1
-3
/
+0
*
vorbis: Remove pointless DEBUG #ifdef around debug output macros.
Diego Biurrun
2011-06-03
1
-6
/
+0
*
Replace #ifdef + av_log() combinations by av_dlog().
Diego Biurrun
2011-06-03
1
-8
/
+5
*
Replace custom debug output functions by av_dlog().
Diego Biurrun
2011-06-03
1
-93
/
+101
*
Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis
Justin Ruggles
2011-05-18
1
-5
/
+18
*
Replace int_fast integer types with their sized standard posix counterparts.
Diego Biurrun
2011-05-12
1
-75
/
+78
*
vorbis: Replace sized int_fast integer types with plain int/unsigned.
Diego Biurrun
2011-04-29
1
-119
/
+108
[next]