- 05 Jun, 2012 4 commits
-
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes ticket #1411
-
Clément Bœsch authored
This is the deprecated version of the function but it is exported, so it should fix the shared FATE box.
-
Michael Bradshaw authored
register starvation caused gcc4.2 to fail building 32 bit shared libs on 64 bit OS X Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Andrew Wason authored
The filtering_audio.c example needs to be updated for the new "abuffer" filter args. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Jun, 2012 28 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
* cus/stable: ffplay: calculate audio diff threshold based on the actual settings ffplay: try more channel count combinations for SDL_OpenAudio ffplay: simplify audio_open, rename parameters to more explanatory names ffplay: remove VideoState from audio_open ffplay: put audio parameters to their own struct ffplay: put audio_open into a seperate function Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: movenc: Write chan atom for all audio tracks in mov mode movies. mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing doc/avconv: add some details about the transcoding process. avidec: make scale and rate unsigned. avconv: check output stream recording time before each frame returned from filters avconv: split selecting input file out of transcode(). avconv: split checking for active outputs out of transcode(). avfiltergraph: make some functions static. Conflicts: ffmpeg.c libavfilter/avfiltergraph.c libavfilter/internal.h libavformat/mpegtsenc.c tests/ref/fate/acodec-alac tests/ref/fate/acodec-pcm-s16be tests/ref/fate/acodec-pcm-s24be tests/ref/fate/acodec-pcm-s32be tests/ref/fate/acodec-pcm-s8 tests/ref/lavf/mov Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
Based on the shotdetect algorithm (http://shotdetect.nonutc.fr/ by Johan MATHE johan.mathe tremplin-utc.net).
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
This works as expected if the input stream is not yuv4xxp. Reviewed-by: Paul B Mahol
-
Carl Eugen Hoyos authored
-
Clément Bœsch authored
-
Alex Converse authored
-
Michael Niedermayer authored
This fixes -vol leading to 2 inserted volume filters Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Jindřich Makovička authored
Per suggestion by Michael Niedermayer. Signed-off-by: Jindřich Makovička <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
The specs say they are unsigned 32bit integers.
-
Anton Khirnov authored
There may be multiple frames returned, so with just one check we can write more than requested to the output.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
They are not used outside of avfiltergraph.c
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of Ticket #1404.
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of Ticket #1404.
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of Ticket #1404.
-
Carl Eugen Hoyos authored
-
Clément Bœsch authored
-
Clément Bœsch authored
This reverts 78da0438; it is not required anymore since the previous commit (these extended checks were for the -timecode option in both muxers and encoders), and reduces the diff with the fork.
-
Clément Bœsch authored
Some demuxers set a timecode in the format or streams metadata. The muxers now make use of this metadata instead of a duplicated private option. This makes possible transparent copy of the timecode when transmuxing and transcoding. -timecode option for MPEG1/2 codec is also renamed to -gop_timecode. The global ffmpeg -timecode option will set it anyway so no option change visible for the user.
-
Stefano Sabatini authored
avfilter_default_filter_name() is supposed to access an AVFilterContext struct, if used with a private struct it will cause a crash since it will access fields which are non defined in the private struct.
-
- 03 Jun, 2012 8 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Helps debuggability.
-
Stefano Sabatini authored
-
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.
-
Michael Niedermayer authored
* qatar/master: librtmp: return AVERROR_UNKNOWN instead of -1. librtmp: don't abuse a variable for two unrelated things. librtmp: add rtmp_app and rtmp_playpath private options. bmv: add stricter checks for invalid decoded length avpacket: fix duplicating side data. flv: support stream text data as onTextData Conflicts: libavcodec/bmv.c libavformat/flvdec.c libavformat/flvenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
The test program is useful for checking which raw formats are currently identified by a codec tag.
-
Stefano Sabatini authored
-