summaryrefslogtreecommitdiff
path: root/libavformat/gxfenc.c
Commit message (Expand)AuthorAge
...
* uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier2009-03-08
* remove useless fieldsBaptiste Coudurier2009-03-08
* use correct field number for video according to specs, patch by Thierry Foucu...Thierry Foucu2009-02-13
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-13
* compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail...Thierry Foucu2009-02-12
* rename wrongly named b_per_gop to b_per_i_or_p according to specsBaptiste Coudurier2009-02-11
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
* use new audio interleaving generic codeBaptiste Coudurier2009-02-08
* use st->priv_data to store per stream contextBaptiste Coudurier2009-01-31
* second try fixing time code in gxfBaptiste Coudurier2009-01-27
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-20
* set correct value for starting lineBaptiste Coudurier2009-01-20
* fix gxf time code mark out valueBaptiste Coudurier2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-13
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-27
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* take care to use video track field number as durationBaptiste Coudurier2007-08-09
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-26
* Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier2007-07-13
* round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier2007-07-13
* fix dts adjustingBaptiste Coudurier2007-02-14
* Fix some more license headers.Diego Biurrun2007-01-22
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* readjust dts if negativeBaptiste Coudurier2006-11-28
* use AVFormatContext to logBaptiste Coudurier2006-10-18
* avoid overwriting pktBaptiste Coudurier2006-10-17
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* set correct first gop closed valueBaptiste Coudurier2006-08-21
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-21
* init bufferBaptiste Coudurier2006-08-21
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-12
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-09
* negative to_pad won't provoke infinite loopBaptiste Coudurier2006-08-01
* avoid reading beyond packet sizeBaptiste Coudurier2006-08-01
* GXF muxerBaptiste Coudurier2006-07-19