]> git.sesse.net Git - ffmpeg/history - libavcodec
cook: use the bytestream2 API for reading extradata
[ffmpeg] / libavcodec /
2016-08-18 Anton Khirnovcook: use the bytestream2 API for reading extradata
2016-08-18 Anton Khirnovqpeg: fix an off by 1 error in the MV check
2016-08-18 Anton Khirnovalac: do not return success if nothing was decoded
2016-08-18 Anton Khirnovvmnc: check that subrectangles fit into their containin...
2016-08-17 Diego Biurrungolomb: Drop disabled cruft
2016-08-17 Diego Biurrunsimple_idct: arm: Drop disabled code variant
2016-08-17 Diego Biurrunsimple_idct: x86: Drop disabled IDCT implementation
2016-08-17 Diego Biurrundvbsubdec: Remove disabled, near-duplicate debug code
2016-08-17 Diego Biurrunmpegvideo: Kill some disabled code
2016-08-17 Diego Biurrunmsmpeg4: Drop disabled debug cruft
2016-08-17 Diego Biurrunmathops: Drop disabled alternative mid_pred() implement...
2016-08-17 Diego Biurrunmjpegdec: Drop disabled code
2016-08-17 Diego Biurrunfaan(i)dct: Kill some disabled code
2016-08-17 Diego Biurrunffv1: Remove broken disabled cruft
2016-08-17 Diego Biurrunh264: Kill broken disabled cruft
2016-08-17 Diego Biurrunaac: Drop broken cruft
2016-08-17 Diego Biurrunjfdct: Kill broken cruft
2016-08-17 Diego Biurrunroqvideoenc: Drop broken disabled cruft
2016-08-17 Diego Biurrunpnm_parser: Drop broken disabled cruft
2016-08-17 Diego Biurrunwma: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunmpeg4videoenc: Kill non-compiling disabled cruft
2016-08-17 Diego Biurrunrangecoder: Kill non-compiling disabled cruft
2016-08-13 Mark Thompsonvaapi_vc1: Remove redundant version check
2016-08-13 Mark Thompsonvaapi_vc1: Constify pointers
2016-08-13 Mark Thompsonvaapi_mpeg2: Constify pointers
2016-08-13 Mark Thompsonvaapi_h264: Constify pointers
2016-08-11 Anton Khirnovvp9: reindent after last commit
2016-08-11 Ronald S. Bultjevp9: add frame threading
2016-08-11 Ronald S. Bultjevp9: allocate 'b', 'block/uvblock' and 'eob/uveob'...
2016-08-11 Ronald S. Bultjevp9: split last/cur_frame from the reference buffers.
2016-08-11 Anton Khirnovh264_direct: use the reference mask from the actual...
2016-08-11 Anton Khirnovlavc: free buffer_frame/pkt on avcodec_open2() failure
2016-08-03 Ronald S. Bultjevp9: make mv bounds 32bit.
2016-08-03 Ronald S. Bultjevp9mc/x86: sse2 MC assembly.
2016-08-03 James Almervp9mc/x86: add AVX and AVX2 MC
2016-08-03 Clément Bœschvp9mc/x86: rename ff_* to ff_vp9_*
2016-08-03 James Almervp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext
2016-08-03 Clément Bœschvp9mc/x86: simplify a few inits.
2016-08-03 Ronald S. Bultjevp9mc/x86: add 16px functions (64bit only).
2016-08-03 Anton Khirnovvp9/x86: rename vp9dsp to vp9mc
2016-08-03 Anton Khirnovlavc: align the linesize to 32 when AVX is enabled
2016-08-03 Christophe Gisquetx86: deduplicate some constants
2016-08-03 Anton Khirnovh264dec: reset nb_slice_ctx_queued for hwaccel decoding
2016-08-03 Diego Biurrunsbrdsp: Move a misplaced #endif directive to the right...
2016-08-03 Diego Biurrundvbsubdec: Use NULL instead of 0 as pointer value
2016-08-02 Martin StorsjöRevert "Don't use expressions with side effects in...
2016-07-31 Martin StorsjöDon't use expressions with side effects in macro parameters
2016-07-31 Martin Storsjödxv: Check to make sure we don't overrun buffers on...
2016-07-31 Anton Khirnovqsvdec: only access hwaccel_context is the pixel format...
2016-07-31 Anton KhirnovFix instances of broken indentation found by gcc 6
2016-07-29 Luca Barbatoac3dec: Add some inline hints
2016-07-29 Luca Barbatoac3dec: Simplify skipping
2016-07-29 Luca Barbatoac3dec: Split coupling-specific code from decode_audio_...
2016-07-29 Luca Barbatoac3dec: Split spx-specific code from decode_audio_block()
2016-07-29 Anton Khirnovmimic: do not release the newly obsolete reference...
2016-07-25 Diego Biurrunhpeldsp: Explain why put_no_rnd_pixels_tab is larger...
2016-07-23 Luca Barbatovpx: Support color range
2016-07-22 Anton Khirnovqsvenc: print warnings from encode/init
2016-07-22 Anton Khirnovqsvenc: do not re-execute encoding on all positive...
2016-07-22 Anton Khirnovqsv: print more complete error messages
2016-07-22 Anton Khirnovqsvenc: take only the allocated dimensions from the...
2016-07-22 Anton Khirnovqsvenc: add support for p010
2016-07-22 Anton Khirnovqsv: handle the semi-packed formats in map_fourcc as...
2016-07-22 Anton Khirnovlavc: set sw_pix_fmt for hwaccel encoding
2016-07-22 Anton Khirnovlavc: initialize AVCodecContext.sw_pix_fmt properly
2016-07-20 Vittorio Giovararatecontrol: Reorder functions to avoid forward declara...
2016-07-20 Vittorio Giovararatecontrol: Move Xvid-related functions to the place...
2016-07-20 Vittorio Giovararatecontrol: Move mpegenc-only function where it is...
2016-07-20 Vittorio Giovararatecontrol: Drop commented out cruft
2016-07-20 Diego Biurrunx86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro...
2016-07-20 Diego Biurrunx86: Use *_FAST/*_SLOW CPU feature detection macros...
2016-07-20 Diego Biurrunx86: hpeldsp: Don't check for bitexact flag when initia...
2016-07-20 Diego Biurrunx86: hpeldsp: Drop unused function parameters
2016-07-20 Diego Biurrunx86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate
2016-07-20 Diego Biurrunx86: hpeldsp: Split off VP3-specific bits into a separa...
2016-07-20 Anton Khirnovh264dec: do not call finish_setup() if we have not...
2016-07-20 Anton Khirnovh264dec: handle zero-sized NAL units in get_last_needed...
2016-07-20 Anton Khirnovh264dec: make sure not to call finish_setup() more...
2016-07-20 Hendrik Leppkeshevc: set profile based on the profile compatibility...
2016-07-18 James Almerhevc: Add AVX2 DC IDCT
2016-07-18 Mickaël Raulethevc: Add coefficient limiting to speed up IDCT
2016-07-18 Mickaël Raulethevc: Add DC IDCT
2016-07-18 Mickaël Raulethevcdsp_template: Templatize IDCT
2016-07-18 Alexandra Hájkováhevc: Separate adding residual to prediction from IDCT
2016-07-15 Anton Khirnovhevc: offer DXVA2 for 10bit 420
2016-07-15 Anton Khirnovh264: fix decoding multiple fields per packet with...
2016-07-15 Anton Khirnovh264: eliminate decode_postinit()
2016-07-15 Martin Storsjölibopenh264enc: Simplify init by setting FF_CODEC_CAP_I...
2016-07-15 Martin Storsjölibopenh264enc: Return a more sensible error code in...
2016-07-15 Martin Storsjölibopenh264dec: Simplify the init thanks to FF_CODEC_CA...
2016-07-15 Martin Storsjölibopenh264dec: Fix cleanup if the init failed early
2016-07-13 Vittorio Giovarah264: Log more information about invalid NALu size
2016-07-13 Janne Grunauh2645_parse: handle embedded Annex B NAL units in size...
2016-07-11 Anton Khirnovh264_ps: export actual height in MBs as SPS.mb_height
2016-07-11 Steve Lhommed3d11va: don't keep the context lock while waiting...
2016-07-10 Martin Storsjövp8dsp: Remove the comment saying that the height is...
2016-07-10 Janne Grunauvp8/armv6: mc: avoid boolean expression in calculation
2016-07-09 Martin Storsjölibopenh264: Support building with the 1.6 release
2016-07-06 Martin Storsjöarm: Fix a typo in a comment
2016-07-06 Martin Storsjövp8dsp: Clarify the first dimension of the mc function...
next