summaryrefslogtreecommitdiff
path: root/libavformat/swfdec.c
Commit message (Collapse)AuthorAge
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
| | | | | | patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swf timestamps are 16 bitsBaptiste Coudurier2009-03-14
| | | | Originally committed as revision 17969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused fields in swf contextBaptiste Coudurier2009-03-14
| | | | Originally committed as revision 17968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger2009-03-13
| | | | Originally committed as revision 17953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
| | | | Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, add demuxer wordBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless/obsolete commentsBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close functionBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split swf de/muxerBaptiste Coudurier2008-05-20
Originally committed as revision 13203 to svn://svn.ffmpeg.org/ffmpeg/trunk