]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
Move av_fast_{m,re}alloc from lavc to lavu.
[ffmpeg] / libavcodec / mpeg12.c
2009-11-28 Michael NiedermayerCheck order of startcodes, ignore some obviously wrong...
2009-11-28 Michael NiedermayerMove mpeg_decode_postinit() out of bitstream decoding...
2009-11-28 Michael NiedermayerInline mpeg_decode_extension, will simplify future...
2009-11-28 Michael NiedermayerSimplify mpeg_decode_user_data()
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-09-16 Gwenole BeauchesneMove down HWAccel code path so that to fill in s->mb_x...
2009-07-01 Baptiste CoudurierRevert r19317, "simplify slice_end, return size of...
2009-07-01 Baptiste Couduriersimplify slice_end, return size of output frame
2009-05-27 Baptiste CoudurierRename alloc_picture to ff_alloc_picture and move its...
2009-05-27 Wolfram GlogerFix off by one offset with fetch_timestamps, pts_parser...
2009-05-17 Reimar DöffingerAdd a forward declaration of mpeg1_decode_block_intra...
2009-05-17 Måns Rullgårdmpeg12: fix non-standard use of "extern inline"
2009-05-15 Baptiste Coudurierdecode mpeg-2 closed gop first b frames, fix issue...
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-05-05 Michael NiedermayerExtract colorspace fields from MPEG1/2.
2009-05-01 Michael NiedermayerIgnore first entry of intra matrixes if it is invalid.
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
next