| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -4/+4 |
|\ |
|
| * | matroskaenc: don't write an empty Cues element. | Anton Khirnov | 2011-04-07 | 1 | -4/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-05 | 3 | -5/+8 |
|\| |
|
| * | ac3enc: select bandwidth based on bit rate, sample rate, and number of | Justin Ruggles | 2011-04-03 | 3 | -5/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 2 | -2/+2 |
|\| |
|
| * | ac3enc: use generic fixed-point mdct | Mans Rullgard | 2011-04-03 | 2 | -2/+2 |
* | | Fix yuvj420p scaling artefact, issue1108. | Michael Niedermayer | 2011-04-03 | 8 | -16/+16 |
* | | lavf: inspect more frames for fps when container time base is coarse | Anssi Hannula | 2011-04-03 | 1 | -207/+207 |
* | | In ipod/mov/mp4 muxer, always write esds descriptor length using 4 bytes, | Baptiste Coudurier | 2011-03-30 | 3 | -6/+6 |
* | | In mov muxer, fix yuv range in avid atoms used by dnxhd. | Baptiste Coudurier | 2011-03-30 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-27 | 2 | -37/+37 |
|\| |
|
| * | Split fate-psx-str-v3 into a video-only and audio-only test. | Ronald S. Bultje | 2011-03-26 | 2 | -37/+37 |
* | | Make the hflip filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-03-26 | 1 | -0/+2 |
* | | Make the crop filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-03-26 | 1 | -0/+2 |
* | | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-03-26 | 6 | -0/+12 |
|/ |
|
* | Add apply_window_int16() to DSPContext with x86-optimized versions and use it | Justin Ruggles | 2011-03-22 | 3 | -22/+12 |
* | fate: update wmv8-drm reference | Mans Rullgard | 2011-03-22 | 1 | -125/+125 |
* | vc1: make P-frame deblock filter bit-exact. | Ronald S. Bultje | 2011-03-21 | 1 | -11/+11 |
* | asf: update seek test reference | Mans Rullgard | 2011-03-17 | 3 | -87/+81 |
* | ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. | Justin | 2011-03-14 | 3 | -13/+13 |
* | bink: prevent overflows within binkidct by using int-sized intermediate array | Peter Ross | 2011-02-25 | 1 | -4/+4 |
* | vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. | Justin Ruggles | 2011-02-23 | 1 | -186/+186 |
* | vmdaudio: output audio samples for standalone silent blocks. | Justin Ruggles | 2011-02-23 | 1 | -0/+29 |
* | ac3enc: fix bug in stereo rematrixing decision. | Justin Ruggles | 2011-02-16 | 2 | -11/+21 |
* | ac3enc: change default floor code to 7. | Justin Ruggles | 2011-02-15 | 2 | -2/+2 |
* | Fix qtrle regression test, actually test qtrle. | Baptiste Coudurier | 2011-02-11 | 2 | -8/+8 |
* | ac3enc: Change EXP_DIFF_THRESHOLD to 500. | Justin Ruggles | 2011-02-02 | 2 | -2/+2 |
* | Update mpegts test reference | Mans Rullgard | 2011-01-28 | 1 | -1/+1 |
* | mpegtsenc: set reserved bits to 1 in PCR field | Georgi Chorbadzhiyski | 2011-01-26 | 1 | -1/+1 |
* | fate: add h264 test for extreme cases in planar prediction | Mans Rullgard | 2011-01-24 | 1 | -0/+100 |
* | fate: add lossless h264 test | Mans Rullgard | 2011-01-22 | 1 | -0/+10 |
* | fate: make lavfi tests output only md5 | Mans Rullgard | 2011-01-22 | 19 | -702/+351 |
* | Add regression test for stereo s16le in voc. | Justin Ruggles | 2011-01-19 | 1 | -0/+3 |
* | Update smc fate ref due to r26310 | Baptiste Coudurier | 2011-01-14 | 1 | -119/+119 |
* | Add stereo rematrixing support to the AC-3 encoders. | Justin Ruggles | 2011-01-08 | 2 | -15/+8 |
* | Add a FATE test for Playstation STR version 3 | Vitor Sessak | 2011-01-05 | 1 | -0/+96 |
* | Change the AC-3 encoder to use floating-point. | Justin Ruggles | 2011-01-04 | 1 | -0/+0 |
* | Change the default dB-per-bit code from 2 to 3. | Justin Ruggles | 2010-12-29 | 3 | -19/+18 |
* | add SubRip decoder | Aurelien Jacobs | 2010-12-28 | 1 | -0/+1 |
* | Add copy filter, useful for testing the avfilter_draw_slice() copy | Stefano Sabatini | 2010-12-28 | 1 | -0/+84 |
* | Change FIX15() back to clipping to -32767..32767. | Justin Ruggles | 2010-12-21 | 3 | -9/+7 |
* | Discard partial packet of last frame for fate-wmv8-drm to avoid test fails | Reimar Döffinger | 2010-12-18 | 1 | -1/+0 |
* | Add test for ASF -cryptokey that tests only demuxing, but both audio and video | Reimar Döffinger | 2010-12-18 | 1 | -0/+150 |
* | Change ASF demuxer to return incomplete last packets. | Reimar Döffinger | 2010-12-18 | 1 | -0/+1 |
* | Update the test references for lavf-rm and seek-ac3_rm. | Justin Ruggles | 2010-12-14 | 2 | -11/+17 |
* | Simplify fix15(). | Justin Ruggles | 2010-12-14 | 1 | -1/+1 |
* | Add a FLAC parser. | Michael Chinen | 2010-12-07 | 1 | -23/+45 |
* | Fix h264-conformance-frext-frext_mmco4_sony_b conformance test. | Carl Eugen Hoyos | 2010-11-29 | 1 | -59/+60 |
* | Update fate h264 test due to r25824, this file has 2 frames delay | Baptiste Coudurier | 2010-11-28 | 1 | -60/+59 |
* | Make DNxHD encoder produce files that are strictly VC-3 compatible | Baptiste Coudurier | 2010-11-16 | 2 | -2/+2 |