| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr... | Michael Niedermayer | 2014-11-21 | 4 | -4/+4 |
* | ffmpeg: Check duration for overlap and clip in fps cfr/vfr code | Michael Niedermayer | 2014-11-19 | 1 | -1/+1 |
* | ffmpeg: Use input packet duration in vfr/cfr code if available and valid | Michael Niedermayer | 2014-11-19 | 1 | -0/+1 |
* | Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd' | Michael Niedermayer | 2014-11-18 | 1 | -6/+6 |
|\ |
|
| * | vc1dec: refactor check with missing parenthesis | Vittorio Giovara | 2014-11-13 | 2 | -18/+18 |
* | | lavf/ffm: use AVOption API to store/restore stream properties | Lukasz Marek | 2014-11-16 | 1 | -1/+1 |
* | | lavu/opt: introduce av_opt_serialize() | Lukasz Marek | 2014-11-16 | 1 | -0/+8 |
* | | lavu/opt: introduce av_opt_is_set_to_default() | Lukasz Marek | 2014-11-16 | 1 | -0/+40 |
* | | tests/Makefile: Fix path for creation of ffprobe-test.nut. | Carl Eugen Hoyos | 2014-11-14 | 1 | -1/+1 |
* | | fate: add xBR filter tests | Clément Bœsch | 2014-11-13 | 4 | -0/+16 |
* | | avfilter/vf_tinterlace: fix frame rate | Aleksey Vasenev | 2014-11-13 | 2 | -24/+24 |
* | | avcodec/nellymoserenc: fix sign error | Michael Niedermayer | 2014-11-13 | 1 | -2/+2 |
* | | tests/tiny_psnr: remove redundant initialization | Michael Niedermayer | 2014-11-13 | 1 | -2/+1 |
* | | lavf/webmdashenc: Representation IDs should be unique. | Vignesh Venkatasubramanian | 2014-11-12 | 1 | -2/+2 |
* | | fate: add opt-test | Lukasz Marek | 2014-11-11 | 2 | -0/+94 |
* | | lavu/opt: add support for binary defaults | Lukasz Marek | 2014-11-11 | 1 | -0/+0 |
* | | tests/Makefile: New try to fix fate-ffprobe with --target-path. | Carl Eugen Hoyos | 2014-11-11 | 1 | -1/+1 |
* | | tests: Fix test name for pixfmts tests | Timothy Gu | 2014-11-09 | 1 | -0/+2 |
* | | swresample: Fix swr_drop_output so it does not flush the buffers | Michael Niedermayer | 2014-11-04 | 1 | -8/+8 |
* | | Merge commit 'aae6b3b918b4133b8cc2d1631196c1d406d0351a' | Michael Niedermayer | 2014-10-31 | 1 | -6/+6 |
|\| |
|
* | | Merge commit 'c55d1d382cd41345a79782ace41f9b43f45dca9a' | Michael Niedermayer | 2014-10-31 | 1 | -6/+6 |
|\| |
|
* | | Merge commit '00c67fe1d0bc7c2ce49daac9c80ea39d5a663b73' | Michael Niedermayer | 2014-10-31 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '600d5ee6b12bad144756b0772319bb04796bc528' | Michael Niedermayer | 2014-10-30 | 2 | -7/+7 |
|\| |
|
* | | libavformat/mxfdec: read source timecode from pulldown component | Mark Reid | 2014-10-25 | 2 | -4/+4 |
* | | dv: more precise weight table for 8x8 | Christophe Gisquet | 2014-10-25 | 7 | -11/+11 |
* | | Merge commit 'ef363ebd596da18f889a7d4845023a23dfac84c9' | Michael Niedermayer | 2014-10-24 | 1 | -1/+1 |
|\| |
|
| * | fate-mpeg4: use TARGET_SAMPLES for resize tests | Janne Grunau | 2014-10-21 | 1 | -1/+1 |
* | | Added STL demuxer and decoder | Eejya Singh | 2014-10-22 | 2 | -0/+32 |
* | | avfilter/vf_idet: Fixes issue with idet not flushing last frame. | Neil Birkbeck | 2014-10-22 | 1 | -1/+1 |
* | | ffprobe: Add support for color_trc/color_pri/chroma_loc | Michael Niedermayer | 2014-10-19 | 5 | -4/+22 |
* | | tests/fate/mpeg4: add -sws_flags +bitexact | Michael Niedermayer | 2014-10-18 | 5 | -401/+401 |
* | | libavutil: Add CAST128 symmetric block cipher | Supraja Meedinti | 2014-10-18 | 1 | -0/+5 |
* | | tests/fate/mpeg4: fix samples path | Michael Niedermayer | 2014-10-17 | 1 | -1/+1 |
* | | Merge commit 'f29c226af0ecc34c417b646580a9acd7d8bbaf48' | Michael Niedermayer | 2014-10-17 | 6 | -0/+630 |
|\| |
|
| * | fate: add mpeg4 tests for frame size changes | Janne Grunau | 2014-10-17 | 6 | -0/+614 |
* | | avcodec/ass: add FFmpeg signature | Clément Bœsch | 2014-10-15 | 17 | -1/+17 |
* | | avcodec/ass: output missing fields in AVSubtitles and output files | Clément Bœsch | 2014-10-15 | 16 | -268/+268 |
* | | fate: fix some subtitles tests dependencies | Clément Bœsch | 2014-10-15 | 1 | -2/+2 |
* | | fate: add rawdiff and use it for subtitles | Clément Bœsch | 2014-10-15 | 2 | -0/+2 |
* | | fate: make subtitles tests output to stdout instead of md5 | Clément Bœsch | 2014-10-15 | 21 | -37/+612 |
* | | Merge commit 'c2c22c75cf89e2faab34d1ee1d392cfb065439ea' | Michael Niedermayer | 2014-10-14 | 2 | -7/+7 |
|\| |
|
| * | lavf: Don't drop both pts and dts if timestamps are invalid | Michael Niedermayer | 2014-10-12 | 1 | -120/+62 |
| * | fate-vc1_ilaced_twomv: use -flags +bitexact | Janne Grunau | 2014-10-04 | 2 | -3/+3 |
* | | fate: add test for vp90-2-trac3849.webm | James Almer | 2014-10-12 | 2 | -0/+16 |
* | | postproc/postprocess: fix quant store for fq mode | Michael Niedermayer | 2014-10-12 | 1 | -1/+1 |
* | | float_dsp-test: allow forcing cpuflags | James Almer | 2014-10-10 | 1 | -1/+1 |
* | | tests/Makefile: Fix fate-ffprobe with --target-path | Carl Eugen Hoyos | 2014-10-08 | 1 | -6/+6 |
* | | lavf/webm_dash: some fields should go into Representation | Vignesh Venkatasubramanian | 2014-10-02 | 2 | -0/+33 |
* | | lavf/webm_dash: fix hardcode in cues_end computation | Vignesh Venkatasubramanian | 2014-10-01 | 3 | -4/+4 |
* | | avcodec/vc1dec: Fixing is_intra, 2nd attempt | Michael Niedermayer | 2014-09-28 | 3 | -83/+83 |