- 08 Jun, 2012 14 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Mike Scheutzow authored
This message is printed whenever the RAWVIDEO codec is used, whether the output file contains any frames or not. Test command: ./ffmpeg -i infile.y4m outfile.y4m Signed-off-by: Mike Scheutzow <mjs973@optonline.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Reverting "Fix" because it disables amrwb decoder. This reverts commit e11020a1.
-
Carl Eugen Hoyos authored
Found and analysed by trac user Jamal. Fixes the remaining part of ticket #1428.
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of ticket #1428.
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of ticket #1428.
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of ticket #1428.
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of ticket #1428.
-
Paul B Mahol authored
Fixes #1210. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
this should fix some fate failures Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
using as_assert() in the table generator would make the generators have to be linked to libavutil. This reverts commit c3b6efa4.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jun, 2012 25 commits
-
-
Nicolas George authored
Suggested by Roger Pack on ffmpeg-user.
-
Nicolas George authored
-
Nicolas George authored
With that change, there is only one array for the inputs, it will make easier to implement a variable number of inputs.
-
Nicolas George authored
And reimplement av_get_channel_layout_string() on top of it.
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
Makes valgrind happy.
-
Nicolas George authored
Otherwise, setting string will try to free a random address.
-
Nicolas George authored
-
Michael Niedermayer authored
* cus/stable: ffplay: fix build if avfilter is disabled ffplay: fix frame_delay calculation in new avfilter code ffplay: add support for changing pixel format ffplay: add missing filt_in assignment after video filter reconfigure ffplay: fix frame aspect ratio after qatar merge ffplay: fix use after free ffplay: use dummy video driver if display is disabled Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: mpegts: Remove disabled extension matching probe. fate: avoid freopen(NULL) in videogen/rotozoom Conflicts: tests/rotozoom.c tests/videogen.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
It makes the transcode loop easier to read (30% less code) and the differences with avconv easier to spot.
-
Nicolas George authored
Fixes sporadic segfaults with some filters.
-
Mans Rullgard authored
A number of systems do not implement freopen() with a NULL filename correctly. This changes these programs to output individual images if opening a named output argument as a file fails, in this case assuming it is a directory. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 06 Jun, 2012 1 commit
-
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-