mirror of https://github.com/FFmpeg/FFmpeg.git
* qatar/master: (22 commits) rv40dsp x86: use only one register, for both increment and loop counter rv40dsp: implement prescaled versions for biweight. avconv: use default channel layouts when they are unknown avconv: parse channel layout string nutdec: K&R formatting cosmetics vda: Signal 4 byte NAL headers to the decoder regardless of what's in the extradata mem: Consistently return NULL for av_malloc(0) vf_overlay: implement poll_frame() vf_scale: support named constants for sws flags. lavc doxy: add all installed headers to doxy groups. lavc doxy: add avfft to the main lavc group. lavc doxy: add remaining avcodec.h functions to a misc doxygen group. lavc doxy: add AVPicture functions to a doxy group. lavc doxy: add resampling functions to a doxy group. lavc doxy: replace \ with / lavc doxy: add encoding functions to a doxy group. lavc doxy: add decoding functions to a doxy group. lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO} lavc doxy: add AVPacket-related stuff to a separate doxy group. lavc doxy: add core functions/definitions to a doxy group. ... Conflicts: ffmpeg.c libavcodec/avcodec.h libavcodec/vda.c libavcodec/x86/rv40dsp.asm libavfilter/vf_scale.c libavformat/nutdec.c libavutil/mem.c tests/ref/acodec/pcm_s24daud Merged-by: Michael Niedermayer <michaelni@gmx.at>pull/5/head
commit
e387c9d5dd
28 changed files with 1796 additions and 1349 deletions
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@ |
||||
46f44f86a18984a832206ab9e29a79f2 *./tests/data/acodec/pcm_f32le.wav |
||||
653d82a64b7bd96ac193e105e9f92d4c *./tests/data/acodec/pcm_f32le.wav |
||||
2116880 ./tests/data/acodec/pcm_f32le.wav |
||||
64151e4bcc2b717aa5a8454d424d6a1f *./tests/data/pcm_f32le.acodec.out.wav |
||||
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |
||||
|
@ -1,4 +1,4 @@ |
||||
ba17c6d1a270e1333e981f239bf7eb45 *./tests/data/acodec/pcm_f64le.wav |
||||
48b4cd378f47a50dc902aa03cc8280ed *./tests/data/acodec/pcm_f64le.wav |
||||
4233680 ./tests/data/acodec/pcm_f64le.wav |
||||
64151e4bcc2b717aa5a8454d424d6a1f *./tests/data/pcm_f64le.acodec.out.wav |
||||
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |
||||
|
@ -1,4 +1,4 @@ |
||||
1b75d5198ae789ab3c48f7024e08f4a9 *./tests/data/acodec/pcm_s24daud.302 |
||||
10368730 ./tests/data/acodec/pcm_s24daud.302 |
||||
4708f86529c594e29404603c64bb208c *./tests/data/pcm_s24daud.acodec.out.wav |
||||
70ec0ba6bc151ddc7509c09804d95d3b *./tests/data/pcm_s24daud.acodec.out.wav |
||||
stddev: 8967.92 PSNR: 17.28 MAXDIFF:42548 bytes: 6911796/ 1058400 |
||||
|
@ -1,4 +1,4 @@ |
||||
a85380fb79b0d4fff38e24ac1e34bb94 *./tests/data/acodec/pcm_s24le.wav |
||||
18ea73985dbdf59e23f5aba66145e6fe *./tests/data/acodec/pcm_s24le.wav |
||||
1587668 ./tests/data/acodec/pcm_s24le.wav |
||||
64151e4bcc2b717aa5a8454d424d6a1f *./tests/data/pcm_s24le.acodec.out.wav |
||||
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |
||||
|
@ -1,4 +1,4 @@ |
||||
da6ed80f4f40f0082577dea80827e014 *./tests/data/acodec/pcm_s32le.wav |
||||
8d8849fa5c5d91b9cb74f5c74e937faf *./tests/data/acodec/pcm_s32le.wav |
||||
2116868 ./tests/data/acodec/pcm_s32le.wav |
||||
64151e4bcc2b717aa5a8454d424d6a1f *./tests/data/pcm_s32le.acodec.out.wav |
||||
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |
||||
|
@ -1,3 +1,3 @@ |
||||
df9ebf2812784a653d3337cf12c0c687 *./tests/data/lavf/lavf.caf |
||||
90180 ./tests/data/lavf/lavf.caf |
||||
71e1abdfc59613fe05fca2939f02e02d *./tests/data/lavf/lavf.caf |
||||
90204 ./tests/data/lavf/lavf.caf |
||||
./tests/data/lavf/lavf.caf CRC=0xf1ae5536 |
||||
|
Loading…
Reference in new issue