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
/
libvorbis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Add audio flag to libvorbis AVOption.
Justin Ruggles
2010-12-30
1
-1
/
+1
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Fix crash when using iblock option (when a warning is logged).
James Zern
2010-10-14
1
-1
/
+1
*
Allow setting the impulse block bias for libvorbis through a private codec pa...
Michael Niedermayer
2010-09-29
1
-0
/
+15
*
remove an unneeded av_realloc()
Pascal Massimino
2010-07-20
1
-6
/
+10
*
add some buffer checks
Pascal Massimino
2010-07-11
1
-0
/
+9
*
use avccontext->frame_size where appropriate
Pascal Massimino
2010-07-11
1
-1
/
+1
*
Fix libvorbis encoding with more than 2 channels
James Darnley
2010-06-27
1
-7
/
+6
*
libvorbis: Only drop 1-byte packets at end of stream
Martin Storsjö
2010-06-22
1
-1
/
+1
*
libvorbis: Use memmove instead of memcpy for shifting data
Martin Storsjö
2010-06-16
1
-1
/
+1
*
libvorbis: Disable strict bitrate management when not requested
David Conrad
2010-06-04
1
-5
/
+4
*
libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of
David Conrad
2010-06-04
1
-1
/
+1
*
libvorbis: Hook up min/max bitrate
David Conrad
2010-06-04
1
-1
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
add missing \n to error message
Baptiste Coudurier
2009-07-01
1
-1
/
+1
*
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-22
1
-1
/
+1
*
libvorbis: Use 0-10 range for audio quality.
Nicolas George
2009-02-09
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Fix filenames in Doxygen comments.
Diego Biurrun
2009-01-26
1
-1
/
+1
*
Cosmetics: fix indentation after previous commit.
Benoit Fouet
2008-10-15
1
-12
/
+10
*
Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.
Nicolas George
2008-10-15
1
-2
/
+11
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
Remove libvorbis Vorbis decoding support. Our native decoder is complete
Diego Biurrun
2007-11-04
1
-157
/
+0
*
various simplifications around recent av_clip_int16() usage
Aurelien Jacobs
2007-08-11
1
-7
/
+2
*
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-08-11
1
-2
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
Give all wrappers for external libraries names starting with lib.
Diego Biurrun
2007-06-06
1
-0
/
+383