]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
mpeg12: propagate more real return values through chunk decode error return and fix...
[ffmpeg] / libavcodec / mpeg12.c
2011-09-05 Dustin Brodympeg12: propagate more real return values through chunk...
2011-08-25 Dustin Brodympeg12: propagate chunk decode errors and fix condition...
2011-08-15 Dustin Brodympeg12: remove repeat-field code disabled since May...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-13 Ronald S. Bultjempeg1video: add CODEC_CAP_SLICE_THREADS.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-06-10 Michael Niedermayermpeg12: more advanced ffmpeg mpeg2 aspect guessing...
2011-06-02 Mans RullgardRemove unused variables
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-18 Ronald S. Bultjempeg12: add slice-threading checks to slice-threading...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-28 Stefano Sabatinimpeg12: terminate mpeg2_video_profiles arrays
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-09 Reimar DöffingerUse consistent condition for whether to run slice-threa...
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-24 Ronald S. Bultjempeg12.c: fix slice threading for mpeg2 field picture...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-10 Benjamin LarssonExport profiles from the mpeg2 video decoder
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Mans RullgardRemove redundant checks against MIN_CACHE_BITS
2011-01-05 Vitor SessakMake dc_lum_vlc and dc_chroma_vlc non-static symbols,
2010-07-27 Michael NiedermayerFix doxy that refers to the wrong variable.
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-06-30 Daniel KristjanssonDo not skip one of three bits zero padding.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-23 Michael NiedermayerChange ref_index structure so it matches how its organi...
2010-03-15 Michael NiedermayerAdd ff_ prefix for mpeg2_dc_scale_table.
2010-02-21 Michael NiedermayerFix timestamp association for mpeg2 field pictures.
2010-01-24 Carl Eugen HoyosFix decoding ATI VCR2 codec, sample in
2009-12-12 Michael NiedermayerBe less picky on invalid frame_pred_frame_dct values.
2009-12-05 Carl Eugen HoyosCosmetics: Reindent after r20679.
2009-12-01 Michael Niedermayerslif aka "SoftLab MPEG-2 I-frames Codec" support.
2009-11-30 Michael NiedermayerMove "slice below image" check from mpeg_decode_slice...
2009-11-30 Michael NiedermayerMove dummy picture allocation code from mpeg1/2 to...
2009-11-30 Michael NiedermayerSet mb_y in mpeg2 field pictures like h264 does.
2009-11-30 Michael NiedermayerStart decoding from seq/gop too, not just I frames.
2009-11-30 Michael NiedermayerFix dual prime motion compensation in field pictures.
2009-11-29 Michael NiedermayerPrint errors instead of just ignoring contradictionary...
2009-11-29 Michael NiedermayerOverride a few values read so as to ensure that things...
2009-11-29 Michael NiedermayerRestructure dummy frame allocation.
2009-11-29 Michael NiedermayerMake sure field_select is not set to nonsensical values...
2009-11-28 Michael NiedermayerFactorize "s->first_slice = 1" out.
2009-11-28 Michael NiedermayerAlso check the location of the picture start code and...
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...
next