]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpeg12.c
Add a chroma_sample_location field to define positioning of chroma samples
[frescor/ffmpeg.git] / libavcodec / mpeg12.c
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-05-05 michaelExtract colorspace fields from MPEG1/2.
2009-05-01 michaelIgnore first entry of intra matrixes if its invalid.
2009-05-01 michaelFactorize quantization matrix loading code out.
2009-04-08 michaelFix mb_height for interlaced mpeg2.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 michaelCall ff_fetch_timestamp() for mpeg1/2 when a picture...
2009-03-02 diegoxvmc works with MPEG-2 as well as MPEG-1, note this...
2009-03-01 reimarRemove unused variable in mpeg_mc_decode_init
2009-02-27 benoitRemove superfluous call to mpeg_decode_slice() for...
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-25 michaelMore AVhwaccel hunks from Gwenole Beauchesne.
2009-02-24 cehoyosCorrect time_base and repeat_pict for MPEG2 video.
2009-02-24 michaeladd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-23 michaelApproved hunks for VAAPI by Gwenole Beauche.
2009-02-22 iiveChange the type of pblocks from pointers to short array...
2009-02-14 iiveCosmetics
2009-02-14 iiveMerge preprocessor if CONFIG_MPEG_XVMC_DECODER and...
2009-02-14 iiveCheck ff_xvmc_field_start() result in all cases.
2009-02-14 diegoAdd xvmc_internal.h that contains all internal 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-05 prossdon't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
2009-02-05 prossconvert mpeg1_decode_block_intra() to inline global
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-16 cehoyosAdd mpeg1_vdpau decoder.
2009-01-16 cehoyos12l: Fix compilation with --disable-vdpau.
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 michaelAvoid using sub_id in mpeg1/2video.
2009-01-06 cehoyosRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 cehoyosFactorise setting of avctx->pix_fmt.
2008-12-15 diegoSwitch xvmc over to a CONFIG_ option.
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-11-12 romanshMaking it easier to send arbitrary structures as work...
2008-09-28 michaelGuess picture type from picture coding extension when...
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-09-03 michaelIgnore the spec, and calculate aspect ratio on width...
2008-08-26 bcouduriersimplify mpeg12 avctx->pix_fmt set
2008-08-20 diegoRename ff_init_vlcs function to the more descriptive...
2008-08-20 diegocosmetics: comment spelling/grammar fixes
2008-08-19 diegoUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-08-19 diegoMark init_vlcs function as av_cold.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-02 bcoudurierprint correct mpeg-2 broken_link value, and print close...
2008-05-30 michaelChange init_2d_vlc_rl() to not use *alloc_static().
2008-05-30 michaelRemove constant argument.
2008-05-30 michaelSwitch to INIT_VLC_USE_NEW_STATIC.
2008-05-25 michaelDo not reject odd width/height.
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-04-03 michaelDecode stuff from extradata as well.
2008-04-03 michaelFactorize code a little.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-14 diegoUse correct t printf modifier for pointer differences.
2008-03-14 bcoudurierlog aspect ratio forbidden value, and fail if error...
2008-03-13 bcoudurierdo not fail badly if aspect ratio is 0/forbidden, fix...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-20 michaelMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-19 michaelReduce the number of senselessly scanned bytes.
2008-02-01 michaelconst
2008-01-05 michaelDrop non key frames before the first key frame.
2007-10-13 ramiroFix for r9870
2007-08-04 michaelmake mpeg1/2 decoder work ith the libmpeg2 style bitstr...
2007-08-02 michaeloutput last frame if seq end code is encountered
2007-08-02 michaelsimplify s->mv_dir init
2007-08-01 michaelexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-08-01 michaelexchange if() and for() in the MT_FIELD case
2007-08-01 michaelexchange for() and if() order in the MT_FRAME case
2007-08-01 michaelchange
2007-08-01 michaelmerge another 2 if() to save a few cpu cycles
2007-08-01 michaelreorder if() so that the condition can be simplified
2007-08-01 michaelmerge/simplify 2 if()
2007-08-01 michaelmerge 2 if()
2007-07-31 michaelmove some code which was executed for every skiped...
2007-07-31 michaelget rid of a useless variable
2007-07-31 michaelavoid 2 additions (1 cpu cycle) per MB
2007-07-31 michaelchroma_qscale seems not used anywhere for mpeg1/2 so...
2007-07-05 aureladd proper ff_ prefix to new extern symbols
2007-07-05 aurelsplit mpeg12 encoder out of mpeg12.c
2007-06-22 michaelget rid of one unneeded #ifdef HAVE_XVMC
2007-06-12 diegomisc typo fixes
2007-06-12 diegomisc spelling fixes
2007-05-19 aurelmove imx_dump_header bitstream filter in it's own file
2007-05-12 aurelallow to enable or disable every bitstream filters...
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-05-05 aureladd a ff_ prefix to the now exported mpeg1_find_frame_e...
2007-05-05 aurelmove mpegvideo_parser in it's own file
2007-05-02 benoitmake mpeg decoder handle mid-stream changes in resolution
2007-04-07 diegotypos/grammar
2007-03-14 michael10l to whoever wrote this
2007-03-14 michaelkill av_mallocz_static() calls in init_rl()
2007-03-13 michaeldont malloc() static mv_penalty arrays
2007-03-12 mbardiauxGive context to dprintf
2007-03-08 bcoudurierfix drop frame timecode flag
2007-03-04 bcoudurierimx dump header bitstream filter, modifies bitstream...
2007-03-04 bcoudurierdummy support for mpeg2 non linear quant
2007-02-09 michaelfix segfault with lol-ffplay2.mpg (dunno if this is...
next