]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg4videodec.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / mpeg4videodec.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-12-12 Anton Khirnovlavc: add profiles to AVCodecDescriptor
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-28 Anton Khirnovrl: Rename ff_*_rl() to ff_rl_*()
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-04-14 wm4mpeg4videodec: Remove useless messages
2015-01-27 Anton Khirnovavidec: do not export stream_codec_tag
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-09-01 Gabriel Dumempeg4videodec: Fix low_delay error message
2014-08-27 Diego Biurruncosmetics: Make naming scheme of Xvid IDCT consistent...
2014-08-03 Anton Khirnovmpeg4video: Initialize xvididct for all threads
2014-08-01 Diego Biurrunidct: Split off Xvid IDCT
2014-07-29 Nidhi Makhijanimpegvideo: move vol_control_parameters to the only...
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-01-31 Janne Grunauxvid: switch to xvid mmx idct as soon as possible
2013-12-05 Anton Khirnovmpeg4videodec: move showed_packed_warning from MpegEncC...
2013-12-05 Anton Khirnovmpeg4videodec: move intra_dc_threshold from MpegEncCont...
2013-12-05 Anton Khirnovmpeg4videodec: move use_intra_dc_vlc from MpegEncContex...
2013-11-29 Anton Khirnovmpeg4videodec: move sprite_{shift,traj} from MpegEncCon...
2013-11-29 Anton Khirnovmpeg4videodec: move num_sprite_warping_points from...
2013-11-29 Anton Khirnovmpeg4videodec: move sprite_brightness_change from MpegE...
2013-11-29 Anton Khirnovmpeg4videodec: move scalability from MpegEncContext...
2013-11-29 Anton Khirnovmpeg4videodec: move enhancement_type from MpegEncContex...
2013-11-29 Anton Khirnovmpeg4videodec: remove a write-only variable from MpegEn...
2013-11-29 Anton Khirnovmpeg4videodec: move new_pred from MpegEncContext to...
2013-11-29 Anton Khirnovmpeg4videodec: replace MpegEncContext.reduced_res_vop...
2013-11-29 Anton Khirnovmpeg4videodec: remove a write-only variable from MpegEn...
2013-11-29 Anton Khirnovmpeg4videodec: move t_frame from MpegEncContext to...
2013-11-29 Anton Khirnovmpeg4videodec: move cplx_estimation_* fields from MpegE...
2013-11-29 Anton Khirnovmpeg4videodec: move mpeg4-specific bug workaround varia...
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 Khirnovmpeg4videodec: move MpegEncContext.resync_marker into...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
2013-11-29 Anton Khirnovmpeg4videodec: remove write-only sprite variables from...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.vol_sprite_usage...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.time_increment_bits...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
2013-11-29 Anton Khirnovmpeg4videodec: add a mpeg4-specific private context.
2013-11-19 Vittorio Giovarampeg4videodec: K&R formatting cosmetics
2013-10-28 Anton Khirnovlavc: don't set AVFrame.pts to random numbers in decoders.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-17 Martin Storsjömpeg4videodec: Check the width/height in mpeg4_decode_s...
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
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-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-19 Janne Grunaumpeg4: support frame parameter changes with frame-mt
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2012-02-15 Martin Storsjömpeg4: Add ff_ prefixes to nonstatic symbols
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-12-17 Mans Rullgardget_bits: remove LAST_SKIP_CACHE macro
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-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-10-09 Mans Rullgardmpeg4dec: use unsigned type for startcode in ff_mpeg4_d...
2011-08-01 Dustin Brodympeg4videodec: remove dead code that would have detecte...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-21 Thierry Foucumpeg4: add Mpeg4 Profiles names.
2011-07-21 Thierry Foucumpeg4: decode Level Profile for MPEG4 Part 2.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-02 Mans RullgardRemove unused variables
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-13 Anatoly Nenashevmpeg4video: ignore broken GOP headers
2011-02-08 Stefan Kostlogging: downgrade recoverable errors to warnings
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Mans RullgardRemove redundant checks against MIN_CACHE_BITS
2011-01-03 Aurelien Jacobsmpeg4videodec: reset time_base.num to 0 when detecting...
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-02-08 Michael NiedermayerChange xvid/divx/lavc build variables to be consistent...
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerRename mpeg4 intra vlc tables so they contain "mpeg4...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c