- 30 Sep, 2012 2 commits
-
-
Clément Bœsch authored
Also fix some dates (use the commit date instead of the author date).
-
Clément Bœsch authored
Note that a lavf bump was missing so I'm using 54.28.100 as a reference.
-
- 28 Sep, 2012 1 commit
-
-
jamal authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Sep, 2012 1 commit
-
-
Anton Khirnov authored
Since an AVFrame now has malloced members (extended_data), it must have a destructor.
-
- 12 Sep, 2012 1 commit
-
-
Tim Walker authored
Can be used by DTS-HD, TrueHD and E-AC-3, among others. Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 05 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
Make internal small_strptime() function public, and use it in place of strptime(). This allows to avoid a dependency on strptime() on systems which do not support it. In particular, fix trac ticket #992.
-
- 04 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Also mention this change in APIchanges. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 23 Aug, 2012 1 commit
-
-
Anton Khirnov authored
Also fill in missing dates and hashes.
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Aug, 2012 2 commits
-
-
Stefano Sabatini authored
Allow iteration over filter options.
-
Stefano Sabatini authored
-
- 10 Aug, 2012 2 commits
-
-
Anton Khirnov authored
C++ does not allow to mix different enums, so e.g. code comparing ACodecID with CodecID would fail to compile with gcc. This very evil hack should fix this problem.
-
Mans Rullgard authored
This adds a function to retrieve the number of entries in a dictionary and updates the places directly accessing what should be an opaque struct to use this new function instead. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 03 Aug, 2012 1 commit
-
-
Diego Biurrun authored
Refactoring mmx2/mmxext YASM code with cpuflags will force renames. So switching to a consistent naming scheme beforehand is sensible. The name "mmxext" is more official and widespread and also the name of the CPU flag, as reported e.g. by the Linux kernel.
-
- 31 Jul, 2012 1 commit
-
-
Stefano Sabatini authored
This is required otherwise it is not always possible to guess the number of channels from the layout, for example if the channel layout is unknown.
-
- 30 Jul, 2012 1 commit
-
-
Nicolas George authored
Also bump minor version and add APIchanges entry.
-
- 29 Jul, 2012 1 commit
-
-
Luca Barbato authored
Useful in cases where a significant analyzeduration is still needed, while minimizing buffering before output. An example is processing low-latency streams where all media types won't necessarily come in if the analyzeduration is small. Additional changes by Josh Allmann <joshua.allmann@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Jul, 2012 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jul, 2012 2 commits
-
-
Robert Nagy authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Nicolas George authored
The new function is called avformat_match_stream_specifier() and does not include logging the error message.
-
- 14 Jul, 2012 3 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
Both function ease allocating large arrays implementing the overflow check inside it.
-
Thomas Kühnel authored
See thread: Subject: [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame Date: Tue, 4 Oct 2011 00:19:51 +0200
-
- 10 Jul, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 09 Jul, 2012 1 commit
-
-
Stefano Sabatini authored
This will be used by filters which require an opaque field to be passed in input. Should be required only for filters which imply a programmatic use. This is possibly a temporary solution, to be removed when we'll have a clearer and better agreememnt of how/if to pass binary data for initializing a filter. See thread: Subject: [FFmpeg-devel][PATCH] lavfi: add init2 callback Date: Fri, 6 Jul 2012 01:22:17 +0200
-
- 26 Jun, 2012 1 commit
-
-
Stefano Sabatini authored
Move the lavc/imgconvert functions and rename them as follows: avpicture_get_size -> av_image_get_buffer_size() avpicture_fill -> av_image_fill_arrays() avpicture_layout -> av_image_copy_to_buffer() The new functions have an align parameter, which allows to define the linesize alignment assumed in the buffer (which is set or read). The names of the functions are consistent with the lavu/samples API (av_samples_get_buffer_size(), av_samples_fill_arrays()).
-
- 24 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jun, 2012 2 commits
-
-
Anton Khirnov authored
This breaks libavfilter ABI.
-
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>
-
- 18 Jun, 2012 1 commit
-
-
John Stebbins authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 13 Jun, 2012 2 commits
-
-
Anton Khirnov authored
This is more consistent with naming in the rest of Libav.
-
Anton Khirnov authored
This will allow making AVFilterPad opaque for the calling apps, since those are the only two fields that can be useful to the users.
-
- 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
-
- 06 Jun, 2012 1 commit
-
-
Stefano Sabatini authored
The function was introduced in 4d6a8a2b and is not used anymore outside avfilter.c. This avoids to pollute the public API with an apparently unnecessary function. The function was introduced a few days ago, so removing it from the public API should do no much harm.
-
- 05 Jun, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 03 Jun, 2012 1 commit
-
-
Stefano Sabatini authored
The function is modelled after av_default_item_name(), and will print the name of the instance filter if defined, otherwise the name of the filter. This allows to show the instance name in the log, which is useful when debugging complex filter graphs.
-