]> git.sesse.net Git - ffmpeg/history - libavcodec/svq3.c
d3d11va: make av_d3d11va_alloc_context() available at all times
[ffmpeg] / libavcodec / svq3.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-05 Anton Khirnovsvq3: initialize some required H264Context fields.
2015-03-21 Anton Khirnovh264: move [uv]linesize to the per-slice context
2015-03-21 Anton Khirnovh264: move the scratch buffers into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move is_complex into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_skip_run into the per-slice context
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move mb[_{padding,luma_dc}] into the per-slice...
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move {mv,ref}_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move non_zero_count_cache into the per-slice...
2015-03-21 Anton Khirnovh264: move *_samples_available into the per-slice context
2015-03-21 Anton Khirnovh264: move intra4x4_pred_mode[_cache] into the per...
2015-03-21 Anton Khirnovh264: move some neighbour information into the per...
2015-03-21 Anton Khirnovh264: move {chroma,intra16x16}_pred_mode into the per...
2015-03-21 Anton Khirnovh264: move the quantizers into the per-slice context
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-03-22 Diego Biurrundsputil: Move thirdpel-related bits into their own...
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2014-03-18 Vittorio Giovarasvq3: directly set pix_fmt and color_range
2014-03-16 Vittorio Giovarah264 does not depend on mpegvideo any more
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovarah264: move relevant fields from Picture to H264Picture
2014-03-16 Vittorio Giovarampegvideo: directly use frames in ff_draw_horiz_band()
2014-01-29 Diego Biurrunmpeg: Drop unused parameters from ff_draw_horiz_band()
2014-01-09 Anton Khirnovmpegvideo: drop support for real (non-emulated) edges
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-19 Martin Storsjösvq3: Avoid a division by zero
2013-09-17 Martin Storsjösvq3: Check for any negative return value from ff_h264_...
2013-08-20 Diego Biurrunh264data: Move some tables to the only place they are...
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-05-05 Diego Biurrunavcodec: Add av_cold attributes to end functions missin...
2013-04-19 Ronald S. Bultjesvq3: Use hpeldsp instead of dsputil for half-pel functions
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-03-08 Anton Khirnovlavc: stop setting AVFrame.motion_subsample_log2
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-19 Ronald S. Bultjeh264/svq3: Stop using draw_edges
2013-02-18 Matti Hamalainensvq3: unbreak decoding
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-02-15 Anton Khirnovsvq3: remove a pointless if()
2013-02-07 Diego Biurrundsputil: Move ff_svq3 function declarations to a separa...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-09 Janne Grunausvq3: make slice type value unsigned to match svq3_get_...
2012-12-08 Janne Grunaugolomb: use unsigned arithmetics in svq3_get_ue_golomb()
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-20 Diego Biurrunsvq3: cosmetics: Drop useless parentheses
2012-10-20 Diego Biurrunsvq3: K&R formatting cosmetics
2012-10-11 Mans Rullgardsvq3: fix pointer type warning
2012-10-11 Mans Rullgardsvq3: replace unsafe pointer casting with intreadwrite...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-06 Ronald S. Bultjesvq3: protect against negative quantizers.
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-10 Alex Conversesvq3: Prevent illegal reads while parsing extradata.
2012-02-10 Ronald S. Bultjeh264: disallow constrained intra prediction modes for...
2011-08-15 Dustin Brodysvq3: propagate codec memory allocation failure in...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-03 Jason Garrett-GlaserH.264: faster write_back_*
2011-06-14 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-03 Baptiste Couduriersvq3: Check negative mb_type to fix potential crash.
2011-06-03 Baptiste Couduriersvq3: Move svq3-specific fields to their own context.
2011-05-21 Ronald S. Bultjesvq3: Do initialization after parsing the extradata
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-18 Diego BiurrunReplace mplayerhq.hu URLs by libav.org.
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-15 Jason Garrett-GlaserPort SVQ3 to use the new mb_luma_dc method of storing...
2011-01-14 Jason Garrett-GlaserFix SVQ3
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-12-15 Alexander StrangeSVQ3: Allow decoding if thread_count is > 1
2010-06-15 Baptiste CoudurierFix svq3 watermark log uncompress on 64bit, probably...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-25 Michael Niedermayersvq3 now in working condition, at least vissually,...
2010-02-25 Michael Niedermayerfix compilation, sorry ive not checked cvslog for a...
2010-01-27 Rafaël CarréFix svq3_* function declarations.
2010-01-19 Jai MenonApply changes made in r21308 to svq3.c.
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.
2010-01-12 Michael NiedermayerMove check_intra4x4_pred_mode() back from h264.h to...
next