summaryrefslogtreecommitdiff
path: root/libavformat/img2_alias_pix.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat/img2_alias_pix: Add AVClass and image2 AVOptionsMichael Niedermayer2014-09-111-0/+8
| | | | | | This fixes the default timebase and allows overriding the framerate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/img2_alias & brender_pix: fix function namesMichael Niedermayer2014-09-111-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/img2_alias_pix: fix 2 unused variable warningsMichael Niedermayer2014-04-291-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/img2_alias_pix: rewrite probe functionMichael Niedermayer2014-03-291-8/+22
| | | | | | Fixes probetest failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: add image2 alias pix demuxerMichael Niedermayer2014-03-281-0/+51
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>