aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-091-3/+0
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-081-6/+6
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-081-9/+9
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-081-0/+3
* 10l: fix compiler warning:Vitor Sessak2009-02-081-1/+2
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-084-10/+12
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-082-3/+1
* document ff_audio_interleaveBaptiste Coudurier2009-02-081-0/+9
* NC camera demuxerNicolas Martin2009-02-083-0/+102
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-081-0/+4
* avformat_seek_file() prototypeMichael Niedermayer2009-02-081-0/+24
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-081-18/+18
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-081-11/+11
* remove useless fieldBaptiste Coudurier2009-02-081-2/+1
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-081-1/+1
* remove useless returnBaptiste Coudurier2009-02-081-6/+4
* fix doxygenBaptiste Coudurier2009-02-082-3/+3
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-082-2/+2
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-082-3/+18
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-084-29/+14
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-084-3/+7
* free index entriesBaptiste Coudurier2009-02-081-0/+2
* use new audio interleaving generic codeBaptiste Coudurier2009-02-082-48/+12
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-084-105/+178
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-081-3/+14
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-081-1/+1
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-081-23/+27
* force first track to be video and simplifyBaptiste Coudurier2009-02-081-6/+7
* write system itemBaptiste Coudurier2009-02-081-5/+80
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-071-0/+10
* use 512 kag size needed for d10Baptiste Coudurier2009-02-071-4/+46
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-062-2/+1
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-062-1/+15
* Fix minor memory leak.Jindřich Makovička2009-02-061-0/+7
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-065-58/+2
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-0614-185/+272
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-064-7/+10
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-052-19/+19
* format timestamp correctly according to specs and set itBaptiste Coudurier2009-02-051-7/+24
* use timestamp as modification dateBaptiste Coudurier2009-02-051-2/+2
* Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions onAlex Converse2009-02-051-0/+1
* use timestamp as creation dateBaptiste Coudurier2009-02-051-2/+2
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-051-18/+0
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-053-6/+7
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-051-0/+6
* fix key frame offset with open gopBaptiste Coudurier2009-02-051-5/+14
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-041-7/+7
* always write mxf time base in descriptorsBaptiste Coudurier2009-02-041-7/+10
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-042-6/+6
* use sample rate as audio input time baseBaptiste Coudurier2009-02-041-17/+16