]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
Add stereo rematrixing support to the AC-3 encoders.
[ffmpeg] / libavcodec / mpegvideo.c
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.
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-22 Ivan KalvachevChange the type of pblocks from pointers to short array...
2009-02-19 Ivan KalvachevExit with error if MPV_common_init() is called with...
2009-02-16 Diego Biurrunwhitespace cosmetics: Reindent a few lines after the...
2009-02-16 Diego BiurrunGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-14 Diego BiurrunAdd xvmc_internal.h that contains all internal xvmc...
2009-02-14 Diego BiurrunRename some forward declarations that were missed,...
2009-02-14 Diego BiurrunFix compilation: XVMC_ --> ff_xvmc prefix for xvmc...
2009-02-14 Ivan Kalvachevuse ff_xvmc for function names instead of XVMC_
2009-02-14 Diego BiurrunRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-15 Diego BiurrunSwitch xvmc over to a CONFIG_ option.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-12-02 Michael NiedermayerFix regression test failure with pthreads on multiproce...
2008-10-02 Carl Eugen HoyosRename copy_picture to ff_copy_picture.
2008-09-25 Michael NiedermayerDo not use the generic "alloc missing references" code...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-07-31 Baptiste Coudurierfix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue...
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-05-30 Michael NiedermayerChange init_vlc_rl() so it does not use *alloc_static...
2008-05-25 Michael NiedermayerFix MB skipping with droppable frames.
2008-04-21 Keiji CostantiniUnroll codepath
2008-04-10 Keiji Costantinicosmetics: Break an overly long line.
2008-03-25 Diego BiurrunClassify mlib as a configurable option, not as a hardwa...
2008-03-15 Diego Biurruntypo fixes
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-03-05 Aurelien Jacobsmove ff_mpeg1_dc_scale_table to mpegvideo.c
2008-03-04 Aurelien Jacobsmove ff_emulated_edge_mc() to dsputil
2008-03-04 Aurelien Jacobsmove ff_init_scantable() into dsputil
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2008-02-19 Michael NiedermayerFix ;;
2008-02-09 Michael NiedermayerRemove pointless code.
2008-01-28 Jeff DownsFix memory leak in h264 decoder. allocated_edge_emu_buf...
2007-11-29 Michael Niedermayerfix segfault with interlaced h.264
2007-10-22 Diego BiurrunClarify comment block and rewrite in better English.
2007-10-18 Michael Niedermayerreplace (disabled by default) assert(0) by abort()...
2007-10-08 Jeff DownsManage Picture buffers for fields as well as frames...
2007-10-08 Baptiste Coudurierexport DCT_common_init and add ff_prefix
2007-10-03 Diego BiurrunRename MPV_common_init_ppc to MPV_common_init_altivec...
2007-10-03 Diego BiurrunFix compilation with AltiVec disabled, MPV_common_init_...
2007-09-26 Jeff Downsh264/PAFF preparation: use DELAYED_PIC_REF to mark...
2007-09-25 Diego BiurrunReplace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU...
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-01 Michael Niedermayermake grayscale only decoding checks in inner loops...
2007-07-31 Daniel Kristjanssonfix mem leak
2007-07-30 Roman Shaposhnik replacing the use of deprecated unaligned*() routines...
2007-07-11 Måns Rullgårdmove ff_h263_round_chroma() to mpegvideo.h as static...
2007-07-10 Aurelien Jacobsmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-09 Aurelien Jacobsmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-05 Aurelien Jacobsmake DCT_common_init() static
2007-07-05 Aurelien Jacobsmove mpeg encoder specific initialization in the encode...
2007-07-03 Benoit FouetDescription: split mpegvideo.c
2007-06-20 Benoit Fouetmove dct_quantize and denoise_dct function pointers...
next