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
/
swf.h
Age
Commit message (
Expand
)
Author
2012-11-28
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-08-09
swf: Move shared table out of the header file
Diego Biurrun
2012-08-09
swf: Move swf_audio_codec_tags table to the only place it is used
Diego Biurrun
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2009-10-16
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2009-03-14
remove unused fields in swf context
Baptiste Coudurier
2009-03-08
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Michael Niedermayer
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
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-08-01
Recommit r14497
Michael Niedermayer
2008-08-01
Revert r14497
Michael Niedermayer
2008-08-01
Add missing header #includes.
Diego Biurrun
2008-07-19
update swf video frame number when muxing done, fix #439
Baptiste Coudurier
2008-05-27
simplify, use pointer to codec context in struct instead of only id
Baptiste Coudurier
2008-05-27
use AVFifoBuffer
Baptiste Coudurier
2008-05-20
split swf de/muxer
Baptiste Coudurier