]> git.sesse.net Git - ffmpeg/history - libavcodec
dv: Move tables from dvdata.h to dvdata.c
[ffmpeg] / libavcodec /
2012-02-10 Alex Conversedv: Move tables from dvdata.h to dvdata.c
2012-02-10 Alex Conversedv: Move a table used only by the demuxer out of a...
2012-02-10 Alex Conversedv: Move functions used only by the encoder out of...
2012-02-10 Alex Conversedv: Split dvdata.h into dvdata.h and dvquant.h
2012-02-10 Justin Rugglesavcodec: set avpkt->size to 0 if encode2() did not...
2012-02-10 Justin Rugglesavcodec: for audio encoding, set packet dts to packet...
2012-02-10 Justin Rugglesac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()
2012-02-10 Michael Niedermayerac3dec: Move center and surround mix level tables to...
2012-02-09 Alex Converseaacdec: Unify preconfigured layout and PCE layout.
2012-02-09 Alex Converseaacdec: Support native channel layout when requested.
2012-02-09 Alex Converseaacdec: Try to sniff a reasonable channel layout for...
2012-02-09 Martin Storsjölibavcodec: Don't do av_free(av_malloc(0)) for bitstrea...
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 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-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 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-07 Ronald S. Bultjedsputil: set STRIDE_ALIGN to 16 for x86 also.
2012-02-07 Ronald S. Bultjepngdsp: swap argument inversion.
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 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-06 Aneesh Dograbytestream: Add bytestream2 writing API.
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-04 Paul B Maholapedec: 8bit and 24bit support
2012-02-03 Justin Rugglesdsputil: remove debug message in dsputil_init().
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 Mans RullgardARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
2012-02-02 Piotr Bandurskifrwu: lowercase the FRWU codec name
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 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 Diego Biurrunavcodec.h: Remove some disabled cruft.
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 Janne Grunaufate-golomb: extend golomb-test to get_ue_golomb_long()
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 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 Khirnovlavc/lavf: remove unnecessary symbols from the symbol...
2012-01-31 Anton Khirnovlavc: reorder AVCodec 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 Gisquetrv40: 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...
next