-
- Downloads
wmv2: move IDCT to its own DSP context.
This allows us to remove FF_IDCT_WMV2, which serves no practical purpose other than to be able to select the WMV2 IDCT for MPEG (or vice versa) and get corrupt output. Fate tests for all wmv2-related tests change, because (for some obscure reason) they forced use of the MPEG IDCT. You would get the same changes previously by not using -idct simple in the fate test (or replacing it with -idct auto).
Showing
- libavcodec/Makefile 2 additions, 2 deletionslibavcodec/Makefile
- libavcodec/dsputil.c 0 additions, 89 deletionslibavcodec/dsputil.c
- libavcodec/dsputil.h 0 additions, 1 deletionlibavcodec/dsputil.h
- libavcodec/wmv2.c 19 additions, 3 deletionslibavcodec/wmv2.c
- libavcodec/wmv2.h 2 additions, 0 deletionslibavcodec/wmv2.h
- libavcodec/wmv2dec.c 0 additions, 4 deletionslibavcodec/wmv2dec.c
- libavcodec/wmv2dsp.c 145 additions, 0 deletionslibavcodec/wmv2dsp.c
- libavcodec/wmv2dsp.h 34 additions, 0 deletionslibavcodec/wmv2dsp.h
- tests/ref/seek/vsynth2-wmv2 14 additions, 14 deletionstests/ref/seek/vsynth2-wmv2
- tests/ref/vsynth/vsynth1-wmv2 4 additions, 4 deletionstests/ref/vsynth/vsynth1-wmv2
- tests/ref/vsynth/vsynth2-wmv2 3 additions, 3 deletionstests/ref/vsynth/vsynth2-wmv2
Loading
Please register or sign in to comment