]> git.sesse.net Git - ffmpeg/history - libavcodec
libavfilter/version.h: fix project name
[ffmpeg] / libavcodec /
2012-02-01 Michael Niedermayersnowdata: Fix project name, this file has not been...
2012-02-01 Michael Niedermayergsm.h: Fix project reference
2012-02-01 Michael Niedermayersimpleidct: fix project name.
2012-02-01 Michael Niedermayeraacenc: fix library references
2012-02-01 Michael Niedermayerh264 golomb: Fix copyright violation.
2012-02-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-31 Paul B Maholffv1dec: use correct linesize
2012-01-31 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2012-01-31 Paul B Maholffv1dec: PIX_FMT_YUVA444P support
2012-01-31 Paul B Maholffv1enc: PIX_FMT_YUVA444P support
2012-01-31 Paul B Maholffv1dec: PIX_FMT_YUVA420P support
2012-01-31 Paul B Maholffv1enc: PIX_FMT_YUVA420P support
2012-01-31 Michael Niedermayermpeg/h264: update thread context even if it is not...
2012-01-31 Michael Niedermayerh264: Return the correct number of bytes for mid strea...
2012-01-31 Michael Niedermayerpngdec: fix warning about pointer types
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 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Carl Eugen HoyosAllow decoding of 64bit png images.
2012-01-30 Carl Eugen HoyosSimplify "deloco" and support decoding of 48bit loco...
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...
2012-01-30 Michael BradshawSupoort decoding of gray16 images with libopenjpeg.
2012-01-30 Clément Bœschassdec: fix wrong alloc pointer check.
2012-01-30 Clément Bœschass: use av_asprintf() instead of a temporary stack...
2012-01-30 Michael Niedermayerdiracdec: Fix integer overflow leading to out of global...
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 Reimar Döffingerhuffman: use a simple assignment instead of FFSWAP.
2012-01-30 Reimar DöffingerDeobfuscate ff_huff_build_tree.
2012-01-30 Carl Eugen HoyosAdd option forced_subs_only for Bluray subtitles.
2012-01-30 Carl Eugen HoyosAdd pix_fmt_info for yuva444.
2012-01-30 Christophe Gisquetx86 dsputil: provide SSE2/SSSE3 versions of bswap_buf
2012-01-30 Ronald S. Bultjepng: add support for bpp>4 to paeth x86 SIMD code.
2012-01-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-30 Ronald S. Bultjepng: add SSE2 version for add_bytes_l2.
2012-01-30 Ronald S. Bultjepng: convert DSP functions to yasm.
2012-01-29 Mans RullgardFix non-C89 declarations in for loops
2012-01-29 Reimar DöffingerFix offset validity checks.
2012-01-29 Reimar Döffingerfraps: frame threading support.
2012-01-29 Reimar Döffingerfraps: Deduplicate some code.
2012-01-29 Reimar Döffingerfraps: Minor simplification, use local variable.
2012-01-29 Ronald S. Bultjepng: add missing #if HAVE_SSSE3 around function pointer...
2012-01-29 Paul B Maholr210enc: don't write uninitialized data
2012-01-29 Paul B Mahollibvpxenc: update after FF_API_X264_GLOBAL_OPTS removal
2012-01-29 Carl Eugen HoyosImprove decoding quality for lossy wavpack.
2012-01-29 Reimar Döffingerfraps: optimize pseudo-YUV to RGB conversion.
2012-01-29 Ronald S. Bultjeimdct36: mark SSE functions as using all 16 XMM registers.
2012-01-29 Ronald S. Bultjepng: move DSP functions to their own DSP context.
2012-01-29 Aneesh Dograsunrast: Add a sample request for TIFF, IFF, and Experi...
2012-01-29 Aneesh Dograsunrast: Cosmetics
2012-01-29 Aneesh Dograsunrast: Remove if (unsigned int < 0) check.
2012-01-29 Aneesh Dograsunrast: Replace magic number by a macro.
2012-01-29 Paul KendallFix dvb subtitle decoding when display segment is missing.
2012-01-29 Reimar Döffingerfraps: Add release_buffer forgotten when reget_buffer...
2012-01-29 Reimar Döffingerfraps: fix indentation.
2012-01-29 Reimar DöffingerFRAPS: Do not needlessly use reget_buffer.
2012-01-29 Paul B Maholr210enc: fix encoding for unaligned widths
2012-01-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-28 Reimar Döffingerrawenc: initialize coded_frame via avcodec_get_frame_de...
2012-01-28 Reimar Döffingerlibgsm: Fix compilation.
2012-01-28 Paul B Maholv210x: check for return value of avcodec_alloc_frame()
2012-01-28 Paul B Maholv210enc: remove redundant assignment
2012-01-28 Paul B Maholv210enc: check return value of avcodec_alloc_frame()
2012-01-28 Paul B Maholv210dec: check return value of avcodec_alloc_frame()
2012-01-28 Paul B Maholroqaudioenc: check return value of avcodec_alloc_frame()
2012-01-28 Paul B Maholroqaudioenc: remove redundant assignment
2012-01-28 Paul B Maholr210dec: check return value of avcodec_alloc_frame()
2012-01-28 Paul B Maholpcm: remove redundant assignment
2012-01-28 Paul B Maholpcm: check return value of avcodec_alloc_frame()
2012-01-28 Paul B Mahollibopencore-amr: fix memleak
2012-01-28 Paul B Mahollibopencore-amr: check return value of avcodec_alloc_fr...
2012-01-28 Paul B Mahollibmp3lame: remove dupe assigment
2012-01-28 Paul B Mahollibgsm: remove dupe assigment.
2012-01-28 Paul B Mahollibgsm: check return value of gsm_create & avcodec_allo...
2012-01-28 Nathan Caldwellaacenc: Fix LONG_START windowing.
2012-01-28 Nathan Caldwellaacenc: Fix a bug where deinterleaved samples were...
next