]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg4video.h
vp9: split superframes in the filtering stage before actual decoding
[ffmpeg] / libavcodec / mpeg4video.h
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2014-08-14 Nidhi Makhijanimpeg4video: Fix doxygen comment syntax to document...
2014-07-29 Nidhi Makhijanimpegvideo: move vol_control_parameters to the only...
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: move new_pred from MpegEncContext to...
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 MpegEncContext.resync_marker into...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
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-01 Vittorio Giovarampeg4video: K&R formatting cosmetics
2013-08-15 Diego Biurrunavcodec: Replace local extern declarations for tables...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-02-15 Martin Storsjömpeg4: Add ff_ prefixes to nonstatic symbols
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-06 Diego Elio PettenòMake inter_rvlc and intra_rvlc static tables.
2010-03-08 Måns RullgårdAdd lots of missing includes
2010-01-09 Michael NiedermayerMake some tables static again, i mistakely thought...
2010-01-08 Michael NiedermayerMove 3 direct MV related functions that i left out...
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-08 Michael NiedermayerRemove useless line.
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c