]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / mpeg12.c
2009-05-01 Michael NiedermayerFactorize quantization matrix loading code out.
2009-04-08 Michael NiedermayerFix mb_height for interlaced mpeg2.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Michael NiedermayerCall ff_fetch_timestamp() for mpeg1/2 when a picture...
2009-03-02 Diego Biurrunxvmc works with MPEG-2 as well as MPEG-1, note this...
2009-03-01 Reimar DöffingerRemove unused variable in mpeg_mc_decode_init
2009-02-27 Gwenole BeauchesneRemove superfluous call to mpeg_decode_slice() for...
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-25 Michael NiedermayerMore AVhwaccel hunks from Gwenole Beauchesne.
2009-02-24 Ivan SchreterCorrect time_base and repeat_pict for MPEG2 video.
2009-02-24 Michael Niedermayeradd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-22 Ivan KalvachevChange the type of pblocks from pointers to short array...
2009-02-14 Ivan KalvachevCosmetics
2009-02-14 Ivan KalvachevMerge preprocessor if CONFIG_MPEG_XVMC_DECODER and...
2009-02-14 Ivan KalvachevCheck ff_xvmc_field_start() result in all cases.
2009-02-14 Diego BiurrunAdd xvmc_internal.h that contains all internal 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-05 Peter Rossdon't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
2009-02-05 Peter Rossconvert mpeg1_decode_block_intra() to inline global
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-16 Carl Eugen HoyosAdd mpeg1_vdpau decoder.
2009-01-16 Carl Eugen Hoyos12l: Fix compilation with --disable-vdpau.
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Michael NiedermayerAvoid using sub_id in mpeg1/2video.
2009-01-06 Carl Eugen HoyosRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 Carl Eugen HoyosFactorise setting of avctx->pix_fmt.
2008-12-15 Diego BiurrunSwitch xvmc over to a CONFIG_ option.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-09-28 Michael NiedermayerGuess picture type from picture coding extension when...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-03 Michael NiedermayerIgnore the spec, and calculate aspect ratio on width...
2008-08-26 Baptiste Couduriersimplify mpeg12 avctx->pix_fmt set
2008-08-20 Diego BiurrunRename ff_init_vlcs function to the more descriptive...
2008-08-20 Diego Biurruncosmetics: comment spelling/grammar fixes
2008-08-19 Diego BiurrunUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-08-19 Diego BiurrunMark init_vlcs function as av_cold.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-02 Baptiste Coudurierprint correct mpeg-2 broken_link value, and print close...
2008-05-30 Michael NiedermayerChange init_2d_vlc_rl() to not use *alloc_static().
2008-05-30 Michael NiedermayerRemove constant argument.
2008-05-30 Michael NiedermayerSwitch to INIT_VLC_USE_NEW_STATIC.
2008-05-25 Michael NiedermayerDo not reject odd width/height.
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-03 Michael NiedermayerDecode stuff from extradata as well.
2008-04-03 Michael NiedermayerFactorize code a little.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-14 Diego BiurrunUse correct t printf modifier for pointer differences.
2008-03-14 Baptiste Coudurierlog aspect ratio forbidden value, and fail if error...
2008-03-13 Baptiste Coudurierdo not fail badly if aspect ratio is 0/forbidden, fix...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-20 Michael NiedermayerMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-19 Michael NiedermayerReduce the number of senselessly scanned bytes.
2008-02-01 Michael Niedermayerconst
2008-01-05 Michael NiedermayerDrop non key frames before the first key frame.
2007-10-13 Stefan LuckePrevent infinite loop when buffer holds SEQ_END_CODE...
2007-08-04 Michael NiedermayerMake MPEG-1/2 decoder work with the libmpeg2-style...
2007-08-02 Michael Niedermayeroutput last frame if seq end code is encountered
2007-08-02 Michael Niedermayersimplify s->mv_dir init
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-08-01 Michael Niedermayerexchange if() and for() in the MT_FIELD case
2007-08-01 Michael Niedermayerexchange for() and if() order in the MT_FRAME case
2007-08-01 Michael Niedermayerchange
2007-08-01 Michael Niedermayermerge another 2 if() to save a few cpu cycles
2007-08-01 Michael Niedermayerreorder if() so that the condition can be simplified
2007-08-01 Michael Niedermayermerge/simplify 2 if()
2007-08-01 Michael Niedermayermerge 2 if()
2007-07-31 Michael Niedermayermove some code which was executed for every skipped...
2007-07-31 Michael Niedermayerget rid of a useless variable
2007-07-31 Michael Niedermayeravoid 2 additions (1 cpu cycle) per MB
2007-07-31 Michael Niedermayerchroma_qscale seems not used anywhere for mpeg1/2 so...
2007-07-05 Aurelien Jacobsadd proper ff_ prefix to new extern symbols
2007-07-05 Aurelien Jacobssplit mpeg12 encoder out of mpeg12.c
2007-06-22 Michael Niedermayerget rid of one unneeded #ifdef HAVE_XVMC
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-19 Aurelien Jacobsmove imx_dump_header bitstream filter in its own file
2007-05-12 Jason Millardallow to enable or disable every bitstream filters...
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Aurelien Jacobsadd a ff_ prefix to the now exported mpeg1_find_frame_e...
2007-05-05 Aurelien Jacobsmove mpegvideo_parser in it's own file
2007-05-02 Heikki Lindholmmake mpeg decoder handle mid-stream changes in resolution
2007-04-07 Diego Biurruntypos/grammar
2007-03-14 Michael Niedermayer10l to whoever wrote this
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2007-03-13 Michael Niedermayerdont malloc() static mv_penalty arrays
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-08 Baptiste Coudurierfix drop frame timecode flag
2007-03-04 Baptiste Coudurierimx dump header bitstream filter, modifies bitstream...
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
2007-02-09 Michael Niedermayerfix segfault with lol-ffplay2.mpg (dunno if this is...
2007-02-01 Baptiste Couduriercorrectly set profile/level for hd
2007-01-15 Michael Niedermayerfix segfault with http://sam.zoy.org/zzuf/lol-ffplay...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
next