37 Commits (f2b79c5b855b7450c8f3c15b9ec11b439cd2a294)

Author SHA1 Message Date
Andreas Rheinhardt 913aa4204a avformat/swf: Separate mux and demux contexts 4 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Clément Bœsch 7570c9e04f swfdec: support compressed swf 9 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Clément Bœsch 477f4efd0f lavf/swf: remove unused assert include. 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Clément Bœsch cdfa926415 lavf/swf: transform the swf tags define in an enum. 12 years ago
Clément Bœsch a1d2210deb lavf/swf: re-align after previous commit. 12 years ago
Clément Bœsch 91fad50f63 lavf/swf: define more tags. 12 years ago
Michael Bradshaw a41c824c53 Parse DEFINESOUND tags in swf (fix ticket 1638) 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Diego Biurrun 90f7e61769 swf: Move shared table out of the header file 12 years ago
Diego Biurrun 2804ba6a3b swf: Move swf_audio_codec_tags table to the only place it is used 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 1308fa42ad lavf/swf: fix make checkheaders. 13 years ago
Clément Bœsch 588eaa106d swfdec: support compressed swf. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Carl Eugen Hoyos bc2d2a07d5 Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
Baptiste Coudurier 40a1d41fd2 remove unused fields in swf context 16 years ago
Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Michael Niedermayer 758af9868e Recommit r14497 17 years ago
Michael Niedermayer c5e56a813b Revert r14497 17 years ago
Diego Biurrun 2e11268ea9 Add missing header #includes. 17 years ago
Baptiste Coudurier 9b92ed7666 update swf video frame number when muxing done, fix #439 17 years ago
Baptiste Coudurier 003ae66086 simplify, use pointer to codec context in struct instead of only id 17 years ago
Baptiste Coudurier ed03be6c49 use AVFifoBuffer 17 years ago
Baptiste Coudurier 3b35f4ab51 split swf de/muxer 17 years ago