]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / mpeg12.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-03 Hendrik Leppkesmpeg12: fixed parsing in some mpeg2 streams
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-08 Gwenole Beauchesnehwaccel: mpeg2: decode first field, if requested.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-06 Anne Aaronmpeg12: Do not change frame_pred_frame_dct flag and...
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-19 Jindřich Makovičkampeg12: check for available bits to avoid an infinite...
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-27 Anton Khirnovlavc: remove "legacy" mpegvideo decoder.
2011-10-23 Janne Grunaumpeg12: fix mpeg_decode_slice context parameter type
2011-10-23 Janne GrunauRevert "mpeg12: move full_pel from MpegEncContext to...
2011-10-23 Anton Khirnovmpeg12: move closed_gop from MpegEncContext to Mpeg1Context
2011-10-23 Anton Khirnovmpeg12: move full_pel from MpegEncContext to Mpeg1Context
2011-10-23 Anton Khirnovmpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_frame_rate_tab.
2011-10-20 Anton Khirnovlavc: rename ff_find_start_code to avpriv_mpv_find_star...
2011-10-16 Steven Waltersw32threads: support for frame multithreading
2011-10-09 Mans Rullgardmpeg124: use sign_extend() function
2011-09-21 Anton Khirnovlavc: replace some deprecated FF_*_TYPE with AV_PICTURE...
2011-09-13 Diego Biurrunmpeg12: reorder functions to avoid ugly forward declara...
2011-09-06 Diego Biurrunmpeg12: cosmetics: reformat as K&R
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...
next