vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Oct 13 14:00:01 2012 +0300| [07d8e576c7a0dcc7863d6853f620d5a99ebba55f] | 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. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=07d8e576c7a0dcc7863d6853f620d5a99ebba55f --- modules/codec/avcodec/copy.c | 237 +++++++++++++++++++++++++---------------- modules/codec/avcodec/copy.h | 2 + modules/codec/avcodec/vaapi.c | 6 +- 3 files changed, 149 insertions(+), 96 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=07d8e576c7a0dcc7863d6853f620d5a99ebba55f _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
