[vlc-commits] avcodec: split generic YV12/NV12 copy out of SSE2 functions
Rémi Denis-Courmont
git at videolan.org
Sat Oct 13 13:55:10 CEST 2012
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 13 14:00:01 2012 +0300| [066dc71dd6a7e122db0c4010eebee2baaeee6f3d] | committer: Rémi Denis-Courmont
avcodec: split generic YV12/NV12 copy out of SSE2 functions
This is required by the next commit. This also avoids making two copies
on non-x86 platforms, where USWC optimizations are irrelevant.
(cherry picked from commit 07d8e576c7a0dcc7863d6853f620d5a99ebba55f)
Conflicts:
modules/codec/avcodec/copy.c
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=066dc71dd6a7e122db0c4010eebee2baaeee6f3d
---
modules/codec/avcodec/copy.c | 231 +++++++++++++++++++++++++----------------
modules/codec/avcodec/copy.h | 2 +
modules/codec/avcodec/vaapi.c | 6 +-
3 files changed, 147 insertions(+), 92 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=066dc71dd6a7e122db0c4010eebee2baaeee6f3d
More information about the vlc-commits
mailing list