summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* write body partitionsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute index byte count in mxf_write_partitionBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, edit unit offset is after klv fillBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header byte countBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix primer pack local tags ulsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set multi track operational patternBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-10
| | | | Originally committed as revision 17113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in mpegts demuxerAurelien Jacobs2009-02-10
| | | | Originally committed as revision 17112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
| | | | Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-09
| | | | Originally committed as revision 17102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse2009-02-09
| | | | | | identifying MP3 files with padding or garbage at the beginning. Originally committed as revision 17091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-09
| | | | Originally committed as revision 17086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-08
| | | | Originally committed as revision 17085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-08
| | | | Originally committed as revision 17077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-08
| | | | | | | | as the time Patch by Francesco Cosoleto ( cosoleto gmail com ) Originally committed as revision 17076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix compiler warning:Vitor Sessak2009-02-08
| | | | | | ncdec.c:82: warning: ISO C90 forbids mixed declarations and code Originally committed as revision 17075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
| | | | | | It is an internal function and should not be in an installed header. Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-08
| | | | | | | outside of audiointerleave.c. Also remove the function declaration from the header as it is now static. Originally committed as revision 17068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document ff_audio_interleaveBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NC camera demuxerNicolas Martin2009-02-08
| | | | | | Patch by Nicolas Martin - elvadrias at gmail Originally committed as revision 17062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-08
| | | | Originally committed as revision 17061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat_seek_file() prototypeMichael Niedermayer2009-02-08
| | | | Originally committed as revision 17060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless fieldBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless returnBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygenBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
| | | | | | corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-08
| | | | | | | avformat_alloc_context(), and drop the old symbol at the next major bump. Originally committed as revision 17047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free index entriesBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new audio interleaving generic codeBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-08
| | | | | | swfenc.c:452: warning: passing argument 2 of #av_fifo_generic_write# discards qualifiers from pointer target type Originally committed as revision 17036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-08
| | | | Originally committed as revision 17035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force first track to be video and simplifyBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write system itemBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-07
| | | | Originally committed as revision 17032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 512 kag size needed for d10Baptiste Coudurier2009-02-07
| | | | Originally committed as revision 17029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-06
| | | | Originally committed as revision 17023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-06
| | | | Originally committed as revision 17022 to svn://svn.ffmpeg.org/ffmpeg/trunk