Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avc: Add a function for converting mp4 style extradata to annex b | Martin Storsjö | 2012-03-24 | 1 | -0/+31 |
| | | | | | | | Make movenc use this function instead of the current custom conversion function. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avc: fix memory errors when encoding invalid h264 codecdata | John Brooks | 2011-11-09 | 1 | -11/+18 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -15/+15 |
| | | | | | | | | | | | | 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 | -3/+3 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Include avc.h from avc.c: It contains several prototypes. | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
| | | | | Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Attempt to fix the completely random values returned by ff_avc_find_startcode(). | Michael Niedermayer | 2010-02-22 | 1 | -5/+11 |
| | | | | Originally committed as revision 21955 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics, remove spaces after '(' and before ')' | Baptiste Coudurier | 2009-07-30 | 1 | -14/+14 |
| | | | | Originally committed as revision 19547 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use intptr_t when casting pointers to int. | Ramiro Polla | 2009-03-26 | 1 | -1/+1 |
| | | | | Originally committed as revision 18192 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | support h264 extradata with 0x000001 startcode | Baptiste Coudurier | 2009-01-16 | 1 | -1/+2 |
| | | | | Originally committed as revision 16627 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | export ff_avc_parse_nal_units_buf | Baptiste Coudurier | 2009-01-16 | 1 | -1/+1 |
| | | | | Originally committed as revision 16624 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | return size written in ff_avc_parse_nal_units | Baptiste Coudurier | 2009-01-16 | 1 | -1/+4 |
| | | | | Originally committed as revision 16622 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Do not reallocate AVPacket's data when muxing a packet | Luca Abeni | 2009-01-15 | 1 | -7/+14 |
| | | | | Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
| | | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix misplaced const, avoids a cast-discards-qualifiers warning | Reimar Döffinger | 2008-02-19 | 1 | -1/+1 |
| | | | | Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | const | Michael Niedermayer | 2008-02-19 | 1 | -11/+11 |
| | | | | Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make avc_find_startcode non-static, so that it can be used from other | Luca Abeni | 2008-01-15 | 1 | -3/+3 |
| | | | | | | files (and add the ff_ prefix, to avoid polluting the namespace) Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | add a ff_ prefix to newly exported functions from avc.c | Aurelien Jacobs | 2008-01-11 | 1 | -3/+3 |
| | | | | Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move isom_write_avcc() and related functions into a separate file. | Aurelien Jacobs | 2008-01-11 | 1 | -0/+135 |
Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk |