summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* remove now useless castsBaptiste Coudurier2008-08-30
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-29
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-29
* factorize packet skip codeBaptiste Coudurier2008-08-29
* simplify size handling codeBaptiste Coudurier2008-08-29
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29
* speex in flv demuxingBaptiste Coudurier2008-08-29
* cosmetics, typos, caseBaptiste Coudurier2008-08-29
* cosmeticsBaptiste Coudurier2008-08-29
* fix version string ulBaptiste Coudurier2008-08-29
* Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer2008-08-29
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
* Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje2008-08-28
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-27
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-27
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-27
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-27
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-26
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-26
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-26
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-26
* vertical alignMichael Niedermayer2008-08-26
* Import more MXF muxer code from the SoC treeVitor Sessak2008-08-25
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-25
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-25
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-25
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-25
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-25
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-24
* matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs2008-08-24
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Mark several libavformat arrays constReimar Döffinger2008-08-24
* Mark "matroska" probe data string constant.Reimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-24
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-24
* Remove useless empty close functions in mmf and mm demuxers.Reimar Döffinger2008-08-24
* matroskadec: make aac_profiles array constAurelien Jacobs2008-08-24
* Make the id3v1_genre_str array const, not just the strings it points to.Reimar Döffinger2008-08-24
* Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak2008-08-24
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-23
* Cosmetics after previous patches.Ronald S. Bultje2008-08-23
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-23
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-23
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-23
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-23