]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / mpeg12.c
2016-02-09 Vittorio Giovarampeg1: Make intra-block decoding independent of MpegEnc...
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-28 Anton Khirnovrl: Rename ff_*_rl() to ff_rl_*()
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2013-11-13 Diego BiurrunDeprecate obsolete XvMC hardware decoding support
2013-08-15 Diego Biurrunmpeg12decdata.h: Move all tables to the only place...
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-27 Diego BiurrunSplit MPEG-1/2 decoder code off from MPEG-1/2 common...
2013-03-26 Janne Grunauvdpau: fix obsolete mpeg1 vdpau decoder when mpeg2...
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-18 Anton Khirnovmpeg12: do not fail on zero dimensions in the sequence...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-07 Diego BiurrunAdd missing error_resilience includes to files that...
2013-03-06 Ronald S. Bultjelavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-19 Anton Khirnovmpeg12: do not decode extradata more than once.
2012-12-18 Janne Grunaumpegvideo: allocate scratch buffers after linesize...
2012-10-18 Martin Storsjöavcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_fram...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-09-29 Anton Khirnovmpeg12: fix the semantics of the int* parameter of...
2012-09-29 Anton Khirnovmpeg12: move mpeg_decode_frame() lower
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...
next