| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '194be1f43ea391eb986732707435176e579265aa' | Michael Niedermayer | 2014-06-18 | 1 | -0/+1 |
|\ |
|
| * | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -0/+1 |
* | | lavf/swf: remove unused assert include. | Clément Bœsch | 2013-05-26 | 1 | -3/+0 |
* | | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb' | Michael Niedermayer | 2012-11-29 | 1 | -1/+1 |
|\| |
|
| * | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+1 |
* | | lavf/swf: transform the swf tags define in an enum. | Clément Bœsch | 2012-10-12 | 1 | -65/+67 |
* | | lavf/swf: re-align after previous commit. | Clément Bœsch | 2012-10-12 | 1 | -15/+15 |
* | | lavf/swf: define more tags. | Clément Bœsch | 2012-10-12 | 1 | -0/+50 |
* | | Parse DEFINESOUND tags in swf (fix ticket 1638) | Michael Bradshaw | 2012-10-12 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -1/+1 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-10 | 1 | -14/+1 |
|\| |
|
| * | swf: Move shared table out of the header file | Diego Biurrun | 2012-08-09 | 1 | -5/+1 |
| * | swf: Move swf_audio_codec_tags table to the only place it is used | Diego Biurrun | 2012-08-09 | 1 | -9/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -9/+9 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -9/+9 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | lavf/swf: fix make checkheaders. | Clément Bœsch | 2012-05-18 | 1 | -0/+2 |
* | | swfdec: support compressed swf. | Clément Bœsch | 2012-04-03 | 1 | -0/+11 |
|/ |
|
* | Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. | Carl Eugen Hoyos | 2009-10-16 | 1 | -2/+2 |
* | remove unused fields in swf context | Baptiste Coudurier | 2009-03-14 | 1 | -1/+0 |
* | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer | 2009-03-08 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -3/+3 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Recommit r14497 | Michael Niedermayer | 2008-08-01 | 1 | -0/+1 |
* | Revert r14497 | Michael Niedermayer | 2008-08-01 | 1 | -1/+0 |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 1 | -0/+1 |
* | update swf video frame number when muxing done, fix #439 | Baptiste Coudurier | 2008-07-19 | 1 | -1/+1 |
* | simplify, use pointer to codec context in struct instead of only id | Baptiste Coudurier | 2008-05-27 | 1 | -2/+1 |
* | use AVFifoBuffer | Baptiste Coudurier | 2008-05-27 | 1 | -4/+2 |
* | split swf de/muxer | Baptiste Coudurier | 2008-05-20 | 1 | -0/+99 |