summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* use new metadata API in rtsp demuxerAurelien Jacobs2009-02-02
* use new metadata API in rtp muxerAurelien Jacobs2009-02-02
* Add support for fourcc "SP54".Eli Friedman2009-02-02
* cosmetics: indentationAurelien Jacobs2009-02-02
* simplify usage of dstlen as it is not a parameter anymoreAurelien Jacobs2009-02-02
* cosmetics: indentationAurelien Jacobs2009-02-02
* use new metadata API in the mp3 muxerAurelien Jacobs2009-02-02
* use new metadata API in the mp3 demuxerAurelien Jacobs2009-02-02
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-02
* cosmetics: whitespaceAurelien Jacobs2009-02-02
* cosmetics: whitespaces, empty linesBaptiste Coudurier2009-02-02
* mxf does not have timestampsBaptiste Coudurier2009-02-02
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02
* Implement the reading of the video bitrate of flv movies out of the meta data,Stefan de Konink2009-02-02
* 24bit pcm supportBaptiste Coudurier2009-02-02
* more flexible mapping selectionBaptiste Coudurier2009-02-02
* fix temporal offet of ipbb sequences, simplification welcomeBaptiste Coudurier2009-02-02
* fix video line map tag sizeBaptiste Coudurier2009-02-02
* fix flush and interleaving by edit unitsBaptiste Coudurier2009-02-02
* write index table and rip, muxer works pretty well nowBaptiste Coudurier2009-02-02
* factorize common wav local tagsBaptiste Coudurier2009-02-02
* write req local tags for wavBaptiste Coudurier2009-02-02
* adjust size when not writing f2Baptiste Coudurier2009-02-02
* do not write f2 if not interlacedBaptiste Coudurier2009-02-02
* write bitrate tagBaptiste Coudurier2009-02-02
* write display height/width tagsBaptiste Coudurier2009-02-02
* return eof/error if only ffm header has been written, should fix #815Baptiste Coudurier2009-02-01
* don't support the mp3 extension in the mp2 muxerAurelien Jacobs2009-02-01
* Fix the Transport: line in the SETUP request so that it works with WMSRonald S. Bultje2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* free audio fifoBaptiste Coudurier2009-01-31
* use st->priv_data to store per stream contextBaptiste Coudurier2009-01-31
* change prototype of mxf_interleave_get_packet to make it compatibleBaptiste Coudurier2009-01-31
* do not use PAL_samples_per_frame in init, to make init independantBaptiste Coudurier2009-01-31
* cosmetics, remove empty linesBaptiste Coudurier2009-01-31
* add my copyright as wellBaptiste Coudurier2009-01-31
* fix doxygen tagBaptiste Coudurier2009-01-31
* cosmetics, align verticallyBaptiste Coudurier2009-01-31
* write best effort video line mapBaptiste Coudurier2009-01-31
* add frame layout local tag, best effortBaptiste Coudurier2009-01-31
* add aes3 pcm wrapping and use it by defaultBaptiste Coudurier2009-01-31
* split wav_desc in generic_sound_descBaptiste Coudurier2009-01-31
* thanks to interleaving, audio is now lockedBaptiste Coudurier2009-01-31
* local tag 3201 is picture essence coding, so do not write it for wavBaptiste Coudurier2009-01-31
* stored height is stupidly /2 if interlacedBaptiste Coudurier2009-01-31
* add size param to write_generic_descBaptiste Coudurier2009-01-31
* parse mpeg2 progressive frame flagBaptiste Coudurier2009-01-31
* delay header writing and parse mpeg2 frameBaptiste Coudurier2009-01-31
* correctly pack and interleave pcm samples in mxfBaptiste Coudurier2009-01-31