summaryrefslogtreecommitdiffstats
path: root/libavformat/gxfenc.c
Commit message (Collapse)AuthorAgeFilesLines
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
* In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch ↵Baptiste Coudurier2010-10-071-1/+1
| | | | | | by Reuben Martin, reuben dot m at gmail dot com Originally committed as revision 25401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In gxf muxer, fix number of flt entries based on patch by Reuben Martin, ↵Baptiste Coudurier2010-10-071-1/+1
| | | | | | reuben dot m at gmail dot com Originally committed as revision 25399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ↵Reuben Martin2010-10-071-0/+1
| | | | | | dot m at gmail dot com Originally committed as revision 25396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at ↵Reuben Martin2010-10-071-1/+2
| | | | | | gmail dot com Originally committed as revision 25395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gxf muxer only accepts pal or ntsc resolutions currently, so fail if ↵Baptiste Coudurier2010-09-011-1/+5
| | | | | | resolution is something else Originally committed as revision 25014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gxfenc: Fix ES name in the UMF media description, by using strlen instead of ↵Thierry Foucu2010-07-211-2/+2
| | | | | | | | sizeof Patch by Thierry Foucu, tfoucu at gmail Originally committed as revision 24379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-8/+8
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
| | | | Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
| | | | | | patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless includeBaptiste Coudurier2009-05-231-1/+0
| | | | Originally committed as revision 18906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-03-091-11/+11
| | | | Originally committed as revision 17898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier2009-03-091-9/+6
| | | | Originally committed as revision 17896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge struct declaration and definitionBaptiste Coudurier2009-03-091-8/+3
| | | | Originally committed as revision 17895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write map packet every 100 packets according to specsBaptiste Coudurier2009-03-091-4/+46
| | | | Originally committed as revision 17894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write flt packet, might need some tweaking but it worksBaptiste Coudurier2009-03-091-11/+32
| | | | Originally committed as revision 17893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave audio and video according to specsBaptiste Coudurier2009-03-091-9/+42
| | | | Originally committed as revision 17892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write timecode track in gxfBaptiste Coudurier2009-03-091-26/+65
| | | | Originally committed as revision 17890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute media info in write_headerBaptiste Coudurier2009-03-081-17/+19
| | | | Originally committed as revision 17889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize write packetBaptiste Coudurier2009-03-081-8/+3
| | | | Originally committed as revision 17888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded and empty user dataBaptiste Coudurier2009-03-081-23/+2
| | | | Originally committed as revision 17886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier2009-03-081-145/+167
| | | | Originally committed as revision 17884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless fieldsBaptiste Coudurier2009-03-081-7/+0
| | | | Originally committed as revision 17883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct field number for video according to specs, patch by Thierry ↵Thierry Foucu2009-02-131-3/+11
| | | | | | Foucu, tfoucu at gmail dot com Originally committed as revision 17214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-131-13/+13
| | | | Originally committed as revision 17213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at ↵Thierry Foucu2009-02-121-1/+4
| | | | | | gmail dot com Originally committed as revision 17166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename wrongly named b_per_gop to b_per_i_or_p according to specsBaptiste Coudurier2009-02-111-6/+6
| | | | Originally committed as revision 17165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-091-1/+1
| | | | Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new audio interleaving generic codeBaptiste Coudurier2009-02-081-47/+11
| | | | Originally committed as revision 17039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use st->priv_data to store per stream contextBaptiste Coudurier2009-01-311-10/+13
| | | | Originally committed as revision 16904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second try fixing time code in gxfBaptiste Coudurier2009-01-271-3/+3
| | | | Originally committed as revision 16839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-231-6/+4
| | | | Originally committed as revision 16730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-201-4/+5
| | | | | | this also fixes a side effect where its value was one too much. Originally committed as revision 16701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct value for starting lineBaptiste Coudurier2009-01-201-3/+10
| | | | Originally committed as revision 16698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gxf time code mark out valueBaptiste Coudurier2009-01-201-1/+10
| | | | Originally committed as revision 16697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-131-1/+1
| | | | Originally committed as revision 16112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-18/+18
| | | | | | | The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-271-1/+1
| | | | Originally committed as revision 13455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* take care to use video track field number as durationBaptiste Coudurier2007-08-091-2/+2
| | | | Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-261-13/+13
| | | | Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier2007-07-131-8/+8
| | | | Originally committed as revision 9631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier2007-07-131-1/+1
| | | | Originally committed as revision 9630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dts adjustingBaptiste Coudurier2007-02-141-9/+8
| | | | Originally committed as revision 7982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some more license headers.Diego Biurrun2007-01-221-1/+1
| | | | Originally committed as revision 7637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* readjust dts if negativeBaptiste Coudurier2006-11-281-2/+12
| | | | Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud