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
...
*
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
*
vorbisdec: Replace some sizeof(type) by sizeof(*variable).
Diego Biurrun
2011-04-29
1
-17
/
+24
*
vorbisdec: Rename silly "class_" variable to plain "class".
Diego Biurrun
2011-04-27
1
-7
/
+7
*
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
Diego Biurrun
2011-04-25
1
-1
/
+1
*
vorbis: Rename decoder/encoder files to follow general file naming scheme.
Diego Biurrun
2011-04-23
1
-0
/
+1668
[prev]