]> git.sesse.net Git - ffmpeg/history - libavcodec/h263dec.c
mimic: Convert to the new bitstream reader
[ffmpeg] / libavcodec / h263dec.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-03-19 Mark Thompsonlavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX...
2015-10-30 Rémi Denis-Courmontvdpau: remove dysfunctional H.263 support
2015-10-04 Vittorio Giovarah263: Drop uninitialized variable use from log message
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-06-08 Vittorio Giovarampegvideo: Move OutFormat enum to mpegutils.h
2015-05-31 Vittorio Giovarampegvideo: wmv2: Move function declarations
2015-05-22 Vittorio Giovarampegvideo: Rework various functions not to use MpegEncC...
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-04-28 Vittorio Giovarah263: Convert function to macro
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-10-13 Rémi Denis-Courmonth263dec: call get_format() on resolution changes
2014-10-13 Rémi Denis-Courmonth263dec: call get_format after setting resolution and...
2014-10-07 Josh Allmannh263dec: Force padding bug workaround for H.263.
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 Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
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-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-11 Anton Khirnovlavc: set AVCodecContext.hwaccel in ff_get_format()
2014-05-11 Anton Khirnovlavc: Add an internal wrapper around get_format()
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-31 Rémi Denis-Courmonth263: improve hwaccel #ifdefs
2013-11-29 Anton Khirnovmpeg4videodec: move mpeg4-specific post-frame-decode...
2013-11-29 Anton Khirnovmpeg4videodec: move mpeg4-specific bug detection from...
2013-11-29 Anton Khirnovh263dec: remove commented out cruft
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.vol_sprite_usage...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
2013-11-27 Anton Khirnovh263dec: sanitize a condition.
2013-11-10 Luca Barbatohwaccel: Simplify ff_find_hwaccel
2013-11-08 Diego Biurrundsputil: Split off H.263 bits into their own H263DSPContext
2013-10-31 Anton Khirnovh26[13]dec: stop using deprecated avcodec_set_dimensions
2013-10-27 Michael Niedermayerh263: Check init_get_bits return value
2013-10-27 Luca Barbatoh263: Return meaningful errors
2013-10-23 Luca Barbatoh263: K&R formatting cosmetics
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-23 Martin Storsjöh263dec: Remove a hack that can cause infinite loops
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-15 Diego Biurrunh263dec: Remove broken and disabled debug cruft
2013-03-26 Janne Grunauhwaccel: fix use with frame based multithreading
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-07 Diego BiurrunAdd missing error_resilience includes to files that...
2013-03-06 Ronald S. Bultjelavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-06 Anton Khirnovh263: remove an unused parameter from ff_h263_decode_in...
2013-01-20 Mans Rullgarddsputil: drop non-compliant "fast" qpel mc functions
2013-01-17 Luca Barbatolavc: support ZenoXVID custom tag
2012-12-09 Diego Biurruncosmetics: Fix dropable --> droppable typo
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-09-19 Janne Grunaumpeg4: support frame parameter changes with frame-mt
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-02 Ronald S. Bultjeh263: more strictly forbid frame size changes with...
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-03-02 Michael Niedermayerh263dec: Disallow width/height changing with frame...
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-15 Martin Storsjömsmpeg4: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-12-14 Andrey Utkinmpegvideo: remove abort() in ff_find_unused_picture()
2011-12-13 Luca Barbatolavc: introduce ER_MB_END and ER_MB_ERROR
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-08-04 Alex Converseh263dec: Fix asserts broken by the elimination of FF_CO...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-28 Dustin Brodyh263dec: Propagate AV_LOG_ERRORs from slice decoding...
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
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-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-04 Michael NiedermayerDetect incorrect padding with wrong stuffing codes...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-05-26 Michael NiedermayerTreat SIPP like xvid, fixed issue1966
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
next