]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
Rewrite doxy for av_strtod().
[ffmpeg] / libavcodec / mpegvideo.c
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...
2007-06-20 Benoit Fouetremove unused constant definition
2007-06-19 Benoit Fouetaanscales is used only with CONFIG_ENCODERS
2007-06-14 Albert LeeSimplify init preprocessor statements.
2007-06-12 Marc Hoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-20 Michael Niedermayeruse AV_LOG_ERROR instead of INFO for errors
2007-05-20 Michael Niedermayersanity checks for bitrate tolerance and buffer size...
2007-05-18 Aurelien Jacobsmove the mjpeg_encoder struct from mpegvideo.c to mjpeg...
2007-05-18 Aurelien Jacobsadd a proper prefix to all mjpeg encoder exported functions
2007-05-18 Aurelien Jacobssplit ljpeg encoder out of mjpeg.c
2007-05-14 Aurelien Jacobsremove some unused mjpeg encoding variables
2007-05-13 Aurelien Jacobscosmetics: indent
2007-05-13 Aurelien Jacobsreplace some #ifdef CONFIG_* by if(ENABLE_*)
2007-05-12 Aurelien Jacobscosmetics: indentation
2007-05-12 Aurelien Jacobsmake compilation of mjpeg.c optional
2007-05-12 Aurelien Jacobsjpegls never call this code, so those tests are useless
2007-05-10 Aurelien Jacobscosmetics: reindent
2007-05-10 Aurelien Jacobsdisable reference to msmpeg4 and wmv2 code when those...
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2007-03-13 Michael Niedermayercosmetic
2007-03-13 Michael Niedermayerremove silly static int done protecting the initalizati...
next