summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
* free index entriesBaptiste Coudurier2009-02-08
* use new audio interleaving generic codeBaptiste Coudurier2009-02-08
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-08
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-08
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-08
* force first track to be video and simplifyBaptiste Coudurier2009-02-08
* write system itemBaptiste Coudurier2009-02-08
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-07
* use 512 kag size needed for d10Baptiste Coudurier2009-02-07
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-06
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-06
* Fix minor memory leak.Jindřich Makovička2009-02-06
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-06
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-06
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-05
* format timestamp correctly according to specs and set itBaptiste Coudurier2009-02-05
* use timestamp as modification dateBaptiste Coudurier2009-02-05
* Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions onAlex Converse2009-02-05
* use timestamp as creation dateBaptiste Coudurier2009-02-05
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-05
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-05
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-05
* fix key frame offset with open gopBaptiste Coudurier2009-02-05
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-04
* always write mxf time base in descriptorsBaptiste Coudurier2009-02-04
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-04
* use sample rate as audio input time baseBaptiste Coudurier2009-02-04
* write all available metadata tags into extended_content_headerAurelien Jacobs2009-02-04
* use new metadata API in asf muxerAurelien Jacobs2009-02-04
* let packet pass through when no timestampsBaptiste Coudurier2009-02-03
* exactly compute index byte countBaptiste Coudurier2009-02-03
* prevent reading more than container atom size, fix broken file broken_by_rev1...Baptiste Coudurier2009-02-03
* use new metadata API in asf demuxerAurelien Jacobs2009-02-03
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* Reformat rdt_demuxer AVCodec struct sanely.Michael Niedermayer2009-02-03
* Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)Michael Niedermayer2009-02-03
* use new metadata API in aiff demuxerAurelien Jacobs2009-02-02
* be more flexible with frame rate checkBaptiste Coudurier2009-02-02
* simplifyAurelien Jacobs2009-02-02
* 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