Clément Bœsch
82d79970ed
lavc/vda_h264: fixes compilation after 1534ef87
9 years ago
Michael Niedermayer
fead24141a
avcodec/vda_h264_dec: avoid declaring int in for arguments
...
Some compilers dont support that
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Xidorn Quan
344d6db978
avcodec/vda_h264_dec: add format check
...
Fix crash when using this decoder for unsupported format on some version
of OS X.
11 years ago
Xidorn Quan
973b1a6b90
vda_h264_dec: backup context before overriding
...
Some of context fields which must be overrided by this wrapper decoder
may be set and used by user, so we have to save and restore them before
and after invoking the inner decoder to secure user.
11 years ago
Xidorn Quan
4a023d5b53
vda_h264_dec: remove check_format
...
Since this function cannot work anymore, this patch simply removes it.
12 years ago
Xidorn Quan
499b82f604
avcodec/vda_h264_dec: fix a memory leak
...
Signed-off-by: Sebastien Zwickert <dilaroga@gmail.com>
12 years ago
Xidorn Quan
c7269e3a26
vda_h264_dec: fit the new API
...
It fixes a memory leak in this decoder caused by the API change.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Andrew Euell
f8217daa8e
vda_h264: fix for VDA compile
...
the VDA code needs to be updated to use the CHROMA(h) macros
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Paul B Mahol
4012cd6c4f
lavc: fix decode_frame() third parameter semantics for rest of video decoders
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Xidorn Quan
78cca74222
vdadec: implement vda decoder
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago