]> git.sesse.net Git - ffmpeg/history - libavcodec
Prepare for 11_alpha2 Release
[ffmpeg] / libavcodec /
2014-08-10 Diego Elio Pettenòtiff: Improve grayscale support
2014-08-09 Anton Khirnovlavc: remove obsolete and disabled avpriv functions
2014-08-09 Anton KhirnovRemove obsolete FF_API_AVFRAME_COLORSPACE cruft.
2014-08-09 Anton KhirnovBump major versions of all libraries.
2014-08-09 Anton KhirnovPostpone API-incompatible changes until the next bump.
2014-08-09 Anton Khirnovhevc_filter: avoid excessive calls to ff_hevc_get_ref_l...
2014-08-09 Anton Khirnovhevc_refs: drop the handling of negative coordinates...
2014-08-09 Anton Khirnovhevc_filter: move some conditions out of loops
2014-08-09 Anton Khirnovhevc: deobfuscate slice/tile boundary handling for DBF
2014-08-09 Anton Khirnovhevc_filter: drop more redundant checks
2014-08-09 Anton Khirnovhevc_filter: drop redundant checks
2014-08-09 Anton Khirnovhevc: calculate the dbf strength in hls_pcm_sample...
2014-08-08 Diego Biurrunavcodec: Rename xvidmmx IDCT to xvid
2014-08-08 Diego Biurrunxvididct: Ensure that the scantable permutation is...
2014-08-08 Diego Biurrunidct: cosmetics: Drop one unnecessary if-block level
2014-08-07 Diego Biurrunavcodec: Undeprecate reordered_opaque
2014-08-07 Felix Abecassish264: fix interpretation of interleved stereo modes
2014-08-06 Anton Khirnovsvq1: do not modify the input packet
2014-08-06 Anton Khirnovcdgraphics: do not return 0 from the decode function
2014-08-06 Anton Khirnovcdgraphics: switch to bytestream2
2014-08-06 Vittorio Giovarajpeg2000: enable 4 component pixel formats
2014-08-05 Michael Niedermayerhuffyuvdec: check width size for yuv422p
2014-08-05 Michael Niedermayermmvideo: check horizontal coordinate too
2014-08-05 Michael Niedermayerwmalosslessdec: fix mclms_coeffs* array size
2014-08-04 Ben Avisonvc-1: Optimise parser (with special attention to ARM)
2014-08-04 Ben Avisonvc-1: Add platform-specific start code search routine...
2014-08-04 Ben Avisonh264: Move start code search functions into separate...
2014-08-04 Diego Biurrunavcodec: Suppress deprecation warnings from DTG code...
2014-08-04 Carl Eugen Hoyostiff: support reading gray+alpha at 8 bits
2014-08-04 Vittorio Giovaratiff: support reading gray+alpha at 16 bits
2014-08-04 Vittorio Giovarapng: support reading gray+alpha at 16 bits
2014-08-04 Vittorio Giovarapng: disable broken MMX/SIMD code for bpp <= 2
2014-08-04 Vittorio Giovaraavutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
2014-08-03 Kieran Kunhyaavcodec: Deprecate dtg_active_format field in favor...
2014-08-03 Diego Biurrunhuffyuv: Check and propagate function return values
2014-08-03 Diego Biurrunhuffyuv: Return proper error codes
2014-08-03 Diego Biurrunhuffyuv: Use avpriv_report_missing_feature() where...
2014-08-03 Diego Biurrunhuffyuv: Eliminate some pointless casts
2014-08-03 Diego Biurrunhuffyuv: K&R formatting cosmetics
2014-08-03 Anton Khirnovmpeg4video: Initialize xvididct for all threads
2014-08-03 Janne Grunauaarch64: add ',' between assembler macro arguments...
2014-08-03 Diego Biurrunavcodec: Deprecate unused defines and options
2014-08-03 Diego Biurrunavcodec: options: Add missing deprecation ifdefs around...
2014-08-03 Diego Biurrunlcl: Disentangle pointers to input data and decompressi...
2014-08-02 Diego Biurruntiff: Replace deprecated PIX_FMT names by modern ones
2014-08-02 Diego Biurrundv: Update DV-profile-related functions to current...
2014-08-02 Diego Biurrunppc: fft: Build AltiVec optimizations in the standard way
2014-08-01 Vittorio Giovarah264: prevent theoretical infinite loop in SEI parsing
2014-08-01 Vittorio Giovarapngdec: correctly indent macros
2014-08-01 Diego Biurruntscc: Eliminate pointless variable indirections in...
2014-08-01 Diego Biurrunpngenc: Drop pointless pointer cast in png_write_row()
2014-08-01 Diego Biurrunidct: Split off Xvid IDCT
2014-08-01 Diego Biurrunppc: idctdsp: Immediately return if no AltiVec is available
2014-08-01 Michael Niedermayerpgssubdec: Check RLE size before copying
2014-07-29 Nidhi Makhijanimpegvideo: move vol_control_parameters to the only...
2014-07-28 Diego Biurrunsanm: Use correct printf conversion specifiers for...
2014-07-28 Diego Biurrunx86: build: Restore ordering of OBJS lines
2014-07-28 Anton Khirnovhevc: eliminate the last element from TransformTree
2014-07-28 Anton Khirnovhevc: eliminate unnecessary cbf_c{b,r} arrays
2014-07-28 Anton Khirnovhevc: do not store the transform inter_split flag in...
2014-07-28 Anton Khirnovhevc: simplify splitting the transform tree blocks
2014-07-28 Anton Khirnovhevc: eliminate an unnecessary array
2014-07-28 Anton Khirnovcodec_desc: fix some typos in long codec names
2014-07-28 Anton Khirnovlavc: add a property for marking codecs that support...
2014-07-27 Anton Khirnoveamad: use the bytestream2 API instead of AV_RL
2014-07-26 Diego Biurrunavcodec: Mark argument in av_{parser|hwaccel|bitstream_...
2014-07-26 Pierre Edouard Leperehevc: SSE2 and SSSE3 loop filters
2014-07-26 Anton Khirnovhevcdsp: remove an unneeded variable in the loop filter
2014-07-25 Diego Biurrunmpegvideo: Move QMAT_SHIFT* defines to the only place...
2014-07-25 Diego Biurrunmpegvideo: Move ME_MAP_* defines to the only place...
2014-07-25 Diego Biurrunmpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444...
2014-07-25 Diego Biurrunfft-test: Pass the right struct members instead of...
2014-07-25 Diego Biurrunvc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c
2014-07-25 Diego Biurrunqpeldsp: Mark source pointer in qpel_mc_func function...
2014-07-25 Diego Biurrundct/rdft: Remove duplicate typedefs for context structs
2014-07-24 Nidhi Makhijanimpegenccontext: Remove unused opaque pointer
2014-07-23 Diego Biurrunfft-test: Pass correct struct members to (i)dct functions
2014-07-23 Diego Biurrunfft-test: K&R formatting cosmetics
2014-07-23 Diego Biurrunfft-test: Check memory allocations
2014-07-23 Diego Biurrunfft-test: Drop unnecessary pointer indirection for...
2014-07-23 Diego Biurrunfft-test: Reduce variable scope where sensibly possible
2014-07-23 Nidhi Makhijanimpegenccontext: Remove unused dct_unquantize_h261 funct...
2014-07-23 Diego Biurrunfft-test: Make global exptab variable static
2014-07-23 Diego Biurrunmpegvideo: Move QUANT_BIAS_SHIFT define to the only...
2014-07-22 Diego Biurrunfft-test: Comment some #endifs
2014-07-22 Diego Biurrunfft-test: Drop unnecessary #ifdefs around header includes
2014-07-22 Diego Biurrundct/rdft: Add missing typedefs for context structs
2014-07-22 Diego Biurrunbuild: Add define for SIMD extensions requiring 16...
2014-07-22 Diego Biurrunlibxvid: Drop PPC-specific CPU detection hack
2014-07-21 Diego Biurrunimgconvert: cosmetics: Reshuffle defines to reduce...
2014-07-21 Ben Avisonarm: Macroize the test for 'setend' CPU instruction...
2014-07-21 James Yuaarch64: NEON intrinsics dct_unquantize_h263.
2014-07-21 Diego Biurrunbuild: Conditionally compile all avcodec test programs
2014-07-21 Diego Biurrunbuild: Conditionally build and run DCT test program
2014-07-21 Diego Biurrunbuild: Conditionally build and test iirfilter
2014-07-21 Nidhi Makhijanimjpeg: return proper error code
2014-07-21 Diego Biurrundct-test: Move arch-specific bits into arch-specific...
2014-07-21 Janne GrunauRevert "tiff: support reading gray+alpha at 8 bits"
2014-07-20 Ronald S. Bultjeh264: Fix direct temporal mvs for bottom-field-first...
2014-07-20 Carl Eugen Hoyostiff: support reading gray+alpha at 8 bits
next