platform/upstream/libav.git
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-06 Andrey Utkindrawtext: add 'fix_bounds' option on coords fixing
2012-02-06 Andrey Utkindrawtext: fix text_{w, h} expression vars
2012-02-05 Andrey Utkindrawtext: add missing braces around an if() block.
2012-02-04 Paul B Maholape: fix seeking
2012-02-04 Paul B Maholapedec: 8bit and 24bit support
2012-02-03 Justin Rugglesdsputil: remove debug message in dsputil_init().
2012-02-03 Alex Conversemovdec: Avoid av_malloc(0) in stss
2012-02-03 Diego Biurrunbuild: Drop YASM-OBJS-FFT from SUBDIR_VARS.
2012-02-03 Diego Biurrunbuild: Drop unused X86-OBJS variable.
2012-02-03 Anton Khirnovavconv: remove debugging cruft from do_video_out().
2012-02-03 Anton Khirnovavconv: factorize setting stream_index for the output...
2012-02-03 Anton Khirnovframe{crc/md5}: set the stream timebase from codec...
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 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 Martin Storsjömovdec: Parse the dvc1 atom
2012-02-02 Mans RullgardARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
2012-02-02 Diego Biurrunswscale: K&R formatting cosmetics for Blackfin code
2012-02-02 Piotr Bandurskifrwu: lowercase the FRWU codec name
2012-02-02 Janne Grunaumovdec: fix dts generation in fragmented files
2012-02-02 Mans Rullgardfate: make acodec-ac3_fixed test output raw AC3
2012-02-02 Janne GrunauAPIchanges: add missing commit hashes
2012-02-02 Ronald S. Bultjeswscale: implement MMX, SSE2 and AVX functions for...
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 Paul B Maholdoc: decoding Forward Uncompressed is supported
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 Janne Grunauavcodec: Add av_fast_padded_malloc().
2012-02-01 Ronald S. Bultjeswscale: enable dithering in MMX functions.
2012-02-01 Ronald S. Bultjeswscale: make rgb24 function macros slightly smaller.
2012-02-01 Diego Biurrunavcodec.h: Remove some disabled cruft.
2012-02-01 Ronald S. Bultjeswscale: remove obsolete comment.
2012-02-01 Diego Biurrunswscale-test: Drop unused argc and argv arguments from...
2012-02-01 Paul B Maholzmbv: Employ more meaningful return values.
2012-02-01 Paul B Maholzmbvenc: Employ more meaningful return values.
2012-02-01 Janne Grunauvc1: prevent null pointer dereference on broken files
2012-02-01 Janne Grunauzmbv: check av_realloc() return values and avoid memlea...
2012-02-01 Paul B Maholtruespeech: align buffer
2012-02-01 Mans Rullgardac3: Do not read past the end of ff_ac3_band_start_tab.
2012-02-01 Alex Conversedv: Fix small stack overread related to CVE-2011-3929...
2012-02-01 Michael Niedermayerdv: Fix null pointer dereference due to ach=0
2012-02-01 Michael Niedermayerdv: check stype
2012-02-01 Janne Grunaufate-golomb: extend golomb-test to get_ue_golomb_long()
2012-01-31 Alex Converseswfdec: Simplify sample rate calculation.
2012-01-31 Diego Biurrunfate: add golomb-test
2012-01-31 Diego Biurrungolomb-test: K&R formatting cosmetics
2012-01-31 Diego Biurrunh264: Split h264-test off into a separate file - golomb...
2012-01-31 Diego Biurrunh264-test: cleanup: drop timer invocations, commented...
2012-01-31 Diego Biurrunh264-test: Remove unused DSP and AVCodec contexts and...
2012-01-31 Diego Biurrunadpcm: Add missing stdint.h #include to fix standalone...
2012-01-31 Anton Khirnovlavf: add functions for accessing the fourcc<->CodecID...
2012-01-31 Anton Khirnovlavc: set AVCodecContext.codec in avcodec_get_context_d...
2012-01-31 Anton Khirnovlavc: make avcodec_close() work properly on unopened...
2012-01-31 Anton Khirnovlavc: add avcodec_is_open().
2012-01-31 Anton Khirnovlavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 Anton Khirnovlavf: remove the pointless value field from flv and iv8
2012-01-31 Anton Khirnovlavc/lavf: remove unnecessary symbols from the symbol...
2012-01-31 Anton Khirnovlavc: reorder AVCodec fields.
2012-01-31 Anton Khirnovlavf: reorder AVInput/OutputFormat fields.
2012-01-31 Alex Conversemp3dec: Fix a heap-buffer-overflow
2012-01-31 Justin Rugglesadpcmenc: remove some unneeded casts
2012-01-31 Justin Rugglesadpcmenc: use int16_t and uint8_t instead of short...
2012-01-31 Justin Rugglesadpcmenc: fix adpcm_ms extradata allocation
2012-01-31 Justin Rugglesadpcmenc: return proper AVERROR codes instead of -1
2012-01-31 Justin Rugglesadpcmenc: check for coded_frame allocation failure
2012-01-31 Justin Rugglesadpcmenc: Do not set coded_frame->key_frame.
2012-01-31 Justin Rugglesmpc7: check for allocation failure
2012-01-31 Justin Rugglesmpc7: align local temp buffer
2012-01-30 Christophe... rv40: x86 SIMD for biweight
2012-01-30 Diego Biurrunx86: Give RV40 init file a more suitable name.
2012-01-30 Diego Biurrunx86: Place mm_flags variable declaration below the...
2012-01-30 Martin Storsjömovdec: Ignore sample_degradation_priority bits when...
2012-01-30 Martin Storsjöflvdec: Interpret a toplevel 'object' type metadata...
2012-01-30 Anton Khirnovavconv: deprecate the -deinterlace option
2012-01-30 Martin Storsjödoc: Fix the name of the new function
2012-01-30 Justin Rugglesaacenc: make sure to encode enough frames to cover...
2012-01-30 Justin Rugglesaacenc: only use the number of input samples provided...
2012-01-30 Alex Conversewmadec: Verify bitstream size makes sense before callin...
2012-01-30 Alex Conversekmvc: Log into a context at a log level constant.
2012-01-30 Alex Conversempeg12: Pad framerate tab to 16 entries.
2012-01-30 Michael Niedermayerkgv1dec: Increase offsets array size so it is large...
2012-01-30 Alex Conversekmvc: Check palsize.
2012-01-30 Alex Conversensvdec: Propagate errors
2012-01-30 Alex Conversensvdec: Be more careful with av_malloc().
next