| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -32/+32 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | gxfenc: remove disabled half-implemented MJPEG tag | Diego Biurrun | 2012-05-14 | 1 | -11/+0 |
* | lavf: make av_interleave_packet_per_dts() private. | Anton Khirnov | 2012-03-20 | 1 | -1/+1 |
* | lavf: remove disabled FF_API_TIMESTAMP cruft | Anton Khirnov | 2012-01-27 | 1 | -5/+0 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -3/+3 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | gxfenc: place variable declarations before statements | Diego Biurrun | 2011-07-17 | 1 | -1/+2 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -13/+10 |
* | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 1 | -6/+2 |
* | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 1 | -2/+16 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -4/+4 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -22/+22 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -9/+9 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-25 | 1 | -4/+7 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 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-26 | 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 |