| Commit message (Expand) | Author | Age | Files | Lines |
* | regtests: add a flashsv2 decoder test limited to keyframes | Michael Niedermayer | 2011-09-20 | 3 | -1/+10 |
* | rematrix: dont use floats for int16 code. | Michael Niedermayer | 2011-09-19 | 3 | -7/+7 |
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 4 | -10/+10 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-17 | 4 | -7/+7 |
|\ |
|
| * | movenc: create an alternate group for each media type | Anton Khirnov | 2011-09-17 | 3 | -6/+6 |
| * | rawdec: g722 is always 1 channel/16kHz | Anton Khirnov | 2011-09-17 | 1 | -1/+1 |
| * | smacker: fix a few off by 1 errors | Michael Niedermayer | 2011-09-14 | 1 | -80/+80 |
* | | lavf/utils: rewrite real fps calculation code. | Michael Niedermayer | 2011-09-16 | 1 | -207/+207 |
* | | ffmpeg: fix video synchronization code to be exact on constant fps videos. Fi... | Michael Niedermayer | 2011-09-13 | 8 | -213/+220 |
* | | smacker: fix a few off by 1 errors | Michael Niedermayer | 2011-09-13 | 1 | -80/+80 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-12 | 1 | -1/+1 |
|\| |
|
| * | avconv: rewrite -qscale and -aq handling. | Anton Khirnov | 2011-09-11 | 1 | -1/+1 |
* | | Allow reading of growing avi files (ie currently being written) | Joakim Plate | 2011-09-11 | 6 | -0/+6 |
* | | ffmdec: fix seeking for non indexed files | Michael Niedermayer | 2011-09-08 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-07 | 1 | -1/+1 |
|\| |
|
| * | v210dec: switch to PIX_FMT_422P10 | Baptiste Coudurier | 2011-09-07 | 1 | -1/+1 |
| * | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
| * | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-05 | 4 | -18/+23 |
|\| |
|
| * | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. | Justin Ruggles | 2011-09-05 | 2 | -16/+21 |
| * | fate: use +frame+slice named constants instead of '3' | Anton Khirnov | 2011-09-05 | 1 | -1/+1 |
| * | avconv: move max_frames to options context. | Anton Khirnov | 2011-09-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-05 | 4 | -11/+11 |
|\| |
|
| * | avconv: move limit_filesize to options context | Anton Khirnov | 2011-09-04 | 1 | -6/+6 |
| * | avconv: move start_time, recording_time and input_ts_offset to options context | Anton Khirnov | 2011-09-04 | 3 | -5/+5 |
| * | codec-regression: force vsync 0 on the me_threshold test to make sure frames ... | Alex Converse | 2011-09-01 | 1 | -1/+1 |
* | | fate: Switch default tool to test from avconv to ffmpeg | Michael Niedermayer | 2011-08-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 2 | -0/+31 |
|\| |
|
| * | fifo: add FIFO API test program, and fate test | Stefano Sabatini | 2011-08-26 | 2 | -0/+31 |
* | | regtests: use bitrate syntax understood by both tools | Michael Niedermayer | 2011-08-26 | 1 | -1/+1 |
* | | sws: use shift for chroma sample up convertion | Michael Niedermayer | 2011-08-25 | 8 | -49/+49 |
* | | h264-422: fix fate to handle 10 bit formats on big endian correctly. | Michael Niedermayer | 2011-08-24 | 1 | -9/+9 |
* | | fate: add h264 intra 4:2:2 tests | Baptiste Coudurier | 2011-08-23 | 12 | -0/+112 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-22 | 1 | -8/+8 |
|\| |
|
| * | movenc: use libx264 by default when possible for mov, mp4 and psp | Anton Khirnov | 2011-08-22 | 1 | -1/+1 |
| * | avienc: saner default audio codec. | Anton Khirnov | 2011-08-22 | 1 | -1/+1 |
| * | matroskaenc: saner default codecs. | Anton Khirnov | 2011-08-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-19 | 1 | -1/+1 |
|\| |
|
| * | avconv: remove -intra option. | Anton Khirnov | 2011-08-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-18 | 4 | -167/+347 |
|\| |
|
| * | avconv: rescue poor abused recording_time global. | Anton Khirnov | 2011-08-17 | 3 | -333/+3 |
| * | rmdec: parse FPS in RealMedia properly | Kostya Shishkov | 2011-08-17 | 2 | -163/+344 |
| * | Use parsers for RealVideo 3/4 to determine correct PTS | Kostya Shishkov | 2011-08-17 | 2 | -135/+133 |
| * | rmdec: correct DTS calculation in RealMedia container. | Kostya Shishkov | 2011-08-17 | 1 | -12/+12 |
| * | Revert "avconv: use stream copy by default when possible." | Anton Khirnov | 2011-08-16 | 4 | -16/+16 |
| * | avconv: use stream copy by default when possible. | Anton Khirnov | 2011-08-16 | 4 | -16/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-16 | 2 | -5/+5 |
|\| |
|
| * | lavc: add audio flag to the 'b' option, deprecate 'ab'. | Anton Khirnov | 2011-08-16 | 2 | -4/+4 |
| * | avconv: rename sameq to same_quant | Anton Khirnov | 2011-08-16 | 1 | -1/+1 |
* | | fate: more cases of avconv that should be conditional | Michael Niedermayer | 2011-08-16 | 2 | -2/+3 |