- 20 Jun, 2014 1 commit
-
-
Justin Ruggles authored
-
- 20 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2014 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 May, 2014 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This way each decoder does not have to do the same thing manually.
-
Anton Khirnov authored
It will be useful in the following commits.
-
- 24 Mar, 2014 1 commit
-
-
Anton Khirnov authored
-
- 15 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
The next commit/bugfix will need it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Mar, 2014 1 commit
-
-
Carl Eugen Hoyos authored
This avoids defining the array with different sizes in different source files.
-
- 05 Jan, 2014 1 commit
-
-
Tim Walker authored
Includes a libavcodec utility function to update a frame's side data.
-
- 09 Dec, 2013 1 commit
-
-
Anton Khirnov authored
Use only proper AVFrame API (no assigning of whole frames, since that hardcodes sizeof(AVFrame) into lavc). Make a copy of the side data, so the caller can use av_frame_unref/free on non-refcounted frames, eliminating the need for avcodec_get_frame_defaults()/avcodec_free_frame().
-
- 10 Nov, 2013 1 commit
-
-
Luca Barbato authored
It is always called by passing fields from an AVCodecContext.
-
- 04 Nov, 2013 2 commits
-
-
Anton Khirnov authored
It's a private field, not meant to be accessed from outside lavc.
-
Anton Khirnov authored
It's a private field, it should not be visible to callers. Deprecate AVCodecContext.thread_opaque
-
- 31 Oct, 2013 1 commit
-
-
Anton Khirnov authored
avcodec_set_dimensions() is supposed to be an internal utility function, there is no reason whatsoever for it to be public. Therefore deprecate it.
-
- 09 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
This ensures that huge sizes dont get truncated before the check in ff_alloc_packet2() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 05 Jul, 2013 1 commit
-
-
Peter Große authored
libavcodec: use 64bit counter in deprecated audio encoder API to prevent problems regarding negative dts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 May, 2013 1 commit
-
-
Michael Niedermayer authored
This simplifies the code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Mar, 2013 1 commit
-
-
Martin Storsjö authored
Also move the declaration to internal.h, and add restrict qualifiers to the declaration (as in the implementation). Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 09 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 08 Mar, 2013 2 commits
-
-
Anton Khirnov authored
This is the most that can be represented with the current channel layout system. This limit should be raised/removed when a better system is implemented.
-
Anton Khirnov authored
-
- 06 Mar, 2013 1 commit
-
-
Diego Biurrun authored
-
- 01 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
This is needed for av_dict_* Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Dec, 2012 2 commits
-
-
Clément Bœsch authored
Both libavformat and libavcodec requires this function.
-
Clément Bœsch authored
This commit also makes sure the extradata and subtitle_header are NUL terminated, without taking into account the trailing '\0' in account in the size. At the same time, it should fix 'warning: dereferencing type-punned pointer will break strict-aliasing rules' warning for compilers who don't consider uint8_t** and char** compatibles.
-
- 05 Dec, 2012 1 commit
-
-
Reimar Döffinger authored
Will be used in future patches, together with the variable that allows checking whether the lock is held. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 04 Dec, 2012 2 commits
-
-
Anton Khirnov authored
Any performance gain from this is negligible and not worth the extra code.
-
Anton Khirnov authored
It will be useful in the upcoming transition to refcounted AVFrames.
-
- 13 Nov, 2012 1 commit
-
-
Luca Barbato authored
It is used only in one place and is unlikely it would be needed elsewhere.
-
- 01 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 19 Oct, 2012 1 commit
-
-
Ash Hughes authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 03 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
The new name is more expressive, given that the frame is not necessarily a picture but may be an audio frame.
-
- 14 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
This function exports the exact sps.num_reorder_frames value Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-