- 26 Jul, 2016 1 commit
-
-
Josh de Kock authored
The macros were moved to compat/dispatch_semaphore/semaphore.h after a libav merge, and were never removed from jack.c
-
- 25 Jul, 2016 1 commit
-
-
Josh de Kock authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Jul, 2016 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 28 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jun, 2016 1 commit
-
-
Marton Balint authored
Fixes ticket #5669. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 26 Jun, 2016 8 commits
-
-
Marton Balint authored
Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
This patch also makes BlackMagic drivers v10.6.1 a hard requirement. Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 23 Jun, 2016 2 commits
-
-
rogerdpack authored
Signed-off-by:
rogerdpack <rogerpack2005@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
rogerdpack authored
Signed-off-by:
rogerdpack <rogerpack2005@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Jun, 2016 1 commit
-
-
Niklas Söderlund authored
Not all v4l2 devices implement the VIDIOC_G_PARM ioctl. This patch allow ffmpeg to open such device and treat it the same as devices that do implement the ioctl but returns that it do not implement the V4L2_CAP_TIMEPERFRAME capability. Signed-off-by:
Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by:
Benoit Fouet <benoit.fouet@free.fr> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Jun, 2016 1 commit
-
-
Diego Biurrun authored
-
- 09 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 07 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes: Ticket5526 Tested-by: kgp700 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes regression Fixes Ticket5422 (The timebase is 1/25k but the fps are not 25k) Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 May, 2016 1 commit
-
-
Diego Biurrun authored
Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
-
- 13 May, 2016 2 commits
-
-
Diego Biurrun authored
Some code blocks use multiple bits of deprecated API.
-
Diego Biurrun authored
-
- 11 May, 2016 1 commit
-
-
Diego Biurrun authored
This avoids unused variable warnings after the next version bump. Also drop a trace level av_log() call that is in the way.
-
- 10 May, 2016 1 commit
-
-
Felt, Patrick authored
There are still a couple of deprecated calls that I’m not sure what to do with. They are both related to some logic around AVCodecContext.coded_frame. I couldn’t find anywhere that really documented what that was, or where it was intended to move to. I left the warnings on. Reviewed-by:
Deti Fliegl <deti@fliegl.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 May, 2016 2 commits
-
-
Rick Kern authored
Fixes "Could not find codec parameters for stream" error (#5494) Signed-off-by:
Rick Kern <kernrj@gmail.com>
-
Diego Biurrun authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 10 Apr, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 07 Apr, 2016 2 commits
-
-
Diego Biurrun authored
This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system.
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- 28 Mar, 2016 1 commit
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 24 Mar, 2016 1 commit
-
-
Diego Biurrun authored
-
- 23 Mar, 2016 1 commit
-
-
Diego Biurrun authored
-
- 23 Feb, 2016 1 commit
-
-
Anton Khirnov authored
Currently, AVStream contains an embedded AVCodecContext instance, which is used by demuxers to export stream parameters to the caller and by muxers to receive stream parameters from the caller. It is also used internally as the codec context that is passed to parsers. In addition, it is also widely used by the callers as the decoding (when demuxer) or encoding (when muxing) context, though this has been officially discouraged since Libav 11. There are multiple important problems with this approach: - the fields in AVCodecContext are in general one of * stream parameters * codec options * codec state However, it's not clear which ones are which. It is consequently unclear which fields are a demuxer allowed to set or a muxer allowed to read. This leads to erratic behaviour depending on whether decoding or encoding is being performed or not (and whether it uses the AVStream embedded codec context). - various synchronization issues arising from the fact that the same context is used by several different APIs (muxers/demuxers, parsers, bitstream filters and encoders/decoders) simultaneously, with there being no clear rules for who can modify what and the different processes being typically delayed with respect to each other. - avformat_find_stream_info() making it necessary to support opening and closing a single codec context multiple times, thus complicating the semantics of freeing various allocated objects in the codec context. Those problems are resolved by replacing the AVStream embedded codec context with a newly added AVCodecParameters instance, which stores only the stream parameters exported by the demuxers or read by the muxers.
-
- 21 Feb, 2016 1 commit
-
-
Josh de Kock authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Feb, 2016 1 commit
-
-
Metaksakis Georgios authored
correct mouse location on hidpi screens. fixes ticket #5008 Signed-off-by:
Matt Oliver <protogonoi@gmail.com>
-
- 13 Feb, 2016 1 commit
-
-
FearThe1337 authored
Current if statement would always be false due to assigning the value of S_OK which equals 0. Signed-off-by:
FearThe1337 <git@fearthe1337.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Feb, 2016 1 commit
-
-
Trevor \\\\ Higgins authored
The next frame time could slip, causing the frame rate to drop until frames were dropped. Now will capture at the next correct moment instead. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Feb, 2016 1 commit
-
-
Timothy Gu authored
-