summaryrefslogtreecommitdiffstats
path: root/libavformat/gxfenc.c
Commit message (Expand)AuthorAgeFilesLines
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b...Baptiste Coudurier2010-10-071-1/+1
* In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier2010-10-071-1/+1
* In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ...Reuben Martin2010-10-071-0/+1
* In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin2010-10-071-1/+2
* gxf muxer only accepts pal or ntsc resolutions currently, so fail if resoluti...Baptiste Coudurier2010-09-011-1/+5
* gxfenc: Fix ES name in the UMF media description, by using strlen instead of ...Thierry Foucu2010-07-211-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-8/+8
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
* remove useless includeBaptiste Coudurier2009-05-231-1/+0
* reindentBaptiste Coudurier2009-03-091-11/+11
* change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier2009-03-091-9/+6
* merge struct declaration and definitionBaptiste Coudurier2009-03-091-8/+3
* write map packet every 100 packets according to specsBaptiste Coudurier2009-03-091-4/+46
* write flt packet, might need some tweaking but it worksBaptiste Coudurier2009-03-091-11/+32
* correctly interleave audio and video according to specsBaptiste Coudurier2009-03-091-9/+42
* write timecode track in gxfBaptiste Coudurier2009-03-091-26/+65
* compute media info in write_headerBaptiste Coudurier2009-03-081-17/+19
* factorize write packetBaptiste Coudurier2009-03-081-8/+3
* remove unneeded and empty user dataBaptiste Coudurier2009-03-081-23/+2
* uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier2009-03-081-145/+167
* remove useless fieldsBaptiste Coudurier2009-03-081-7/+0
* use correct field number for video according to specs, patch by Thierry Foucu...Thierry Foucu2009-02-131-3/+11
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-131-13/+13
* compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail...Thierry Foucu2009-02-121-1/+4
* rename wrongly named b_per_gop to b_per_i_or_p according to specsBaptiste Coudurier2009-02-111-6/+6
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-091-1/+1
* use new audio interleaving generic codeBaptiste Coudurier2009-02-081-47/+11
* use st->priv_data to store per stream contextBaptiste Coudurier2009-01-311-10/+13
* second try fixing time code in gxfBaptiste Coudurier2009-01-271-3/+3
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-231-6/+4
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-201-4/+5
* set correct value for starting lineBaptiste Coudurier2009-01-201-3/+10
* fix gxf time code mark out valueBaptiste Coudurier2009-01-201-1/+10
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-131-1/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-18/+18
* 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
OpenPOWER on IntegriCloud