| Commit message (Expand) | Author | Age | Files | Lines |
* | mjpegenc: enable frame multithreading encoder | Michael Niedermayer | 2012-06-23 | 1 | -1/+1 |
* | lavc: add frame multithreading capability (currently intra only) | Michael Niedermayer | 2012-06-23 | 5 | -5/+312 |
* | threads: make get_logical_cpus() available outside pthread.c | Michael Niedermayer | 2012-06-23 | 2 | -3/+5 |
* | mjpegenc: mark as intra only | Michael Niedermayer | 2012-06-23 | 1 | -1/+1 |
* | lavc: add intra only codec flag | Michael Niedermayer | 2012-06-23 | 1 | -0/+4 |
* | bmpenc: use av_assert() | Paul B Mahol | 2012-06-22 | 1 | -2/+2 |
* | lavc/pcm: clarify error message from pcm_decode_frame() | Stefano Sabatini | 2012-06-23 | 1 | -2/+4 |
* | ff_snow_common_end: assert() that the last buffer freed differs from the curr... | Michael Niedermayer | 2012-06-22 | 1 | -1/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-22 | 3 | -7/+14 |
|\ |
|
| * | libspeexenc: add supported sample rates and channel layouts. | Anton Khirnov | 2012-06-22 | 1 | -0/+6 |
| * | utvideo: mark interlaced frames as such | Hendrik Leppkes | 2012-06-22 | 1 | -0/+2 |
| * | utvideo: Fix interlaced prediction for RGB utvideo. | Carl Eugen Hoyos | 2012-06-22 | 1 | -4/+11 |
| * | cosmetics: do not use full path for local headers | Diego Biurrun | 2012-06-22 | 1 | -1/+1 |
* | | h.263enc: use av_assert | Michael Niedermayer | 2012-06-22 | 1 | -8/+5 |
* | | h.263dec: use av_assert | Michael Niedermayer | 2012-06-22 | 1 | -6/+3 |
* | | snow: yuv410 support | Michael Niedermayer | 2012-06-22 | 2 | -1/+3 |
* | | x86/dsputil_mmx: support 4 sample edges | Michael Niedermayer | 2012-06-22 | 1 | -1/+20 |
* | | snow: yuv444 support | Michael Niedermayer | 2012-06-22 | 4 | -76/+102 |
* | | snowenc: update pix_sum for rectangles, needed for non 420 | Michael Niedermayer | 2012-06-22 | 1 | -6/+6 |
* | | snowenc: set chroma subsample factors correctly for non 420 | Michael Niedermayer | 2012-06-22 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-21 | 5 | -8/+2 |
|\| |
|
| * | fix hardcoded tables compililation caused by missing math constants | Janne Grunau | 2012-06-21 | 3 | -6/+1 |
| * | twinvq: give massive struct a name. | Ronald S. Bultje | 2012-06-21 | 1 | -1/+1 |
| * | lavc: remove stats_in from AVCodecContext options table. | Anton Khirnov | 2012-06-21 | 1 | -1/+0 |
* | | sanm: silence warnings | Paul B Mahol | 2012-06-21 | 1 | -1/+3 |
* | | vc1: signal interlaced and tff flag to the consumer | Hendrik Leppkes | 2012-06-21 | 1 | -0/+3 |
* | | smacker: add sanity check for length in smacker_decode_tree() | Michael Niedermayer | 2012-06-21 | 1 | -0/+4 |
* | | aac: move sample_fmt selection before decoder configuration. | Hendrik Leppkes | 2012-06-21 | 1 | -8/+8 |
* | | utvideo: mark interlaced frames as such | Hendrik Leppkes | 2012-06-21 | 1 | -0/+2 |
* | | lagarith: frame multithreading | Hendrik Leppkes | 2012-06-21 | 1 | -7/+8 |
* | | wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit | Hendrik Leppkes | 2012-06-21 | 1 | -0/+1 |
* | | LucasArts SMUSH video decoder | Paul B Mahol | 2012-06-21 | 6 | -1/+1523 |
* | | LucasArts SMUSH VIMA audio decoder | Paul B Mahol | 2012-06-21 | 5 | -1/+240 |
* | | cdxl: disable checked bitstream reader | Paul B Mahol | 2012-06-20 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 8 | -43/+863 |
|\| |
|
| * | MS Screen 1 decoder | Kostya Shishkov | 2012-06-20 | 5 | -1/+849 |
| * | aacdec: Fix popping channel layouts. | Alex Converse | 2012-06-20 | 1 | -1/+1 |
| * | Use av_gettime() in various places | Mans Rullgard | 2012-06-20 | 3 | -31/+11 |
| * | dct-test: use emms_c() from libavutil instead of duplicating it | Mans Rullgard | 2012-06-20 | 1 | -11/+3 |
* | | mjpegenc: use av_assert | Michael Niedermayer | 2012-06-20 | 1 | -7/+4 |
* | | mjpegdec: use av_assert | Michael Niedermayer | 2012-06-20 | 1 | -5/+2 |
* | | libilbc: use designated initializers for AVClass | Paul B Mahol | 2012-06-19 | 1 | -2/+8 |
* | | wmv2enc: fix rounding flag. | Michael Niedermayer | 2012-06-19 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 13 | -89/+228 |
|\| |
|
| * | flvdec: remove incomplete, disabled seeking code | Diego Biurrun | 2012-06-19 | 1 | -12/+0 |
| * | lavc: Extend the documentation for avcodec_init_packet | Simon A. Eugster | 2012-06-19 | 1 | -0/+3 |
| * | float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil | Justin Ruggles | 2012-06-18 | 5 | -75/+5 |
| * | Add support for iLBC decoding/encoding via the external library libilbc | Martin Storsjö | 2012-06-18 | 6 | -1/+219 |
| * | dirac: replace compound literal with normal initialiser | Ronald S. Bultje | 2012-06-18 | 1 | -1/+1 |
* | | lavc: seperate encoder/decoder class category | Michael Niedermayer | 2012-06-19 | 1 | -0/+7 |