Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-07bytestream: Add bytestream2 writing API.Aneesh Dogra
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-04apedec: 8bit and 24bit supportPaul B Mahol
2012-02-04dsputil: remove debug message in dsputil_init().Justin Ruggles
2012-02-03apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles
2012-02-03apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles
2012-02-03apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-02-03libx264: fix indentation.Anton Khirnov
2012-02-03vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-02-02ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard
2012-02-02frwu: lowercase the FRWU codec namePiotr Bandurski
2012-02-02ra144enc: drop pointless "encoder" from .long_namePaul B Mahol
2012-02-02bethsoftvideo: fix palette reading.Justin Ruggles
2012-02-02mpc7: use av_fast_padded_malloc()Justin Ruggles
2012-02-02mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-02-02Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles
2012-02-02pcmenc: Do not set avpkt->size.Justin Ruggles
2012-02-02ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles
2012-02-02frwu: Employ more meaningful return values.Paul B Mahol
2012-02-01fraps: Use av_fast_padded_malloc() instead of av_realloc()Reimar Döffinger
2012-02-01mjpegdec: use av_fast_padded_malloc()Reimar Döffinger
2012-02-01eatqi: use av_fast_padded_malloc()Reimar Döffinger
2012-02-01asv1: use av_fast_padded_malloc()Reimar Döffinger
2012-02-01avcodec: Add av_fast_padded_malloc().Janne Grunau
2012-02-01avcodec.h: Remove some disabled cruft.Diego Biurrun
2012-02-01zmbv: Employ more meaningful return values.Paul B Mahol
2012-02-01zmbvenc: Employ more meaningful return values.Paul B Mahol
2012-02-01vc1: prevent null pointer dereference on broken filesJanne Grunau
2012-02-01zmbv: check av_realloc() return values and avoid memleaks on ENOMEMJanne Grunau
2012-02-01truespeech: align bufferPaul B Mahol
2012-02-01ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard
2012-02-01fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau
2012-01-31golomb-test: K&R formatting cosmeticsDiego Biurrun
2012-01-31h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun
2012-01-31h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun
2012-01-31h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun
2012-01-31adpcm: Add missing stdint.h #include to fix standalone header compilation.Diego Biurrun
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-31lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov