summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-09
* Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse2009-02-09
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-09
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-08
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-08
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-08
* 10l: fix compiler warning:Vitor Sessak2009-02-08
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-08
* document ff_audio_interleaveBaptiste Coudurier2009-02-08
* NC camera demuxerNicolas Martin2009-02-08
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-08
* avformat_seek_file() prototypeMichael Niedermayer2009-02-08
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-08
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-08
* remove useless fieldBaptiste Coudurier2009-02-08
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-08
* remove useless returnBaptiste Coudurier2009-02-08
* fix doxygenBaptiste Coudurier2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-08
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
* 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