Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf: remove disabled FF_API_TIMESTAMP cruft | Anton Khirnov | 2012-01-27 | 1 | -5/+0 |
| | |||||
* | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container. | Daniel Kristjansson | 2011-12-21 | 1 | -0/+4 |
| | | | | | | | Support Main Profile at High 1440 Level in MXF container, using essence coding label from SMPTE RDD 9, table 6. Signed-off-by: Janne Grunau <janne-libav@jannau.net> | ||||
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+2 |
| | | | | It's supposed to be called only from (de)muxers. | ||||
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -26/+23 |
| | | | | It's more readable and less prone to breakage. | ||||
* | mxfenc: include needed header for ff_iso8601_to_unix_time() prototype | Kostya Shishkov | 2011-07-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 1 | -5/+2 |
| | |||||
* | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 1 | -1/+13 |
| | | | | It's replaced by 'creation_time' metadata tag. | ||||
* | mxfenc: fix ignored drop flag in binary timecode representation. | Clément Bœsch | 2011-07-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | mxfenc: small typo fix | Clément Bœsch | 2011-07-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | 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 | -3/+3 |
| | | | | 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 | -10/+10 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -166/+166 |
| | | | | | | | | | | | | 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 | -33/+33 |
| | | | | 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 | -8/+8 |
| | | | | | 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 mxf muxer, check the return value of gmtime, fix #2494 | Baptiste Coudurier | 2011-01-14 | 1 | -0/+2 |
| | | | | Originally committed as revision 26343 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add extern to mxf_d10_muxer forward declaration to avoid a redundant | Reimar Döffinger | 2010-07-28 | 1 | -1/+1 |
| | | | | | | redeclaration warning. Originally committed as revision 24564 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix a "function declaration isn't a prototype" warning. | Reimar Döffinger | 2010-07-24 | 1 | -1/+1 |
| | | | | Originally committed as revision 24480 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | In mxf muxer, fix last b frame temporal offset | Baptiste Coudurier | 2010-07-02 | 1 | -33/+35 |
| | | | | Originally committed as revision 23967 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 1 | -1/+1 |
| | | | | | | | Keep an old ff_ named function for binary compatibility until the next major bump. Originally committed as revision 23254 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
| | | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove MAX_STREAMS usage in ogg and mxf muxers | Baptiste Coudurier | 2010-01-29 | 1 | -14/+5 |
| | | | | Originally committed as revision 21526 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use CODEC_ID_NONE instead of 0 for enum CodecID. | Carl Eugen Hoyos | 2009-11-08 | 1 | -1/+1 |
| | | | | Originally committed as revision 20481 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Improve amortized worst case speed of the muxers packet interleaving code | Michael Niedermayer | 2009-09-16 | 1 | -0/+8 |
| | | | | | | from O(packets_in_the_file) to O(num_of_streams). Originally committed as revision 19887 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | fix and simplify long gop mpeg codec ul computation | Baptiste Coudurier | 2009-07-04 | 1 | -13/+6 |
| | | | | Originally committed as revision 19339 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | set index duration to 0 for cbr, specifying whole container coverage | Baptiste Coudurier | 2009-07-04 | 1 | -1/+4 |
| | | | | Originally committed as revision 19338 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | use ber4 length for descriptors preferred by specs | Baptiste Coudurier | 2009-07-04 | 1 | -1/+1 |
| | | | | Originally committed as revision 19337 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | write profile and level local tag in mpeg descriptor | Baptiste Coudurier | 2009-07-04 | 1 | -1/+9 |
| | | | | Originally committed as revision 19336 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics, change case and comments alignment | Baptiste Coudurier | 2009-06-30 | 1 | -5/+5 |
| | | | | Originally committed as revision 19305 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | correctly compute frame flags with closed gop | Baptiste Coudurier | 2009-06-30 | 1 | -9/+19 |
| | | | | Originally committed as revision 19304 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-05-15 | 1 | -24/+24 |
| | | | | Originally committed as revision 18835 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | remove unneeded length checks | Baptiste Coudurier | 2009-05-15 | 1 | -5/+1 |
| | | | | Originally committed as revision 18834 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | use utc time for timestamp and do not set it if not specified | Baptiste Coudurier | 2009-03-14 | 1 | -4/+4 |
| | | | | Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | do not parse timestamp if bitexact is set, should fix regression tests | Baptiste Coudurier | 2009-03-14 | 1 | -2/+3 |
| | | | | Originally committed as revision 17967 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | again 10l, typo, put_byte instead of put_buffer | Baptiste Coudurier | 2009-03-11 | 1 | -1/+1 |
| | | | | Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | attempt to try to generate an random umid | Baptiste Coudurier | 2009-03-11 | 1 | -8/+32 |
| | | | | Originally committed as revision 17932 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | fix index edit rate, inverse num and den | Baptiste Coudurier | 2009-02-25 | 1 | -1/+1 |
| | | | | Originally committed as revision 17583 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | simplify, use codec->block_align | Baptiste Coudurier | 2009-02-25 | 1 | -2/+1 |
| | | | | Originally committed as revision 17582 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | set channel number even for inactive channels | Baptiste Coudurier | 2009-02-25 | 1 | -1/+1 |
| | | | | Originally committed as revision 17581 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | do not set frame start bit since marked as not used and factorize | Baptiste Coudurier | 2009-02-25 | 1 | -3/+3 |
| | | | | Originally committed as revision 17580 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | start track id at 2, track id 1 for timecode | Baptiste Coudurier | 2009-02-23 | 1 | -3/+3 |
| | | | | Originally committed as revision 17545 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | fix partition index byte count | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
| | | | | Originally committed as revision 17424 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | always use multi track since timecode track is present | Baptiste Coudurier | 2009-02-18 | 1 | -13/+3 |
| | | | | Originally committed as revision 17423 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | fix preface version | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
| | | | | Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | start counting track number from 0 | Baptiste Coudurier | 2009-02-18 | 1 | -6/+4 |
| | | | | Originally committed as revision 17419 to svn://svn.ffmpeg.org/ffmpeg/trunk |