- 07 Aug, 2016 3 commits
-
-
Paul B Mahol authored
-
Vitaly Ostrosablin authored
Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
-
Chris Moeller authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Aug, 2016 5 commits
-
-
James Almer authored
Clean some header includes and use the same naming scheme as in ttaencdsp Signed-off-by: James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket5689 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
* commit '90944ee3': avconv: refactor selecting an encoder Conflicts: ffmpeg.c ffmpeg_opt.c Merged-by: James Almer <jamrial@gmail.com>
-
Burt P authored
As suggested by Timothy Gu. Signed-off-by: Burt P <pburt0@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket5736 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Aug, 2016 7 commits
-
-
Carl Eugen Hoyos authored
Fixes Debian bugs #831529, #831909, #832964. Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
Matthias Hunstock authored
When finding a video mode based on frame size and frame rate, use AVRational methods instead of simple comparison. Add debug information. Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Matthias Hunstock authored
Provide the stream with the correct fps information when capturing. Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Andreas Cadhalpun authored
Also set a default_whitelist for mmsh and ffrtmphttp. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Mostly useful with channel color scheme.
-
Shivraj Patil authored
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Aug, 2016 18 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This will be used to allow writing file sequences using the tee output onto multiple places in parallel Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Also don't include it on files that don't need it. This reduces differences with libav Tested-by: Timothy Gu <timothygu99@gmail.com> Reveiwed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: Nicolas George <george@nsup.org> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
Timothy Gu authored
-
Timothy Gu authored
These two fields are already initialized to the same values in new_attachment_stream().
-
Timothy Gu authored
* commit '5e184062': avconv: fix handling attachments in init_output_stream Conflicts: avconv.c This is functionally a no-op, as we don't have the bug this is trying to fix. See 843be56e. Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
* commit '73c6ec6d': avconv: create simple filtergraphs earlier Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
* commit '49670e42': avconv: add a function for determining whether a filtergraph is simple Conflicts: avconv.c Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
* commit '58640fe8': h264: handle frame recovery in h264_field_start() Conflicts: libavcodec/h264dec.c Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
* commit 'e26c6414': h264: discard slices of redundant pictures right after parsing the slice header Conflicts: libavcodec/h264_slice.c libavcodec/h264dec.c TODO: fix indentation Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
* commit '6efc4638': h264: always set redundant_pic_count during slice header parsing Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
* commit '606fb6c0': h264: call the hwaccel frame_start() from h264_field_start() This commit is a noop, as it conflicts with 3e53211a. Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
This reverts commit e4af9be0 and redoes 796027f2. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
-
Timothy Gu authored
This reverts commit 796027f2, reversing changes made to bca30ed2. Preemptive revert before further testing has been done.
-
- 03 Aug, 2016 7 commits
-
-
Timothy Gu authored
* commit 'd1d76780': h264: fix the check for mixed IDR/non-IDR slices Conflicts: libavcodec/h264_slice.c libavcodec/h264dec.c Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
* commit 'b13fc1e3': h264: do not pass H264Context to h264_slice_header_parse() Conflicts: libavcodec/h264dec.h Did not merge the h264_slice_header_parse() part. We use a few other members of H264Context for error checking in that function. Merged-by: Timothy Gu <timothygu99@gmail.com>
-
Paul B Mahol authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
If negative pts are possible for some codecs in ogg then the code needs to be changed to use signed values. Found-by: Thomas Guilbert <tguilbert@google.com> Fixes: clusterfuzz_usan-2016-08-02 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Found-by: Thomas Guilbert <tguilbert@google.com> Fixes: clusterfuzz_usan-2016-08-02 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
Fixes ticket #5751.
-