]> git.sesse.net Git - ffmpeg/history - libavcodec
mpeg: remove disabled code
[ffmpeg] / libavcodec /
2012-07-15 Mohammad Alsalehlibfdk-aac: Check if cutoff value is valid
2012-07-15 Mashiat Sarker Sha... vc1dec: Do not use random pred_flag if motion vector...
2012-07-15 Martin Storsjövp8: Enclose pthread function calls in ifdefs
2012-07-15 Ronald S. Bultjesnow: refactor code to work around a compiler bug in...
2012-07-15 Martin Storsjövp8: Include the thread headers before using the pthrea...
2012-07-14 Daniel Kangvp8: implement sliced threading
2012-07-14 Daniel Kangvp8: move data from VP8Context->VP8Macroblock
2012-07-14 Daniel Kangvp8: refactor decoding a single mb_row
2012-07-13 Janne Grunauimgconvert: deprecate avcodec_find_best_pix_fmt()
2012-07-13 Janne Grunauimgconvert: add avcodec_find_best_pix_fmt2()
2012-07-13 Janne Grunauimgconvert: avoid undefined left shift in avcodec_find_...
2012-07-13 Kostya ShishkovMS Expression Encoder Screen decoder
2012-07-12 Martin Storsjölibfdk-aac: Allow setting the encoder bandwidth/cutoff...
2012-07-12 Diego Biurrunbuild: Fix Ogg demuxer dependencies
2012-07-12 Diego Biurrunbuild: Fix FLAC demuxer dependencies
2012-07-12 Diego Biurrunflac: Move flac functions shared between libraries...
2012-07-12 Diego Biurrunbuild: Fix CAF demuxer dependencies
2012-07-12 Diego Biurrunbuild: Fix MP2 muxer dependencies
2012-07-12 Diego Biurrunbuild: Add missing build rules for the ISMV muxer
2012-07-12 Martin StorsjöSupport AAC encoding via the external library fdk-aac
2012-07-12 Martin Storsjölibavcodec: Add more AAC profiles
2012-07-11 Ronald S. Bultjedct/fft-test: use a replacement getopt() if the system...
2012-07-11 Kostya ShishkovTechSmith Screen Codec 2 decoder
2012-07-10 Kostya Shishkovmss1: fix decoding masked regions in interframes
2012-07-09 Kostya Shishkovmss3: use standard zigzag table
2012-07-09 Kostya Shishkovmss3: split DSP functions that are used in MTS2(MSS4...
2012-07-09 Anton Khirnovmotion-test: do not use getopt()
2012-07-09 JULIAN GARDNERlibx264: support aspect ratio switching
2012-07-06 Martin Storsjöx86: h264_intrapred: Don't add the 'd' suffix to the...
2012-07-06 Kostya Shishkovmss3: add forgotten 'static' qualifier for private...
2012-07-05 Mans Rullgardlavc: options: add planar names for request_sample_fmt
2012-07-05 Mans Rullgardflacdec: add planar output support
2012-07-05 Diego Biurrunqdm2: remove broken and disabled dump_context() debug...
2012-07-05 Diego Biurrunx86: h264_intrapred: use newly introduced SPLAT* and...
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-07-05 Diego Biurrunx86: h264_intrapred: port to cpuflag macros
2012-07-05 Mans Rullgardh264: use templates to avoid excessive inlining
2012-07-05 Michael Niedermayermpegvideo: Don't use ff_mspel_motion() for vc1
2012-07-05 Martin Storsjövp8: Add ifdef guards around the sse2 loopfilter in...
2012-07-04 Martin Storsjövp8: loopfilter >=sse2 functions need aligned stack...
2012-07-04 Ronald S. Bultjeamr: remove shift out of the AMR_BIT() macro.
2012-07-04 Ronald S. Bultjedsputilenc: group yasm and inline asm function pointer...
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Ronald S. Bultjempegvideo: remove VLAs
2012-07-04 Mans Rullgardflacdec: move lpc filter to flacdsp
2012-07-04 Mans Rullgardflacdec: split off channel decorrelation as flacdsp
2012-07-04 Mans Rullgardflacdec: factor out code setting avctx->sample_fmt
2012-07-04 Mans Rullgardflac: make FLAC_CHMODE_* constants consecutive
2012-07-04 Mans Rullgardflacdec: allocate sample buffers with av_malloc
2012-07-04 Mans Rullgardflacdec: remove curr_bps from FLACContext
2012-07-04 Mans Rullgardflacenc: add option for forcing stereo decorrelation...
2012-07-03 Diego Biurrunanm: fix a few Doxygen comments
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-07-03 Ronald S. Bultjesnow: remove a VLA used for edge emulation
2012-07-03 Ronald S. Bultjesnow: remove the runs[] VLA.
2012-07-03 Martin Storsjösnow: Check mallocs at init
2012-07-02 Mans Rullgardflacdec: remove redundant setting of avctx->sample_fmt
2012-07-02 Mans Rullgardsnow: remove VLA in mc_block()
2012-07-02 Ronald S. Bultjesnow: remove a VLA.
2012-07-02 Kostya ShishkovMS ATC Screen (aka MSS3) decoder
2012-07-01 Martin Storsjöroqvideo: Remove a totally unused dspcontext
2012-07-01 Mans Rullgardsmacker: remove some unused code
2012-07-01 Mans Rullgarddsicin: remove dead assignment
2012-07-01 Mans Rullgardaacdec: remove dead assignment
2012-07-01 Mans Rullgardrl2: remove dead assignment
2012-07-01 Mans Rullgardproresenc: make a variable local to the loop where...
2012-07-01 Mans Rullgardalsdec: remove dead assignments
2012-07-01 Martin Storsjöwma: Lower the maximum number of channels to 2
2012-07-01 Mans RullgardARM: generate position independent code to access data...
2012-06-30 Ronald S. Bultjedsputilenc_mmx: split assignment of ff_sse16_sse2 to...
2012-06-30 Ronald S. Bultjednxhdenc: add space between function argument type...
2012-06-30 Ronald S. Bultjex86: fmtconvert: add special asm for float_to_int16_int...
2012-06-29 Mans Rullgardx86: vc1: fix and enable optimised loop filter
2012-06-27 Kostya Shishkovmss1: validate number of changeable palette entries
2012-06-27 Kostya Shishkovmss1: report palette changed when some additional colou...
2012-06-27 Christophe Gisquetx86: fft: replace call to memcpy by a loop
2012-06-27 Ronald S. Bultjedxva2: include dxva.h if found
2012-06-26 Hendrik Leppkesdxva2_h264: fix signaling of mbaff frames
2012-06-25 Mans Rullgardx86: fft: elf64: fix PIC build
2012-06-25 Mans Rullgardx86: fft: win64: fix stack alignment for memcpy() call
2012-06-25 Mans Rullgardx86: fft: convert sse inline asm to yasm
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-06-23 Mans Rullgardh264: use asm cabac reader under a generic condition
2012-06-23 Diego Biurrunx86: Only use optimizations with cmov if the CPU suppor...
2012-06-23 Mans Rullgardx86: remove unused inline asm macros from dsputil_mmx.h
2012-06-23 Mans Rullgardx86: move some inline asm macros to the only places...
2012-06-22 Anton Khirnovlibspeexenc: add supported sample rates and channel...
2012-06-22 Hendrik Leppkesutvideo: mark interlaced frames as such
2012-06-22 Carl Eugen Hoyosutvideo: Fix interlaced prediction for RGB utvideo.
2012-06-22 Diego Biurruncosmetics: do not use full path for local headers
2012-06-21 Janne Grunaufix hardcoded tables compililation caused by missing...
2012-06-21 Ronald S. Bultjetwinvq: give massive struct a name.
2012-06-21 Anton Khirnovlavc: remove stats_in from AVCodecContext options table.
2012-06-20 Kostya ShishkovMS Screen 1 decoder
2012-06-20 Alex Converseaacdec: Fix popping channel layouts.
2012-06-20 Mans RullgardUse av_gettime() in various places
2012-06-20 Mans Rullgarddct-test: use emms_c() from libavutil instead of duplic...
2012-06-19 Diego Biurrunflvdec: remove incomplete, disabled seeking code
2012-06-19 Simon A. Eugsterlavc: Extend the documentation for avcodec_init_packet
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
next