- 27 Jun, 2013 3 commits
-
-
Reuben Martin authored
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nigel Touati-Evans authored
The code that copies any extradata from the MXFDescriptor to the codec does not set the size, which it should otherwise the copied data is useless. Attached it a patch to correct this. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* cus/stable: ffplay: simplify and fix flushing out old subtitles on seeking Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jun, 2013 19 commits
-
-
Stefano Sabatini authored
This is consistent with the other ff* tools, and also avoids spurious success reports when ret%256 = 0.
-
Stefano Sabatini authored
-
Nicolas George authored
Without this fix, ffprobe would exit with a failure exit code if a stream specifier is given that selects the last stream. Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The new name is less confusing, since the variables represent times rather than timestamps.
-
Stefano Sabatini authored
TODO: add some meaningful examples.
-
Stefano Sabatini authored
Based on the notes in libavcodec/aac_adtstoasc_bsf.c.
-
Stefano Sabatini authored
Consistent with the FLV muxer.
-
Stefano Sabatini authored
Possibly enhance readibility.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
There is no much point in optimizing example code, and the -O2 flag is annoying when debugging.
-
Stefano Sabatini authored
Simpler and less confusing.
-
Marton Balint authored
Fixes the additional issue reported in ticket #2666. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Jean Delvare authored
Commit f1efaf83 used parentheses instead of curly braces in texi syntax, resulting in warnings when the documentation is generated. Fix that. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2158 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
See Ticket2556 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Fixes a part of ticket #2422. Reviewed-by: James Almer
-
Carl Eugen Hoyos authored
Fixes ticket #2707.
-
- 25 Jun, 2013 17 commits
-
-
wm4 authored
This is part of normal operation with some formats. A warning should indicate that something is wrong, and the documentation for AV_LOG_WARNING says: "Something somehow does not look correct." Since this message is most likely useful for debugging only, raise the log level accordingly. Plus-one-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Issue-since: 9328ae48 Found-by: Daemon404 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>
-
https://github.com/mjmvisser/FFmpegMichael Niedermayer authored
* 'drawbox_exprs' of https://github.com/mjmvisser/FFmpeg: enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, added examples Reviewed-by: Andrey Utkin Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Fixes #2711. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Luca Barbato authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Mark Visser authored
-
Michael Niedermayer authored
Prevents infinite loop, see Ticket2556 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: configure: Do not omit frame pointers for msvc/icl debug builds Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '9f4a16c5': configure: Do not explicitly set Oy for msvc/icl Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b6507930': fate: Add Canopus Lossless YUY2 test Conflicts: tests/fate/lossless-video.mak tests/ref/fate/cllc-yuy2-noblock No change as the change is already in master Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'd9c89ef8': cllc: Use outbuf in RGB and ARGB functions cllc: Implement YUV support Conflicts: libavcodec/cllc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b0ce601c': doc/platform: Add info about ICL Conflicts: doc/platform.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jun, 2013 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-