| Commit message (Expand) | Author | Age | Files | Lines |
* | aacenc: Fix bug in writing libavcodec_ident. | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | Support decoding gray8a tiff images. | Carl Eugen Hoyos | 2012-01-22 | 1 | -0/+3 |
* | pngdec: Do not use SIMD paeth prediction for bpp=2 | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | pngdec: Fix masks for interlaced decoding | Michael Niedermayer | 2012-01-22 | 2 | -2/+2 |
* | pngdec: Add some FF_DEBUG based av_logs. | Michael Niedermayer | 2012-01-22 | 1 | -2/+4 |
* | lavc: Mark the err_detect constants as audio+video as they also apply to audio. | Michael Niedermayer | 2012-01-21 | 1 | -7/+7 |
* | error_detection: put the old error detection constants back. | Michael Niedermayer | 2012-01-21 | 1 | -0/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-21 | 5 | -31/+49 |
|\ |
|
| * | threads: change the default for threads back to 1 | Janne Grunau | 2012-01-21 | 1 | -1/+1 |
| * | threads: update slice_count and slice_offset from user context | Janne Grunau | 2012-01-21 | 1 | -3/+21 |
| * | mpegaudiodec: switch error detection check to AV_EF_BUFFER | Dustin Brody | 2012-01-21 | 1 | -1/+1 |
| * | lavc: rename err_filter option to err_detect and document it | Dustin Brody | 2012-01-21 | 1 | -5/+5 |
| * | mpegvideo: fix invalid memory access for small video dimensions | John Brooks | 2012-01-21 | 2 | -20/+20 |
* | | ac3dec: Move center&surround mix level tables to parser. | Michael Niedermayer | 2012-01-21 | 2 | -20/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-21 | 1 | -0/+2 |
|\| |
|
| * | ARM: fix build with FFT enabled and MDCT disabled | Felipe Contreras | 2012-01-20 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-20 | 1 | -1/+1 |
|\| |
|
| * | mpeg12: check for available bits to avoid an infinite loop | Jindřich Makovička | 2012-01-19 | 1 | -1/+1 |
* | | Changed indexing in libopenjpeg to shorten lines | Michael Bradshaw | 2012-01-19 | 1 | -4/+22 |
* | | Support gray8a encoding with libopenjpeg. | Carl Eugen Hoyos | 2012-01-19 | 2 | -2/+7 |
* | | Simplify 32bit png decoding. | Carl Eugen Hoyos | 2012-01-19 | 2 | -17/+7 |
* | | Support encoding 16bit pixel formats to sgi. | Carl Eugen Hoyos | 2012-01-19 | 2 | -7/+48 |
* | | Simplify 32bit pam decoding. | Carl Eugen Hoyos | 2012-01-19 | 3 | -20/+7 |
* | | Simplify PIX_FMT_RGB555LE selection in targa decoder. | Carl Eugen Hoyos | 2012-01-19 | 1 | -2/+0 |
* | | Simplify targa decoding on big endian. | Carl Eugen Hoyos | 2012-01-19 | 2 | -18/+6 |
* | | DNxHD: frame multithreading | Javier Cabezas | 2012-01-19 | 1 | -5/+9 |
* | | wmalossless: Fix incompatoble pointer type warnings | Michael Niedermayer | 2012-01-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-19 | 1 | -595/+713 |
|\| |
|
| * | error_resilience: K&R formatting cosmetics | Donald Ovcharov | 2012-01-18 | 1 | -627/+749 |
* | | Replace a av_fast_malloc with av_fast_padded_malloc. | Reimar Döffinger | 2012-01-18 | 1 | -1/+1 |
* | | Use av_fast_padded_malloc in mimic and truemotion2 decoders. | Reimar Döffinger | 2012-01-18 | 2 | -12/+11 |
* | | Use av_fast_padded_malloc in fraps and mpc decoders. | Reimar Döffinger | 2012-01-18 | 3 | -7/+17 |
* | | lavc: call ff_init_buffer_info() from default reget buffer. | Michael Niedermayer | 2012-01-18 | 1 | -3/+2 |
* | | lavc: when w/h changes in reget buffer, print the values. | Michael Niedermayer | 2012-01-18 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-18 | 1 | -1/+1 |
|\| |
|
| * | tta: cast output data pointer to the correct type | Justin Ruggles | 2012-01-17 | 1 | -1/+1 |
* | | Use ff_packet_free_side_data instead of duplicating it. | Reimar Döffinger | 2012-01-17 | 1 | -7/+1 |
* | | lavc: remove unused headers | Paul B Mahol | 2012-01-17 | 4 | -4/+0 |
* | | Add and use av_fast_padded_malloc. | Reimar Döffinger | 2012-01-17 | 6 | -15/+37 |
* | | lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame | Michael Niedermayer | 2012-01-17 | 1 | -0/+2 |
* | | lavc: use av_freep() for freeing extended_data | Michael Niedermayer | 2012-01-17 | 1 | -4/+4 |
* | | lavc/mpegvideo_enc: improve log message in case of too large GOP | Stefano Sabatini | 2012-01-17 | 1 | -2/+3 |
* | | libopenjpegenc: Remove two redundant function parameters. | Michael Bradshaw | 2012-01-17 | 1 | -12/+6 |
* | | libopenjpegenc: Simplify gray encoding. | Michael Bradshaw | 2012-01-17 | 1 | -8/+4 |
* | | libopenjpegenc: Add error messages. | Michael Bradshaw | 2012-01-17 | 1 | -0/+4 |
* | | libopenjpegenc: Rename four conversion functions. | Michael Bradshaw | 2012-01-17 | 1 | -12/+12 |
* | | Use correct register size. | Reimar Döffinger | 2012-01-17 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-17 | 13 | -380/+987 |
|\| |
|
| * | rv34: add NEON rv34_idct_add | Janne Grunau | 2012-01-16 | 2 | -3/+62 |
| * | rv34: 1-pass inter MB reconstruction | Christophe GISQUET | 2012-01-16 | 7 | -240/+130 |