| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-22 | 1 | -161/+161 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -26/+26 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b... | Baptiste Coudurier | 2010-10-07 | 1 | -1/+1 |
* | In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub... | Baptiste Coudurier | 2010-10-07 | 1 | -1/+1 |
* | In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ... | Reuben Martin | 2010-10-07 | 1 | -0/+1 |
* | In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g... | Reuben Martin | 2010-10-07 | 1 | -1/+2 |
* | gxf muxer only accepts pal or ntsc resolutions currently, so fail if resoluti... | Baptiste Coudurier | 2010-09-01 | 1 | -1/+5 |
* | gxfenc: Fix ES name in the UMF media description, by using strlen instead of ... | Thierry Foucu | 2010-07-21 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -8/+8 |
* | Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. | Carl Eugen Hoyos | 2009-10-16 | 1 | -1/+1 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -1/+1 |
* | remove useless include | Baptiste Coudurier | 2009-05-23 | 1 | -1/+0 |
* | reindent | Baptiste Coudurier | 2009-03-09 | 1 | -11/+11 |
* | change path pattern to be similar to existing files, and remove useless buffer | Baptiste Coudurier | 2009-03-09 | 1 | -9/+6 |
* | merge struct declaration and definition | Baptiste Coudurier | 2009-03-09 | 1 | -8/+3 |
* | write map packet every 100 packets according to specs | Baptiste Coudurier | 2009-03-09 | 1 | -4/+46 |
* | write flt packet, might need some tweaking but it works | Baptiste Coudurier | 2009-03-09 | 1 | -11/+32 |
* | correctly interleave audio and video according to specs | Baptiste Coudurier | 2009-03-09 | 1 | -9/+42 |
* | write timecode track in gxf | Baptiste Coudurier | 2009-03-09 | 1 | -26/+65 |
* | compute media info in write_header | Baptiste Coudurier | 2009-03-08 | 1 | -17/+19 |
* | factorize write packet | Baptiste Coudurier | 2009-03-08 | 1 | -8/+3 |
* | remove unneeded and empty user data | Baptiste Coudurier | 2009-03-08 | 1 | -23/+2 |
* | uniformize variable names and remove duplicating fields in private structs | Baptiste Coudurier | 2009-03-08 | 1 | -145/+167 |
* | remove useless fields | Baptiste Coudurier | 2009-03-08 | 1 | -7/+0 |
* | use correct field number for video according to specs, patch by Thierry Foucu... | Thierry Foucu | 2009-02-13 | 1 | -3/+11 |
* | cosmetics, rename nb_frames to nb_fields | Baptiste Coudurier | 2009-02-13 | 1 | -13/+13 |
* | compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail... | Thierry Foucu | 2009-02-12 | 1 | -1/+4 |
* | rename wrongly named b_per_gop to b_per_i_or_p according to specs | Baptiste Coudurier | 2009-02-11 | 1 | -6/+6 |
* | rename ff_audio_interleave to ff_audio_rechunk_interleave | Baptiste Coudurier | 2009-02-09 | 1 | -1/+1 |
* | use new audio interleaving generic code | Baptiste Coudurier | 2009-02-08 | 1 | -47/+11 |
* | use st->priv_data to store per stream context | Baptiste Coudurier | 2009-01-31 | 1 | -10/+13 |
* | second try fixing time code in gxf | Baptiste Coudurier | 2009-01-27 | 1 | -3/+3 |
* | fix endianness of time code, and calculate it in fields, according to specs | Baptiste Coudurier | 2009-01-23 | 1 | -6/+4 |
* | Do not use avctx->frame_number which might not be set, | Baptiste Coudurier | 2009-01-20 | 1 | -4/+5 |
* | set correct value for starting line | Baptiste Coudurier | 2009-01-20 | 1 | -3/+10 |
* | fix gxf time code mark out value | Baptiste Coudurier | 2009-01-20 | 1 | -1/+10 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Avoid _t in gxf enum type names | Reimar Döffinger | 2008-12-13 | 1 | -1/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -18/+18 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -4/+4 |
* | take care to use video track field number as duration | Baptiste Coudurier | 2007-08-09 | 1 | -2/+2 |
* | replaces hardcoded values by the equivalent enum definitions | Aurelien Jacobs | 2007-07-26 | 1 | -13/+13 |
* | Smartjog granted permission to relicense as LGPL 2.1 | Baptiste Coudurier | 2007-07-13 | 1 | -8/+8 |
* | round timestamps up, k2 broadcast server seems to need it | Baptiste Coudurier | 2007-07-13 | 1 | -1/+1 |
* | fix dts adjusting | Baptiste Coudurier | 2007-02-14 | 1 | -9/+8 |
* | Fix some more license headers. | Diego Biurrun | 2007-01-22 | 1 | -1/+1 |