index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
vorbisdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: remove unused traces of fmtconvert usage
Anton Khirnov
2015-02-28
1
-3
/
+0
*
vorbisdec: Check memory allocations
Vittorio Giovara
2015-02-17
1
-4
/
+9
*
avcodec: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-5
/
+5
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
vorbis: return meaningful errors
Luca Barbato
2013-06-07
1
-2
/
+2
*
vorbis: fallback to normal division instead of crashing
Luca Barbato
2013-05-19
1
-9
/
+14
*
vorbis: simplify the inner loop in setup_classifs
Luca Barbato
2013-05-19
1
-4
/
+4
*
vorbis: use normal integer values for iterators
Luca Barbato
2013-05-19
1
-3
/
+3
*
vorbis: refactor vorbis_residue_decode_internal
Luca Barbato
2013-05-19
1
-20
/
+32
*
vorbisdec: do not leak the first frame.
Anton Khirnov
2013-03-10
1
-0
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
vorbisdec: check memory allocations
Luca Barbato
2013-03-06
1
-8
/
+36
*
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
[next]