- 26 Jan, 2020 1 commit
-
-
Andreas Rheinhardt authored
ff_av1_filter_obus_buf() and ff_avc_parse_nal_units_buf() both have a pointer-to-pointer parameter which they use to pass a newly allocated buffer to the caller. And both functions freed what this pointer points to before overwriting it. But no caller of these functions used this feature, but some had to initialize the pointer just because of this. So remove it and update the documentation of ff_av1_filter_obus_buf() wrt this fact. ff_hevc_annexb2mp4_buf in contrast did not free the pointer. This has been documented, too. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 30 Nov, 2019 2 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Skip the avcC specific size bytes and the NAL header bits. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 28 Nov, 2019 2 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Andreas Rheinhardt authored
By using avio_get_dyn_buf() + ffio_free_dyn_buf() instead of avio_close_dyn_buf() + av_free() one can avoid an allocation + copy for small extradata. Furthermore, it simplifies freeing. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
- 20 May, 2019 1 commit
-
-
Baptiste Coudurier authored
-
- 30 Nov, 2017 5 commits
-
-
James Almer authored
Addresses ticket #6864 Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
This lets us remove one indentation level. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 05 Feb, 2015 1 commit
-
-
Lukasz Marek authored
ff_avc_write_annexb_extradata() allocates extradata, but don't add FF_INPUT_BUFFER_PADDING_SIZE value Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 24 Sep, 2014 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 24 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Make movenc use this function instead of the current custom conversion function. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Nov, 2011 1 commit
-
-
John Brooks authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 03 Apr, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 22 Feb, 2011 1 commit
-
-
Anton Khirnov authored
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> (cherry picked from commit 77eb5504)
-
- 21 Feb, 2011 1 commit
-
-
Anton Khirnov authored
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>
-
- 20 Feb, 2011 2 commits
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ae628ec1)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Feb, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Feb, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 21955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jul, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 19547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 18192 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2009 3 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 16627 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 16624 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 16622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jan, 2009 1 commit
-
-
Luca Abeni authored
Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2008 2 commits
-
-
Reimar Döffinger authored
Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jan, 2008 1 commit
-
-
Luca Abeni authored
files (and add the ff_ prefix, to avoid polluting the namespace) Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jan, 2008 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
-