]> git.sesse.net Git - ffmpeg/history - libavcodec
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec /
2012-02-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-09 Carl Eugen HoyosFix libstagefright compilation
2012-02-09 Carl Eugen HoyosSupport encoding BGR24 and BGR0 in ljpeg.
2012-02-09 Carl Eugen HoyosAllow encoding rawvideo RGBA64 and friends.
2012-02-09 Carl Eugen HoyosAllow encoding rawvideo RGB0 and friends.
2012-02-09 Janne Grunaueac3dec: replace undefined 1<<31 with INT32_MIN in...
2012-02-09 Ronald S. Bultjeprores: specify array size outside DECLARE_ALIGNED...
2012-02-09 Michael Niedermayermpeg12dec: print the value that is being ignored in...
2012-02-09 Michael Niedermayerbink: fix pointer type warnings.
2012-02-09 Paul B Maholtta: use skip_bits_long()
2012-02-09 Diego Biurrunbuild: Add missing directories to DIRS declarations.
2012-02-09 Diego Biurrunarm: Add missing #include to vp8.h to fix a make checkh...
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2012-02-09 Aneesh Dograbytestream: K&R formatting cosmetics
2012-02-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-08 Anton Khirnovrawenc: switch to encode2().
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-02-08 Anton Khirnovlibx264: implement encode2().
2012-02-08 Anton Khirnovlibx264: split extradata writing out of encode_nals().
2012-02-08 Anton Khirnovlavc: add avcodec_encode_video2() that encodes from...
2012-02-08 Paul B Mahollagarith: refactor code
2012-02-08 Ronald S. Bultjeh264: manually save/restore XMM registers for functions...
2012-02-08 Alex Converseaacdec: Use correct speaker order for 7.1.
2012-02-08 Alex Converseaacdec: Remove incorrect comment.
2012-02-08 Alex Converseaacdec: Simplify output configuration.
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-07 Ronald S. Bultjedsputil: set STRIDE_ALIGN to 16 for x86 also.
2012-02-07 Ronald S. Bultjepngdsp: swap argument inversion.
2012-02-07 Joseph ArtsimovichSet default qmax for VC-3/DNxHD to 1024 (maximum allowe...
2012-02-07 Michael Kostylevh264: mark h264_idct_add8_10 with number of XMM registers.
2012-02-07 Ronald S. Bultjevp8: always update next_framep[] before returning from...
2012-02-07 Carl Eugen HoyosFix libutvideo compilation.
2012-02-07 Justin Rugglesapedec: allow the user to set the maximum number of...
2012-02-07 Justin Rugglesapedec: do not unnecessarily zero output samples for...
2012-02-07 Justin Rugglesapedec: allocate a single flat buffer for decoded samples
2012-02-07 Justin Rugglesapedec: use sizeof(field) instead of sizeof(type)
2012-02-07 Stefano Sabatinilavc: provide aliases to the PCM A-law/mu-law codecs
2012-02-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-06 Aneesh Dograbytestream: Add bytestream2 writing API.
2012-02-06 Paul B Maholutvideo: remove ff_thread_finish_setup, it isn't needed...
2012-02-06 Paul B Maholffv1: PIX_FMT_GRAY16 support
2012-02-06 Javier CabezasDNxHD: remove ff_thread_finish_setup, it isn't needed...
2012-02-06 Paul B MaholRevert "v210enc: use FFALIGN()"
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2012-02-06 Kieran Kunhyaavcodec: Clarify AVFrame member documentation.
2012-02-06 Paul B Maholv210dec: check for coded_frame allocation failure
2012-02-06 Paul B Maholv210enc: use stride as it is already calculated
2012-02-06 Paul B Maholv210enc: use FFALIGN()
2012-02-06 Paul B Maholv210enc: return proper AVERROR codes instead of -1
2012-02-06 Paul B Maholv210enc: do not set coded_frame->key_frame
2012-02-06 Paul B Maholv210enc: check for coded_frame allocation failure
2012-02-05 Paul B Maholv408: do not unconditionally compile codecs
2012-02-05 Carl Eugen HoyosAdd v408 / AYUV encoder and decoder.
2012-02-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-05 Michael Niedermayerdwt: fix about a dozen "warning: assignment from incomp...
2012-02-05 Michael Niedermayerdwt: fix a dozen or so "warning: initialization from...
2012-02-05 Michael Niedermayermpegaudiodec: remove unused variable
2012-02-04 Paul B Maholapedec: 8bit and 24bit support
2012-02-04 Michael Niedermayerxvid_rc: check that write() succeeded.
2012-02-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-04 Michael Niedermayerapedec: remove unused variable
2012-02-04 Michael Niedermayerzmbv: remove unused variable
2012-02-03 Reimar DöffingerFix png decoding on x86.
2012-02-03 Justin Rugglesdsputil: remove debug message in dsputil_init().
2012-02-03 Reimar DöffingerFix NASM compilation.
2012-02-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-03 Justin Rugglesapedec: remove unneeded #include of get_bits.h and...
2012-02-03 Justin Rugglesapedec: av_fast_malloc() instead of av_realloc()
2012-02-03 Justin Rugglesapedec: fix handling of packet sizes that are not a...
2012-02-02 Anton Khirnovlibx264: fix indentation.
2012-02-02 KO Myung-HunUse SECTION_TEXT instead of section .text for the compa...
2012-02-02 Paul B Maholffv1: cosmetics: indentation
2012-02-02 Ronald S. Bultjevorbis: fix overflows in floor1[] vector and inverse...
2012-02-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-02-02 Clément Bœschdct-test: remove odivx_idct_c dead prototype.
2012-02-02 Mans RullgardARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
2012-02-02 Piotr Bandurskifrwu: lowercase the FRWU codec name
2012-02-02 Clément Bœschtimecode: drop lavc timecode on next bump.
2012-02-02 Clément Bœschmpeg12enc: use new public timecode API.
2012-02-02 Clément Bœschmpeg12: use av_mpegtc_to_timecode_string().
2012-02-02 Paul B Maholcosmetics: realign vertically
2012-02-02 Michael Niedermayerapedec: Fix alignment and fate.
2012-02-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-02 Paul B Maholra144enc: drop pointless "encoder" from .long_name
2012-02-02 Justin Rugglesbethsoftvideo: fix palette reading.
2012-02-02 Justin Rugglesmpc7: use av_fast_padded_malloc()
2012-02-02 Justin Rugglesmpc7: simplify handling of packet sizes that are not...
2012-02-02 Michael Niedermayerdiracdec: Check for negative quants which would cause...
2012-02-02 Michael Niedermayerproresdec: Fix read via negative index in a global...
2012-02-02 Justin RugglesFix a typo in the x86 asm version of ff_vector_clip_int32()
2012-02-01 Justin Rugglespcmenc: Do not set avpkt->size.
2012-02-01 Justin Rugglesff_alloc_packet: modify the size of the packet to match...
2012-02-01 Paul B Maholfrwu: Employ more meaningful return values.
2012-02-01 Reimar Döffingerfraps: Use av_fast_padded_malloc() instead of av_realloc()
2012-02-01 Reimar Döffingermjpegdec: use av_fast_padded_malloc()
2012-02-01 Reimar Döffingereatqi: use av_fast_padded_malloc()
2012-02-01 Reimar Döffingerasv1: use av_fast_padded_malloc()
2012-02-01 Paul B Maholffv1dec: PIX_FMT_YUV440P support
2012-02-01 Paul B Maholffv1enc: PIX_FMT_YUV440P support
next