]> git.sesse.net Git - ffmpeg/history - libavcodec
golomb: use unsigned arithmetics in svq3_get_ue_golomb()
[ffmpeg] / libavcodec /
2012-12-08 Janne Grunaugolomb: use unsigned arithmetics in svq3_get_ue_golomb()
2012-12-07 Josh Allmanntakdec: fix initialisation of LOCAL_ALIGNED array
2012-12-07 Mans Rullgardtakdec: fix initialisation of LOCAL_ALIGNED array
2012-12-07 Paul B Maholtak: demuxer, parser, and decoder
2012-12-07 Michael Niedermayerparser: fix large overreads
2012-12-07 Michael Niedermayerbitstream: add get_bits64() to support reading more...
2012-12-07 Mans Rullgardarm: rename ARMVFP config symbol to VFP
2012-12-07 Mans Rullgardarm: use HAVE*_INLINE/EXTERNAL macros for conditional...
2012-12-07 Mans Rullgarddct-test: arm: indicate required cpu features for optim...
2012-12-07 Anton Khirnovsnow: fix build after 594d4d5df3c70404168701dd5c90b7e6e...
2012-12-07 Mans Rullgardarm: fix use of uninitialised value in ff_fft_fixed_ini...
2012-12-07 Martin Storsjöavpicture: Don't assume a valid pix fmt in avpicture_ge...
2012-12-07 Janne Grunauh264: add a pointer for weighted prediction temporary...
2012-12-07 Janne Grunauh264: check sps.log2_max_frame_num for validity
2012-12-07 Janne Grunauflac: change minimum and default of lpc_passes option...
2012-12-07 Christophe GisquetSBR DSP x86: implement SSE sbr_hf_gen
2012-12-07 Christophe GisquetAAC SBR: use AVFloatDSPContext's vector_fmul
2012-12-05 Janne Grunauh264: slice-mt: check master context for valid current_...
2012-12-05 Janne Grunauh264: slice-mt: get last_pic_dropable from master context
2012-12-05 Justin Rugglesalacenc: add support for multi-channel encoding
2012-12-04 Janne Grunaumimic: initialize padding of swap_buf through av_fast_p...
2012-12-04 Janne Grunaueamad: initialize padding of bitstream_buf through...
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: factorise setting buffer type in avcodec_default_...
2012-12-04 Anton Khirnovlavc: don't reuse audio buffers
2012-12-04 Anton Khirnovlavc: set frame properties in ff_get_buffer().
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-12-02 Janne Grunauh264: error out on unset current_picture_ptr for h...
2012-12-02 Christophe Gisquetaac: avoid a memcpy in sbr_qmf_analysis
2012-11-29 Diego Biurrunbuild: The FLAC encoder also depends on the flacdsp...
2012-11-29 Janne Grunauh264: check context state before decoding slice data...
2012-11-29 Janne Grunauflashsv: make sure data for zlib priming is available
2012-11-28 Diego Biurrunx86: dsputilenc: port to cpuflags
2012-11-28 Diego Biurrunx86: h264dsp: Fix linking with yasm and optimizations...
2012-11-27 Diego Biurrunx86: h264_idct: port to cpuflags
2012-11-27 Piotr Bandurskivble: Do not abort decoding when version is not 1
2012-11-27 Diego Biurrunx86: h264_weight: port to cpuflags
2012-11-27 Janne Grunauh264: set Picture.owner2 to the current thread
2012-11-27 Janne Grunauh264: check ref_count validity for num_ref_idx_active_o...
2012-11-27 Janne Grunauh264: add missing new line to log message
2012-11-27 Michael Niedermayerdcadec: skip QMF on unused channels
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-11-26 Michael Niedermayeraacenc: use the correct output buffer
2012-11-26 Mans Rullgardaacdec: fix signed overflows in lcg_random()
2012-11-26 Janne Grunauflashsv: check for keyframe before using differential...
2012-11-26 Janne Grunauh264: enable low delay only if no delayed frames were...
2012-11-26 Diego Biurrunx86: fix build without inline asm
2012-11-26 Justin Rugglesaacdec: use float planar sample format for output
2012-11-26 Justin Ruggleslavc: clarify get_buffer() documentation
2012-11-26 Justin Rugglesmpegaudiodec: use planar sample format for output unles...
2012-11-25 Justin Rugglesx86: h264 qpel: use the correct number of utilized...
2012-11-25 Daniel Kangx86: h264: Convert 8-bit QPEL inline assembly to YASM
2012-11-25 Daniel Kangx86: h264: Remove 3dnow QPEL code
2012-11-25 Diego Biurrunx86: h264_chromamc: port to cpuflags
2012-11-23 Mans Rullgardmpegvideo: simplify dxy calculation in hpel_motion()
2012-11-21 Xi Wangcdgraphics: fix incorrect vertical offset mask in cdg_s...
2012-11-21 Diego Biurrunflashsv: Drop unused function and struct parameters
2012-11-20 Justin Rugglespcm: fix decoding of pcm_s16le_planar on big-endian
2012-11-20 Luca Barbatoimgconvert: remove PixFmtInfo
2012-11-20 Luca Barbatoavcodec: split avpicture from imgconvert
2012-11-20 Justin Rugglesalacenc: support 24-bit encoding
2012-11-20 Justin Rugglespcmdec: use planar sample format for pcm_s16le_planar
2012-11-20 Justin Rugglesvorbisdec: use float planar sample format
2012-11-18 Diego Biurrunx86: h264_intrapred: Fix C function names in comments
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-18 John StebbinsPGS subtitles: Set AVSubtitle pts value
2012-11-16 Janne Grunauh264: Fix parameters to ff_er_add_slice() call
2012-11-16 Janne Grunauh264: always check ref_count for validity
2012-11-16 Diego Biurrunx86: dsputil: port to cpuflags
2012-11-14 Xi Wangbgmc: Fix av_malloc checks in ff_bgmc_init()
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-13 Diego BiurrunDrop broken and unused CABAC test program.
2012-11-13 Diego Biurrunx86: h264_weight_10bit: port to cpuflags
2012-11-13 Luca Barbatolibtheoraenc: add missing pixdesc.h header
2012-11-13 Luca Barbatoavcodec: remove ff_is_hwaccel_pix_fmt
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-11-12 Mans Rullgardppc: replace pointer casting with AV_COPY32
2012-11-12 Mans Rullgardppc: fix some unused variable warnings
2012-11-12 Justin Rugglesbinkaudio: set channel layout
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-11 Alberto Delmásmss2: prevent potential uninitialized reads
2012-11-11 Kostya Shishkovmss2: reindent after last commit
2012-11-11 Alberto Delmásmss2: fix handling of unmasked implicit WMV9 rectangles
2012-11-10 Diego Biurrunx86: h264_qpel_10bit: drop unused parameter from MC10...
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-09 Diego Biurrunx86: h264_qpel_10bit: port to cpuflags
2012-11-08 Justin Rugglesflacenc: ensure the order is within the min/max range...
2012-11-08 Diego Biurrunx86: h264_intrapred: port to cpuflags
2012-11-07 James Zernlibvpxenc: Allow enabling constrained quality (CQ)...
2012-11-06 Martin Storsjölibopencore-amr: Check the return value of amr_decode_f...
2012-11-05 Justin Rugglesflacenc: use RICE2 entropy coding mode for 24-bit
2012-11-05 Justin Rugglesflacenc: add 24-bit encoding
2012-11-05 Justin Rugglesflacdsp: move lpc encoding from FLAC encoder to FLACDSP...
2012-11-05 Justin Rugglesflacenc: use uint64_t for bit counts
2012-11-05 Justin Rugglesflacenc: remove wasted trailing 0 bits
2012-11-05 Justin Rugglesflacenc: use a separate buffer for byte-swapping for...
2012-11-05 Diego Biurrunx86: h264qpel: Only define mmxext QPEL functions if...
2012-11-05 Diego Biurrunx86: PABSW: port to cpuflags
next