| Commit message (Expand) | Author | Age | Files | Lines |
* | changelog: fix typo | Paul B Mahol | 2012-02-06 | 1 | -1/+1 |
* | v408: do not unconditionally compile codecs | Paul B Mahol | 2012-02-06 | 2 | -3/+8 |
* | Add v408 / AYUV encoder and decoder. | Carl Eugen Hoyos | 2012-02-05 | 10 | -2/+256 |
* | Support YV12 from video4linux2 devices. | Carl Eugen Hoyos | 2012-02-05 | 1 | -0/+3 |
* | Allow muxing VP6A into flv. | Carl Eugen Hoyos | 2012-02-05 | 1 | -2/+3 |
* | oggdec: add missing ogg_reset on seek. | Reimar Döffinger | 2012-02-05 | 1 | -0/+4 |
* | oggdec: fix keyframe seeking when granule_is_start is 0. | Reimar Döffinger | 2012-02-05 | 1 | -2/+11 |
* | ffmpeg: document avi special case | Michael Niedermayer | 2012-02-05 | 1 | -0/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-05 | 2 | -11/+47 |
|\ |
|
| * | ape: fix seeking | Paul B Mahol | 2012-02-04 | 1 | -0/+2 |
| * | apedec: 8bit and 24bit support | Paul B Mahol | 2012-02-04 | 1 | -11/+45 |
* | | dwt: fix about a dozen "warning: assignment from incompatible pointer type" | Michael Niedermayer | 2012-02-05 | 1 | -13/+13 |
* | | dwt: fix a dozen or so "warning: initialization from incompatible pointer type" | Michael Niedermayer | 2012-02-05 | 1 | -13/+13 |
* | | mpegaudiodec: remove unused variable | Michael Niedermayer | 2012-02-05 | 1 | -1/+0 |
* | | adler32: add comment for the SIMD code | Michael Niedermayer | 2012-02-04 | 1 | -0/+5 |
* | | adler32: rewrite using integer SIMD. | Michael Niedermayer | 2012-02-04 | 1 | -10/+31 |
* | | Remove warning about Ogg skeleton v4. | Reimar Döffinger | 2012-02-04 | 1 | -1/+1 |
* | | fate: use compression level 0 for flashsv2 tests. | Clément Bœsch | 2012-02-04 | 3 | -5/+5 |
* | | Fix potential infinite discard loop. | Reimar Döffinger | 2012-02-04 | 1 | -1/+8 |
* | | adler32: avoid "too big" check in the inner loop | Michael Niedermayer | 2012-02-04 | 1 | -4/+10 |
* | | xvid_rc: check that write() succeeded. | Michael Niedermayer | 2012-02-04 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-04 | 414 | -33714/+34204 |
|\| |
|
| * | dsputil: remove debug message in dsputil_init(). | Justin Ruggles | 2012-02-03 | 1 | -2/+0 |
| * | movdec: Avoid av_malloc(0) in stss | Alex Converse | 2012-02-03 | 1 | -0/+2 |
| * | build: Drop YASM-OBJS-FFT from SUBDIR_VARS. | Diego Biurrun | 2012-02-03 | 1 | -1/+1 |
| * | build: Drop unused X86-OBJS variable. | Diego Biurrun | 2012-02-03 | 1 | -1/+1 |
| * | avconv: remove debugging cruft from do_video_out(). | Anton Khirnov | 2012-02-03 | 1 | -9/+1 |
| * | avconv: factorize setting stream_index for the output packet. | Anton Khirnov | 2012-02-03 | 1 | -5/+1 |
| * | frame{crc/md5}: set the stream timebase from codec timebase. | Anton Khirnov | 2012-02-03 | 398 | -33602/+34088 |
| * | apedec: remove unneeded #include of get_bits.h and associated macro | Justin Ruggles | 2012-02-02 | 1 | -2/+0 |
| * | apedec: av_fast_malloc() instead of av_realloc() | Justin Ruggles | 2012-02-02 | 1 | -4/+5 |
| * | apedec: fix handling of packet sizes that are not a multiple of 4 bytes | Justin Ruggles | 2012-02-02 | 1 | -6/+11 |
* | | apedec: remove unused variable | Michael Niedermayer | 2012-02-04 | 1 | -1/+0 |
* | | zmbv: remove unused variable | Michael Niedermayer | 2012-02-04 | 1 | -1/+0 |
* | | Fix png decoding on x86. | Reimar Döffinger | 2012-02-03 | 2 | -11/+11 |
* | | Fix NASM compilation. | Reimar Döffinger | 2012-02-03 | 1 | -4/+4 |
* | | Remove some warnings when compiling with mingw (mingw-w64, 32 bits) | Vincent Torri | 2012-02-03 | 2 | -0/+15 |
* | | dshow: use DirectShow information to set time_base | Ramiro Polla | 2012-02-03 | 1 | -3/+6 |
* | | dshow: fix AVInputFormat declaration after ABI breakage | Ramiro Polla | 2012-02-03 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-03 | 32 | -179/+605 |
|\| |
|
| * | libx264: fix indentation. | Anton Khirnov | 2012-02-02 | 1 | -5/+5 |
| * | vorbis: fix overflows in floor1[] vector and inverse db table index. | Ronald S. Bultje | 2012-02-02 | 2 | -15/+14 |
| * | win64: add a XMM clobber test configure option. | Ronald S. Bultje | 2012-02-02 | 6 | -0/+199 |
| * | movdec: Parse the dvc1 atom | Martin Storsjö | 2012-02-02 | 1 | -0/+27 |
| * | ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 | Mans Rullgard | 2012-02-02 | 1 | -8/+7 |
| * | swscale: K&R formatting cosmetics for Blackfin code | Diego Biurrun | 2012-02-02 | 3 | -73/+78 |
| * | frwu: lowercase the FRWU codec name | Piotr Bandurski | 2012-02-02 | 1 | -2/+2 |
| * | movdec: fix dts generation in fragmented files | Janne Grunau | 2012-02-02 | 2 | -2/+4 |
| * | fate: make acodec-ac3_fixed test output raw AC3 | Mans Rullgard | 2012-02-02 | 5 | -48/+53 |
| * | APIchanges: add missing commit hashes | Janne Grunau | 2012-02-02 | 1 | -4/+4 |