summaryrefslogtreecommitdiffstats
path: root/libavformat/gxfenc.c
Commit message (Expand)AuthorAgeFilesLines
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-271-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
* take care to use video track field number as durationBaptiste Coudurier2007-08-091-2/+2
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-261-13/+13
* Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier2007-07-131-8/+8
* round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier2007-07-131-1/+1
* fix dts adjustingBaptiste Coudurier2007-02-141-9/+8
* Fix some more license headers.Diego Biurrun2007-01-221-1/+1
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* readjust dts if negativeBaptiste Coudurier2006-11-281-2/+12
* use AVFormatContext to logBaptiste Coudurier2006-10-181-1/+1
* avoid overwriting pktBaptiste Coudurier2006-10-171-1/+1
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-101-0/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-3/+5
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-7/+8
* set correct first gop closed valueBaptiste Coudurier2006-08-211-3/+4
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-211-4/+4
* init bufferBaptiste Coudurier2006-08-211-0/+1
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-121-55/+33
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-091-5/+19
* negative to_pad won't provoke infinite loopBaptiste Coudurier2006-08-011-1/+1
* avoid reading beyond packet sizeBaptiste Coudurier2006-08-011-8/+6
* GXF muxerBaptiste Coudurier2006-07-191-0/+823
OpenPOWER on IntegriCloud