]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
MSS2 decoder
[ffmpeg] / libavcodec / mpegvideo.c
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-24 Diego Biurrunx86: mpegvideo: more sensible names for optimization...
2012-08-09 Mans Rullgardmpegvideo: convert mpegvideo_common.h to a .c file
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-29 Mans Rullgardmpegvideo: remove unnecessary inclusions of faandct.h
2012-07-04 Ronald S. Bultjempegvideo: remove VLAs
2012-04-21 Mans RullgardRemove lowres video decoding
2012-03-23 Janne GrunauMPV: set reference frame pointers to NULL when allocati...
2012-03-16 Janne GrunauMPV: always mark dummy frames as reference
2012-03-16 Ronald S. Bultjempeg4: report frame decoding completion at ff_MPV_frame...
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-01-21 John Brooksmpegvideo: fix invalid memory access for small video...
2012-01-10 Janne Grunaumpegvideo: claim ownership of referenced pictures
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2011-12-25 Konstantin Todorovmpegvideo.c: K&R formatting and cosmetics.
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-14 Andrey Utkinmpegvideo: remove abort() in ff_find_unused_picture()
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-12-06 Konstantin TodorovCode cleanup - mpegvideo.c - 500-1000line
2011-12-03 Konstantin Todorovmpegvideo.c: code cleanup - first 500 lines.
2011-12-02 Justin Rugglesavcodec: change number of plane pointers from 4 to...
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.
2011-10-23 Anton Khirnovmpeg12: move closed_gop from MpegEncContext to Mpeg1Context
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_toupper4.
2011-10-20 Anton Khirnovlavc: rename ff_find_start_code to avpriv_mpv_find_star...
2011-10-16 Steven Waltersw32threads: support for frame multithreading
2011-10-05 Ronald S. Bultjempegvideo: set correct offset for edge emulation buffer.
2011-10-05 Ronald S. Bultjempegvideo: fix position of bottom edge.
2011-09-21 Anton Khirnovlavc: replace some deprecated FF_*_TYPE with AV_PICTURE...
2011-09-21 Diego BiurrunFix assert() calls that need updates after FF_COMMON_FR...
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-07-27 Mans Rullgardmpegvideo: initialise DSPContext in ff_dct_common_init()
2011-07-20 Ronald S. Bultjempegvideo: fix invalid picture unreferencing.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-09 Frank Barchardmpeg1video: don't abort if thread_count is too high.
2011-07-04 Jason Garrett-GlaserH.264: fix overreads of qscale_table
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-03 Ronald S. Bultjempegvideoenc: fix multislice fate tests with threading...
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-12 Michael Niedermayermpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via...
2011-05-11 Anatoly NenashevFix crash of interlaced MPEG2 decoding
2011-05-04 Ronald S. Bultjempegvideo: reindent.
2011-05-04 Ronald S. Bultjempegvideo: don't av_malloc(0).
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
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-26 Alexander Strangedsputil: allow to skip drawing of top/bottom edges.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2010-12-25 Michael NiedermayerSimplify tff setting code in MPV_frame_start().
2010-11-03 Reimar DöffingerH.264 decode: support cropping up to 28 pixels in inter...
2010-09-21 Ivan KalvachevThe debug text output of macroblocks can indicate MB_TY...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-20 Laurent AimarFixed mpeg12 top field first flag value with field...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-02 Måns RullgårdFix memory leak introduced in r23933
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-07-01 Måns RullgårdMaybe fix threaded mpeg*video encoding
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-23 Michael NiedermayerChange ref_index structure so it matches how its organi...
2010-03-15 Michael NiedermayerAdd ff_ prefix for mpeg2_dc_scale_table.
2010-03-15 Michael NiedermayerSupport intra_dc_precision>8 in jpeg
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-02-25 Michael NiedermayerGet rid of mb2b8_xy and b8_stride, change arrays organi...
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-16 Anatoly NenashevSupport lowres 3 when decoding MPEG video.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_WMV2 definition.
2009-11-30 Michael NiedermayerMove dummy picture allocation code from mpeg1/2 to...
2009-11-30 Michael NiedermayerSet mb_y in mpeg2 field pictures like h264 does.
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-06-09 Luca AbeniProperly initialize AVFrames to default values in the...
2009-05-27 Baptiste CoudurierRename alloc_picture to ff_alloc_picture and move its...
2009-05-15 Baptiste Coudurierdecode mpeg-2 closed gop first b frames, fix issue...
2009-05-15 Baptiste Coudurierchange pic type to Picture* and remove casts
2009-04-17 Michael NiedermayerRemove 2 unused variables from MPV_decode_mb_internal...
2009-04-13 Baptiste Coudurierfix indentation
2009-04-08 Michael NiedermayerFix mb_height for interlaced mpeg2.
2009-04-02 Gwenole BeauchesneAdd VA API pixfmt (only VLD is available ATM).
2009-03-20 Gwenole BeauchesneRename hwaccel_data_private to hwaccel_picture_private.
2009-03-11 Gwenole BeauchesneUse av_mallocz() to initialize hwaccel_data_private.
2009-03-09 Gwenole BeauchesneAdd private HW accel data infrastructure.
2009-03-04 Gwenole BeauchesneAdd frame buffer allocators. aka simplify calls to
2009-03-02 Benoit FouetMerge three conditions in a single 'if' instead of...
2009-02-27 Gwenole BeauchesneMake ff_print_debug_info() a no-op when using HW accele...
2009-02-27 Gwenole BeauchesneAdd ff_hwaccel_pixfmt_list_420[] definition.
2009-02-24 Michael NiedermayerAdd and use ff_pixfmt_list_420.
next