aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Improve support for PGS subtitles.David Mitchell2012-01-231-81/+117
* pthreads: Generic progress lubrication support.Michael Niedermayer2012-01-231-0/+7
* pthreads: reset got_frames on flush.Michael Niedermayer2012-01-231-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-231-1/+1
|\
| * pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-222-2/+4
* | CrystalHD: Back up extradata to allow decoder reinit to work.Philip Langdale2012-01-221-0/+26
* | CrystalHD: Initialise variables to silence valgrind.Philip Langdale2012-01-221-2/+2
* | pthread: Change a signal to a broadcast as multiple threadsMichael Niedermayer2012-01-221-1/+1
* | mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-01-221-0/+1
* | lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8Michael Niedermayer2012-01-221-1/+2
* | Extract some duplicated code.Reimar Döffinger2012-01-221-22/+14
* | Remove pointless and distracting ()Reimar Döffinger2012-01-221-13/+13
* | Simplify: just add header_size directly.Reimar Döffinger2012-01-221-3/+1
* | Move some duplicated code, simplify.Reimar Döffinger2012-01-221-28/+15
* | Make variable that always has the same value const.Reimar Döffinger2012-01-221-3/+2
* | RC: Fix initial buffer occupancy.Michael Niedermayer2012-01-221-0/+2
* | 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