index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
oggparseflac.c
Age
Commit message (
Expand
)
Author
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-12
oggdec: Metadata is per-stream; don't merge multiple streams' together
David Conrad
2010-03-12
Add ff_ prefix to vorbis_comment
David Conrad
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-01-25
use function and definitions from libavcodec/flac.h in oggparseflac.c
Justin Ruggles
2008-12-14
oggflac: fix bitstream reader usage
Måns Rullgård
2008-11-06
OGG: untypedef demuxer structs
Måns Rullgård
2008-08-24
Add ff_ prefix to ogg_codec_t structs
Reimar Döffinger
2008-08-24
Make ogg_codec_t descriptions const
Reimar Döffinger
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-07
Rename ogg2.[ch] to oggdec.[ch].
Diego Biurrun
2007-08-12
add support for old flac in ogg
Michael Niedermayer
2007-06-14
use get_bits_long() where needed
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-05-12
set stream time_base properly
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-11
flac in ogg support
Måns Rullgård