aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* fix typosBaptiste Coudurier2008-08-301-1/+1
* cosmetics: header -> genericBaptiste Coudurier2008-08-301-3/+3
* cosmetics, remove useless braces, move comments where appropriate, remove whi...Baptiste Coudurier2008-08-301-28/+23
* cosmeticsBaptiste Coudurier2008-08-301-0/+1
* simplify, and factorizeBaptiste Coudurier2008-08-301-7/+6
* only put version in tagBaptiste Coudurier2008-08-301-1/+1
* simplifyBaptiste Coudurier2008-08-301-5/+2
* always write required version string local tagBaptiste Coudurier2008-08-301-4/+6
* introduce mxf_write_local_tag_utf16 and factorizeBaptiste Coudurier2008-08-301-12/+7
* use strlen and do not write useless trailing 0 according to specsBaptiste Coudurier2008-08-301-4/+4
* write strings as utf16beBaptiste Coudurier2008-08-301-6/+16
* Add missing FFMPEG_ prefix to multiple inclusion guard.Diego Biurrun2008-08-301-3/+3
* timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier2008-08-301-1/+1
* remove now useless castsBaptiste Coudurier2008-08-301-3/+3
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-291-1/+1
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-291-0/+4
* factorize packet skip codeBaptiste Coudurier2008-08-291-4/+3
* simplify size handling codeBaptiste Coudurier2008-08-291-3/+5
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-291-5/+0
* speex in flv demuxingBaptiste Coudurier2008-08-292-0/+2
* cosmetics, typos, caseBaptiste Coudurier2008-08-291-13/+13
* cosmeticsBaptiste Coudurier2008-08-291-1/+1
* fix version string ulBaptiste Coudurier2008-08-291-1/+1
* Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer2008-08-291-16/+0
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-282-14/+42
* Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje2008-08-281-11/+6
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-273-22/+50
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-271-2/+2
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-271-5/+5
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-271-0/+4
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-271-0/+6
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-261-1/+0
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-261-4/+2
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-261-0/+1
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-264-2/+39
* vertical alignMichael Niedermayer2008-08-262-18/+18
* Import more MXF muxer code from the SoC treeVitor Sessak2008-08-251-14/+14
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-251-4/+9
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-251-0/+1
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-251-0/+1
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-251-3/+7
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-251-4/+16
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-241-0/+3
* matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs2008-08-241-2/+2
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-247-27/+27
* Mark several libavformat arrays constReimar Döffinger2008-08-244-7/+7
* Mark "matroska" probe data string constant.Reimar Döffinger2008-08-241-1/+1
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-247-20/+20
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-2413-24/+24
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-241-2/+1