]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegvideo.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / mpegvideo.c
2009-04-17 michaelRemove 2 unused variables from MPV_decode_mb_internal...
2009-04-13 bcoudurierfix indentation
2009-04-08 michaelFix mb_height for interlaced mpeg2.
2009-04-02 gbAdd VA API pixfmt (only VLD is available ATM).
2009-03-20 gbRename hwaccel_data_private to hwaccel_picture_private.
2009-03-11 gbUse av_mallocz() to initialize hwaccel_data_private.
2009-03-09 gbAdd private HW accel data infrastructure.
2009-03-04 gbAdd frame buffer allocators. aka simplify calls to
2009-03-02 benoitMerge three conditions in a single 'if' instead of...
2009-02-27 benoitMake ff_print_debug_info() a no-op when using HW accele...
2009-02-27 benoitAdd ff_hwaccel_pixfmt_list_420[] definition.
2009-02-24 michaelAdd and use ff_pixfmt_list_420.
2009-02-23 michaelApproved hunks for VAAPI by Gwenole Beauche.
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-22 iiveChange the type of pblocks from pointers to short array...
2009-02-19 iiveExit with error if MPV_common_init() is called with...
2009-02-16 diegowhitespace cosmetics: Reindent a few lines after the...
2009-02-16 diegoGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-14 diegoAdd xvmc_internal.h that contains all internal xvmc...
2009-02-14 diegoRename some forward declarations that were missed,...
2009-02-14 diegoFix compilation: XVMC_ --> ff_xvmc prefix for xvmc...
2009-02-14 iiveuse ff_xvmc for function names instead of XVMC_
2009-02-14 diegoRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-12-15 diegoSwitch xvmc over to a CONFIG_ option.
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-12-02 michaelFix regression test failure with pthreads on multiproce...
2008-10-02 cehoyosRename copy_picture to ff_copy_picture.
2008-09-25 michaelDo not use the generic "alloc missing references" code...
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-07-31 bcoudurierfix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue...
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-05-30 michaelChange init_vlc_rl() so it doesnt use *alloc_static...
2008-05-25 michaelFix MB skiping with dropable frames.
2008-04-21 benoitUnroll codepath
2008-04-10 diegocosmetics: Break an overly long lines.
2008-03-25 diegoClassify mlib as a configurable option, not as a hardwa...
2008-03-15 diegotypo fixes
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-03-05 aurelmove ff_mpeg1_dc_scale_table to mpegvideo.c
2008-03-04 aurelmove ff_emulated_edge_mc() to dsputil
2008-03-04 aurelmove ff_init_scantable() into dsputil
2008-03-04 aurelmove draw_edges() into dsputil
2008-02-19 michaelFix ;;
2008-02-09 michaelRemove pointless code.
2008-01-28 heydownsFix memory leak in h264 decoder. allocated_edge_emu_buf...
2007-11-29 michaelfix segfault with interlaced h.264
2007-10-22 diegoClarify comment block and rewrite in better English.
2007-10-18 michaelreplace (disabled by default) assert(0) by abort()...
2007-10-08 andomaManage Picture buffers for fields as well as frames...
2007-10-08 bcoudurierexport DCT_common_init and add ff_prefix
2007-10-03 diegoRename MPV_common_init_ppc to MPV_common_init_altivec...
2007-10-03 diegoFix compilation with AltiVec disabled, MPV_common_init_...
2007-09-26 andomah264/PAFF preparation: use DELAYED_PIC_REF to mark...
2007-09-25 diegoReplace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU...
2007-09-05 gpoirierAdd slice-based parallel H.264 decoding
2007-08-31 mhoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-01 michaelmake grayscale only decoding checks in inner loops...
2007-07-31 benoitfix mem leak
2007-07-30 romansh replacing the use of deprecated unaligned*() routines...
2007-07-11 mrumove ff_h263_round_chroma() to mpegvideo.h as static...
2007-07-10 aurelmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-09 aurelmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 aurelmake DCT_common_init() static
2007-07-05 aurelmove mpeg encoder specific initialization in the encode...
2007-07-03 benoitDescription: split mpegvideo.c
2007-06-20 benoitmove dct_quantize and denoise_dct function pointers...
2007-06-20 benoitremove unused constant definition
2007-06-19 benoitaanscales is used only with CONFIG_ENCODERS
2007-06-14 diegoSimplify init preprocessor statements.
2007-06-12 mhoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-12 diegomisc typo fixes
2007-06-12 diegomisc spelling fixes
2007-05-28 diegoRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-20 michaeluse AV_LOG_ERROR instead of INFO for errors
2007-05-20 michaelsanity checks for bitrate tolerance and buffer size...
2007-05-18 aurelmove the mjpeg_encoder struct from mpegvideo.c to mjpeg...
2007-05-18 aureladd a proper prefix to all mjpeg encoder exported functions
2007-05-18 aurelsplit ljpeg encoder out of mjpeg.c
2007-05-14 aurelremove some unused mjpeg encoding variables
2007-05-13 aurelcosmetics: indent
2007-05-13 aurelreplace some #ifdef CONFIG_* by if(ENABLE_*)
2007-05-12 aurelcosmetics: indentation
2007-05-12 aurelmake compilation of mjpeg.c optional
2007-05-12 aureljpegls never call this code, so those tests are useless
2007-05-10 aurelcosmetics: reindent
2007-05-10 aureldisable reference to msmpeg4 and wmv2 code when those...
2007-03-14 michaelkill av_mallocz_static() calls in init_rl()
2007-03-13 michaelcosmetic
2007-03-13 michaelremove silly static int done protecting the initalizati...
2007-03-13 michaelremove redundant memset()
2007-03-13 michaeldont malloc() static mv_penalty arrays
2007-03-04 bcoudurierdummy support for mpeg2 non linear quant
2007-03-01 bcoudurierget rid of CODEC_FLAG_H263P_AIC with next major bump
next