Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -2/+0 |
| | | | | | | | | Since 596e5d4783, this is not necessary anymore. It also allows to actually disable the flushing, improving write performance (but possibly giving worse latency in real-time streaming). Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -8/+12 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
| | |||||
* | 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 |
| | | | | | There is no reason for it to be public, it's only meant to be used internally. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | The existing functions defined in intfloat_readwrite.[ch] are both slow and incorrect (infinities are not handled). This introduces a new header with fast, inline conversion functions using direct union punning assuming an IEEE-754 system, an assumption already made throughout the code. The one use of Intel/Motorola extended 80-bit format is replaced by simpler code sufficient under the present constraints (positive normal values). The old functions are marked deprecated and retained for compatibility. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
| | | | | It's supposed to be called only from (de)muxers. | ||||
* | gxfenc: place variable declarations before statements | Diego Biurrun | 2011-07-17 | 1 | -1/+2 |
| | | | | libavformat/gxfenc.c:409: warning: ISO C90 forbids mixed declarations and code | ||||
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -13/+10 |
| | | | | It's more readable and less prone to breakage. | ||||
* | 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 |
| | | | | It's replaced by 'creation_time' metadata tag. | ||||
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| | | | | Use it instead of url_is_streamed and AVIOContext.is_streamed. | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -4/+4 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -22/+22 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -9/+9 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-25 | 1 | -4/+7 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -161/+161 |
| | | | | | | | | | | | | In the name of consistency: put_byte -> avio_w8 put_<type> -> avio_w<type> put_buffer -> avio_write put_nbyte will be made private put_tag will be merged with avio_put_str Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -26/+26 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -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 Coudurier | 2010-10-07 | 1 | -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 Coudurier | 2010-10-07 | 1 | -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 Martin | 2010-10-07 | 1 | -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 Martin | 2010-10-07 | 1 | -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 Coudurier | 2010-09-01 | 1 | -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 Foucu | 2010-07-21 | 1 | -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, which | Stefano Sabatini | 2010-03-30 | 1 | -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 Hoyos | 2009-10-16 | 1 | -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 Verkamp | 2009-06-22 | 1 | -1/+1 |
| | | | | | | patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | remove useless include | Baptiste Coudurier | 2009-05-23 | 1 | -1/+0 |
| | | | | Originally committed as revision 18906 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | reindent | Baptiste Coudurier | 2009-03-09 | 1 | -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 buffer | Baptiste Coudurier | 2009-03-09 | 1 | -9/+6 |
| | | | | Originally committed as revision 17896 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | merge struct declaration and definition | Baptiste Coudurier | 2009-03-09 | 1 | -8/+3 |
| | | | | Originally committed as revision 17895 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | write map packet every 100 packets according to specs | Baptiste Coudurier | 2009-03-09 | 1 | -4/+46 |
| | | | | Originally committed as revision 17894 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | write flt packet, might need some tweaking but it works | Baptiste Coudurier | 2009-03-09 | 1 | -11/+32 |
| | | | | Originally committed as revision 17893 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | correctly interleave audio and video according to specs | Baptiste Coudurier | 2009-03-09 | 1 | -9/+42 |
| | | | | Originally committed as revision 17892 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | write timecode track in gxf | Baptiste Coudurier | 2009-03-09 | 1 | -26/+65 |
| | | | | Originally committed as revision 17890 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | compute media info in write_header | Baptiste Coudurier | 2009-03-08 | 1 | -17/+19 |
| | | | | Originally committed as revision 17889 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | factorize write packet | Baptiste Coudurier | 2009-03-08 | 1 | -8/+3 |
| | | | | Originally committed as revision 17888 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | remove unneeded and empty user data | Baptiste Coudurier | 2009-03-08 | 1 | -23/+2 |
| | | | | Originally committed as revision 17886 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | uniformize variable names and remove duplicating fields in private structs | Baptiste Coudurier | 2009-03-08 | 1 | -145/+167 |
| | | | | Originally committed as revision 17884 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | remove useless fields | Baptiste Coudurier | 2009-03-08 | 1 | -7/+0 |
| | | | | Originally committed as revision 17883 to svn://svn.ffmpeg.org/ffmpeg/trunk |