aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-07utvideo: remove ff_thread_finish_setup, it isn't needed at allPaul B Mahol
2012-02-06ffv1: PIX_FMT_GRAY16 supportPaul B Mahol
2012-02-06DNxHD: remove ff_thread_finish_setup, it isn't needed at all.Javier Cabezas
2012-02-06Revert "v210enc: use FFALIGN()"Paul B Mahol
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-02-06avcodec: Clarify AVFrame member documentation.Kieran Kunhya
2012-02-06v210dec: check for coded_frame allocation failurePaul B Mahol
2012-02-06v210enc: use stride as it is already calculatedPaul B Mahol
2012-02-06v210enc: use FFALIGN()Paul B Mahol
2012-02-06v210enc: return proper AVERROR codes instead of -1Paul B Mahol
2012-02-06v210enc: do not set coded_frame->key_framePaul B Mahol
2012-02-06v210enc: check for coded_frame allocation failurePaul B Mahol
2012-02-06v408: do not unconditionally compile codecsPaul B Mahol
2012-02-05Add v408 / AYUV encoder and decoder.Carl Eugen Hoyos
2012-02-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-05dwt: fix about a dozen "warning: assignment from incompatible pointer type"Michael Niedermayer
2012-02-05dwt: fix a dozen or so "warning: initialization from incompatible pointer type"Michael Niedermayer
2012-02-05mpegaudiodec: remove unused variableMichael Niedermayer
2012-02-04apedec: 8bit and 24bit supportPaul B Mahol
2012-02-04xvid_rc: check that write() succeeded.Michael Niedermayer
2012-02-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-04apedec: remove unused variableMichael Niedermayer
2012-02-04zmbv: remove unused variableMichael Niedermayer
2012-02-03Fix png decoding on x86.Reimar Döffinger
2012-02-03dsputil: remove debug message in dsputil_init().Justin Ruggles
2012-02-03Fix NASM compilation.Reimar Döffinger
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-02apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles
2012-02-02apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles
2012-02-02apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-02-02libx264: fix indentation.Anton Khirnov
2012-02-02Use SECTION_TEXT instead of section .text for the compatibilityKO Myung-Hun
2012-02-02ffv1: cosmetics: indentationPaul B Mahol
2012-02-02vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-02-02win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-02-02dct-test: remove odivx_idct_c dead prototype.Clément Bœsch
2012-02-02ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard
2012-02-02frwu: lowercase the FRWU codec namePiotr Bandurski
2012-02-02timecode: drop lavc timecode on next bump.Clément Bœsch
2012-02-02mpeg12enc: use new public timecode API.Clément Bœsch
2012-02-02mpeg12: use av_mpegtc_to_timecode_string().Clément Bœsch
2012-02-02cosmetics: realign verticallyPaul B Mahol
2012-02-02apedec: Fix alignment and fate.Michael Niedermayer
2012-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-01ra144enc: drop pointless "encoder" from .long_namePaul B Mahol
2012-02-01bethsoftvideo: fix palette reading.Justin Ruggles
2012-02-01mpc7: use av_fast_padded_malloc()Justin Ruggles
2012-02-01mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-02-02diracdec: Check for negative quants which would cause out of array reads.Michael Niedermayer