Treat all '*.pnm' files as non-text file
[platform/upstream/libav.git] / libavcodec /
2014-11-27 Anton Khirnovopusdec: make sure all substreams have the same number...
2014-10-15 Vittorio Giovaraimc: fix order of operations in coefficients read
2014-10-08 Anton Khirnovhevc_mvs: make sure to always initialize the temporal...
2014-10-08 Anton Khirnovhevc_mvs: initialize the temporal MV in case of missing ref
2014-09-29 Michael Niedermayerh264: reset ret to avoid propagating minor failures
2014-09-29 Luca Barbatohevc: Initialize mergecand_list to 0
2014-09-26 Rémi Denis-Courmontmpeg12: Always invoke the get_format() callback
2014-09-26 Rémi Denis-Courmonth264: Always invoke the get_format() callback
2014-08-31 Michael Niedermayeravcodec: fix missing doxygen comment marker
2014-08-28 Vittorio Giovaraavcodec: add stream-level stereo3d side data
2014-08-27 Luca Barbatovc1: Initialize start_code_found to 0
2014-08-26 Luca Barbatovc1: Fix the skip condition
2014-08-24 Diego Biurrunmpeg12enc: Add missing #include for PICT_FRAME
2014-08-24 Diego Biurrunerror_resilience: Drop asserts from guess_mv()
2014-08-19 Diego Biurrunpcm: Drop av_unused attribute from variable that is...
2014-08-19 Diego Biurrunpcm: Drop unused variable from DECODE_PLANAR macro
2014-08-19 Diego Biurrunvc1: Add missing parentheses to conditions in vc1_decod...
2014-08-18 Christophe Gisquetproresenc: Properly account for alpha plane
2014-08-18 Christophe Gisquetproresenc: Realloc if buffer is too small
2014-08-18 Christophe Gisquetproresenc: Report buffer overflow
2014-08-18 Christophe Gisquetproresenc: Remove unneeded parameters from encode_alpha...
2014-08-18 Diego Elio Pettenòtiff: Return proper error for missing LZMA compression
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
next