aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aacenc: Fix bug in writing libavcodec_ident.Michael Niedermayer2012-01-221-1/+1
* Support decoding gray8a tiff images.Carl Eugen Hoyos2012-01-221-0/+3
* pngdec: Do not use SIMD paeth prediction for bpp=2Michael Niedermayer2012-01-221-1/+1
* pngdec: Fix masks for interlaced decodingMichael Niedermayer2012-01-222-2/+2
* pngdec: Add some FF_DEBUG based av_logs.Michael Niedermayer2012-01-221-2/+4
* lavc: Mark the err_detect constants as audio+video as they also apply to audio.Michael Niedermayer2012-01-211-7/+7
* error_detection: put the old error detection constants back.Michael Niedermayer2012-01-211-0/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-215-31/+49
|\
| * threads: change the default for threads back to 1Janne Grunau2012-01-211-1/+1
| * threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-211-3/+21
| * mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody2012-01-211-1/+1
| * lavc: rename err_filter option to err_detect and document itDustin Brody2012-01-211-5/+5
| * mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks2012-01-212-20/+20
* | ac3dec: Move center&surround mix level tables to parser.Michael Niedermayer2012-01-212-20/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-211-0/+2
|\|
| * ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras2012-01-201-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-201-1/+1
|\|
| * mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-191-1/+1
* | Changed indexing in libopenjpeg to shorten linesMichael Bradshaw2012-01-191-4/+22
* | Support gray8a encoding with libopenjpeg.Carl Eugen Hoyos2012-01-192-2/+7
* | Simplify 32bit png decoding.Carl Eugen Hoyos2012-01-192-17/+7
* | Support encoding 16bit pixel formats to sgi.Carl Eugen Hoyos2012-01-192-7/+48
* | Simplify 32bit pam decoding.Carl Eugen Hoyos2012-01-193-20/+7
* | Simplify PIX_FMT_RGB555LE selection in targa decoder.Carl Eugen Hoyos2012-01-191-2/+0
* | Simplify targa decoding on big endian.Carl Eugen Hoyos2012-01-192-18/+6
* | DNxHD: frame multithreadingJavier Cabezas2012-01-191-5/+9
* | wmalossless: Fix incompatoble pointer type warningsMichael Niedermayer2012-01-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-191-595/+713
|\|
| * error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-181-627/+749
* | Replace a av_fast_malloc with av_fast_padded_malloc.Reimar Döffinger2012-01-181-1/+1
* | Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger2012-01-182-12/+11
* | Use av_fast_padded_malloc in fraps and mpc decoders.Reimar Döffinger2012-01-183-7/+17
* | lavc: call ff_init_buffer_info() from default reget buffer.Michael Niedermayer2012-01-181-3/+2
* | lavc: when w/h changes in reget buffer, print the values.Michael Niedermayer2012-01-181-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-181-1/+1
|\|
| * tta: cast output data pointer to the correct typeJustin Ruggles2012-01-171-1/+1
* | Use ff_packet_free_side_data instead of duplicating it.Reimar Döffinger2012-01-171-7/+1
* | lavc: remove unused headersPaul B Mahol2012-01-174-4/+0
* | Add and use av_fast_padded_malloc.Reimar Döffinger2012-01-176-15/+37
* | lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frameMichael Niedermayer2012-01-171-0/+2
* | lavc: use av_freep() for freeing extended_dataMichael Niedermayer2012-01-171-4/+4
* | lavc/mpegvideo_enc: improve log message in case of too large GOPStefano Sabatini2012-01-171-2/+3
* | libopenjpegenc: Remove two redundant function parameters.Michael Bradshaw2012-01-171-12/+6
* | libopenjpegenc: Simplify gray encoding.Michael Bradshaw2012-01-171-8/+4
* | libopenjpegenc: Add error messages.Michael Bradshaw2012-01-171-0/+4
* | libopenjpegenc: Rename four conversion functions.Michael Bradshaw2012-01-171-12/+12
* | Use correct register size.Reimar Döffinger2012-01-171-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-1713-380/+987
|\|
| * rv34: add NEON rv34_idct_addJanne Grunau2012-01-162-3/+62
| * rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-167-240/+130