summaryrefslogtreecommitdiffstats
path: root/libavformat/gxfenc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-32/+32
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* gxfenc: remove disabled half-implemented MJPEG tagDiego Biurrun2012-05-141-11/+0
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-201-1/+1
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-271-5/+0
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* gxfenc: place variable declarations before statementsDiego Biurrun2011-07-171-1/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-13/+10
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-131-6/+2
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-2/+16
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-4/+4
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-22/+22
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-9/+9
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-251-4/+7
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-161/+161
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-26/+26
* 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
OpenPOWER on IntegriCloud