summaryrefslogtreecommitdiff
path: root/libavformat/gxfenc.c
Commit message (Collapse)AuthorAge
* fix dts adjustingBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some more license headers.Diego Biurrun2007-01-22
| | | | Originally committed as revision 7637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* readjust dts if negativeBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext to logBaptiste Coudurier2006-10-18
| | | | Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid overwriting pktBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct first gop closed valueBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init bufferBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-12
| | | | Originally committed as revision 5987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* negative to_pad won't provoke infinite loopBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid reading beyond packet sizeBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GXF muxerBaptiste Coudurier2006-07-19
Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk