- 09 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
-
- 29 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Should fix printing the wrong value Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Oct, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 29 Apr, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 03 Mar, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
- 24 Oct, 2013 2 commits
-
-
Lukasz Marek authored
Move common fbdev dec/enc for separate file. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Lukasz Marek authored
Rename existing fbdev.c to make it a more meaningful name. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 18 Oct, 2013 2 commits
-
-
Stefano Sabatini authored
In particular fix wrong strerror(ret) with a negative value, and avoid the use of non thread-safe strerror().
-
Lukasz Marek authored
fbdev->data was allocated with size fbdev->fixinfo.smem_len, release data in fbdev_read_close() using the same size. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 07 Aug, 2013 1 commit
-
-
Rémi Denis-Courmont authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 26 Jul, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 11 Jul, 2013 1 commit
-
-
Dan Flett authored
Tested on a Raspberry Pi. Signed-off-by:
Carl Eugen Hoyos <cehoyos@ag.or.at>
-
- 15 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 05 Aug, 2012 1 commit
-
-
Clément Bœsch authored
-
- 28 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 20 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 04 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 05 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 05 Oct, 2011 1 commit
-
-
Diego Biurrun authored
-
- 15 Aug, 2011 1 commit
-
-
Anton Khirnov authored
AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
-
- 15 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 23 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
Show the invalid string in the error message. While at it also prefer "Could not" over "Couldn't", plain forms are preferred over contractions (simplify readability, especially for non English-savvy people). Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
The variable is used for containing the parsed value of framerate, using a lexically consistent name eases readability/understanding. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 05 Jun, 2011 1 commit
-
-
Anton Khirnov authored
It's simpler and less error-prone. Fixes some memleaks along the way.
-
- 04 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 02 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 27 May, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 10 Apr, 2011 2 commits
-
-
Michael Niedermayer authored
This change is buggy. This reverts commit d46c9f83.
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 28 Mar, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 13 Mar, 2011 1 commit
-
-
Stefano Sabatini authored
In fbdev_read_packet(): nanosleep returns -1 in case of errors, the EINTR check has to be done on errno. Spotted by Nicolas. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2011 1 commit
-
-
Stefano Sabatini authored
-