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
/
riff.h
Age
Commit message (
Expand
)
Author
2015-07-12
Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
Michael Niedermayer
2015-07-11
riff: Use the correct logging context
Luca Barbato
2015-02-27
avformat: Add prefix to get_codec_guid()
Michael Niedermayer
2014-12-18
wavdec: RIFX file format support
Thomas Volkert
2014-12-02
Also print GUIDs as shown in the Windows registry to ease debugging.
Carl Eugen Hoyos
2014-06-18
Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c'
Michael Niedermayer
2014-06-18
riffenc: take an AVStream instead of an AVCodecContext
Anton Khirnov
2014-04-30
ff_put_wav_header: add flag to force WAVEFORMATEX
Daniel Verkamp
2014-02-12
avformat/riff: return error code from ff_get_guid()
Michael Niedermayer
2014-01-29
Move GUID-related objects to riffenc.c and riff.c.
Carl Eugen Hoyos
2013-12-23
riffenc: add option to ff_put_bmp_header to ignore extradata
Peter Ross
2013-08-06
Merge commit '971cce7ebb48a58e72e4dc57b3008e2682bcf4e7'
Michael Niedermayer
2013-08-05
riff.h: Remove stray extern declaration for non-existing symbol
Diego Biurrun
2013-04-22
Merge commit 'e544782623caf1eb4b2429e9c4f35d6b627accba'
Michael Niedermayer
2013-04-21
riff: Move guid structs and helper functions into riff
Peter Ross
2013-02-15
dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.
rogerdpack
2013-02-06
dshow: attempt to build shared as well as static
rogerdpack
2012-11-29
Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'
Michael Niedermayer
2012-11-28
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-10-17
Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68'
Michael Niedermayer
2012-10-16
lavf: move RIFF INFO tag writing from avienc to riff
Victor Vasiliev
2012-08-07
rename missed CodecID to AVCodecID
Michael Niedermayer
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-05-31
libavformat: ff_get_bmp_header: return esize too
Michael Niedermayer
2011-11-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-26
Generalize RIFF INFO tag support; support reading INFO tag in wav
Victor Vasiliev
2011-04-15
Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
Michael Niedermayer
2011-04-14
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-07
move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...
Peter Ross
2011-04-07
move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h
Peter Ross
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2010-12-26
add ff_get_bmp_header
Peter Ross
2010-05-22
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-05-22
Prefer enum CodecID over int in ff_codec_get_tag().
Stefano Sabatini
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-10-16
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2009-06-22
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-12-22
Fix two identical warnings when compiling riff.c and nuv.c with icc:
Carl Eugen Hoyos
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-08
remove deprecated codec_get_{bmp,wav}_{id,tag}()
Måns Rullgård
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-05-02
patch so that the deprecated items show up correctly
Mark Cox
2007-01-21
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
[next]