mxf: Add UID print helpers
[platform/upstream/libav.git] / libavcodec /
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-15 Diego Biurrunbuild: Add explanatory comments to (optimization) block...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-14 John Stebbinsh261dec: Fix order of initialization
2014-08-14 John Stebbinsh263dec: Fix order of initialization
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-08-14 Nidhi Makhijanimpeg4video: Fix doxygen comment syntax to document...
2014-08-14 Edgar Hucekvaapi: set the scaling list correctly.
2014-08-12 Michael Niedermayerffv1dec: check that global parameters do not change...
2014-08-12 Christophe Gisquethevc_mvs: avoid deriving tmvp in amvp
2014-08-12 Christophe Gisquethevc: wait proper position for tmvp
2014-08-12 Christophe Gisquethevc: use intreadwrite
2014-08-12 Christophe Gisquethevc: derive partial merge list
2014-08-12 Christophe Gisquethevc: derive partially amvp list
2014-08-12 Christophe Gisquethevc: simplify rounding
2014-08-12 Christophe Gisquethevc: reorder loops
2014-08-10 Diego Biurrunavcodec: Postpone FF_IDCT_XVIDMMX removal until the...
2014-08-10 Anton Khirnovlavc: drop the av_fast_{re,m}alloc compatibility wrappers
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
next