- 19 Sep, 2012 1 commit
-
-
Andrey Utkin authored
Thus comparsion against int64_t value will not raise warning (from -Wextra set) about comparsion of unsigned and signed integer commiter added () and changed the litteral to unsigned Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 04 Jul, 2012 4 commits
-
-
Diego Biurrun authored
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 29 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jun, 2012 1 commit
-
-
Mans Rullgard authored
This function implements a delay using the first available of the following functions: - nanosleep() - usleep() - Sleep() (Windows) The conditional #includes in time.c are simplified by including unistd.h and windows.h whenever they are available rather than having these lines triggered by specific functions. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 21 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jun, 2012 1 commit
-
-
Stefano Sabatini authored
These functions are modeled after the corresponding utilities in libavutil/timestamp.h.
-
- 10 Jun, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2012 1 commit
-
-
Samuel Pitoiset authored
Introduce a new function to set binary data through AVOption, avoiding having to convert the binary data to a string inbetween. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 May, 2012 1 commit
-
-
Stefano Sabatini authored
Move AVPALETTE_SIZE and AVPALETTE_COUNT definition from libavcodec/avcodec.h to libavutil/pixfmt.h. The definition is more useful in libavutil, where it can be shared for example by libavfilter and libswscale.
-
- 15 May, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 14 May, 2012 1 commit
-
-
Clément Bœsch authored
-
- 08 May, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 30 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 25 Apr, 2012 1 commit
-
-
Mans Rullgard authored
This moves the cpu flag parsing code from avconv to avutil so it can be accessed elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 20 Apr, 2012 1 commit
-
-
Justin Ruggles authored
The functions operate on the sample level rather than the byte level and work with all audio sample formats.
-
- 09 Apr, 2012 1 commit
-
-
Justin Ruggles authored
-
- 08 Apr, 2012 2 commits
-
-
Nicolas George authored
Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
Based on a patch by Clément Bœsch <ubitux@gmail.com>
-
- 05 Apr, 2012 1 commit
-
-
Justin Ruggles authored
Also, use the new function in the AC-3 encoder.
-
- 21 Mar, 2012 2 commits
-
-
Nicolas George authored
-
Nicolas George authored
-
- 06 Mar, 2012 1 commit
-
-
Anton Khirnov authored
-
- 28 Feb, 2012 1 commit
-
-
Diego Biurrun authored
-
- 25 Feb, 2012 1 commit
-
-
Justin Ruggles authored
Useful to return instead of -1 when the cause of the error is unknown, typically from an external library.
-
- 23 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- 21 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
Theres no usefull or even remotely complete information on it currently. Which just leads to confusion. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 09 Feb, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 08 Feb, 2012 1 commit
-
-
Anton Khirnov authored
This makes it possible to dintinguish them from PAL8. Fixes an invalid write in avpicture_layout().
-
- 06 Feb, 2012 1 commit
-
-
Stefano Sabatini authored
Factorize code and provide ratio parsing consistency.
-
- 02 Feb, 2012 1 commit
-
-
Clément Bœsch authored
-
- 30 Jan, 2012 1 commit
-
-
Paul B Mahol authored
The functions are already av_ prefixed and intfloat header is already provided. Install libavutil/intfloat.h Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-