]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
sgi: check maximum supported resolution
[ffmpeg] / libavcodec / mpegvideo.c
2014-03-23 Vittorio Giovaralavc: drop ff_pixfmt_list_420
2014-03-16 Vittorio Giovarampegvideo: move ff_draw_horiz_band() to mpegutils.c
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovaraer: move relevant fields from Picture to ERPicture
2014-03-16 Vittorio Giovarampegvideo: directly use frames in ff_draw_horiz_band()
2014-01-29 Diego Biurrunmpeg: Drop unused parameters from ff_draw_horiz_band()
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2014-01-20 Anton Khirnovmpegvideo: allocate edges when encoding.
2014-01-09 Anton Khirnovmpegvideo: drop support for real (non-emulated) edges
2014-01-03 Anton Khirnovmpegvideo: remove disabled bfin asm
2014-01-03 Anton Khirnovmpegvideo: move dct_unquantize functions up to avoid...
2014-01-03 Anton Khirnovmpegvideo: split the encoding-only parts of frame_start...
2014-01-03 Anton Khirnovmpegvideo: set reference/pict_type on generated referen...
2013-12-11 Anton Khirnovmpegvideo: call av_frame_unref() instead of avcodec_get...
2013-12-11 Anton Khirnovmpegvideo: remove an unneeded call to avcodec_get_frame...
2013-12-05 Anton Khirnovmpegvideo: make ff_release_unused_pictures() static
2013-12-05 Anton Khirnovmpegvideo: make frame_size_alloc() static.
2013-12-05 Anton Khirnovmpegvideo: move encode-only parts of common_end() to...
2013-12-05 Anton Khirnovmpegvideo: remove commented out cruft from ff_MPV_frame...
2013-12-05 Anton Khirnovmpegvideo: split the encoding-only parts of ff_MPV_fram...
2013-12-05 Anton Khirnovmpegvideo: do not update last_non_b_pict_type in update...
2013-12-05 Anton Khirnovmpegvideo: move encoding-only initialization from commo...
2013-12-05 Anton Khirnovmpegvideo: move setting encoding-only vars from common_...
2013-12-05 Anton Khirnovmpegvideo: don't copy input_picture_number in update_th...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.time_increment_bits...
2013-11-29 Anton Khirnovmpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
2013-11-19 Kostya Shishkovmpegvideo: Fix swapping of UV planes for VCR2
2013-11-18 Anton Khirnovlavc: use buf[0] instead of data[0] in checks whether...
2013-11-13 Diego BiurrunDeprecate obsolete XvMC hardware decoding support
2013-11-13 Diego BiurrunRemove all Alpha architecture optimizations
2013-10-31 Anton Khirnovlavc: deprecate FF_DEBUG_MV and remove all traces of...
2013-10-23 Luca Barbatompegvideo: Drop a faulty assert
2013-09-24 Martin Storsjömpegvideo: Initialize chroma_*_shift and codec_tag...
2013-08-28 Diego Biurrunmpegvideo: Replace arch initialization ifdeffery by...
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-05-22 Janne Grunaumpegvideo: unref buffers in ff_mpeg_unref_picture on...
2013-05-19 Janne Grunaumpegvideo: unref old current_picture before allocating...
2013-05-17 Jindrich Makovickampegvideo: allocate sufficiently large scratch buffer...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-15 Diego Biurrunmpegvideo: Remove commented-out PARANOID debug cruft
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-04-23 Hendrik Leppkesmpegvideo: unref cur/next/prev frames when flushing
2013-04-19 Ronald S. Bultjempegvideo: Use hpeldsp instead of dsputil for half...
2013-03-26 Martin Storsjölavc: Move start code finding to utils.c
2013-03-19 Hendrik Leppkesmpegvideo: allocate hwaccel privdata after the frame...
2013-03-19 Hendrik Leppkesmpegvideo: fix allocation of the hwaccel_picture_privat...
2013-03-11 Anton Khirnovmpegvideo: reindent
2013-03-11 Anton Khirnovmpegvideo: remove useless references to h264 and svq3
2013-03-08 Anton Khirnovmpegvideo: drop vismv code
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-07 Martin Storsjömpegvideo: Conditionally build error_resilience bits
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-02-07 Diego Biurrundsputil: Move ff_block_permute to mpegvideo_enc
2013-02-06 Anton Khirnovmpegvideo: remove an unused function parameter
2013-02-06 Anton Khirnovmpegvideo: initialize dummy reference frames.
2013-01-27 Rémi Denis-Courmonthwaccel: do not offer unsupported pixel formats
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-19 Xi Wangmpegvideo: fix loop condition in draw_line()
2013-01-13 Rémi Denis-Courmontvdpau: Add MPEG-1/2 decoding via hwaccel infrastructure
2012-12-25 Janne Grunaumpegvideo: initialize videodsp with correct pixel depth
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-19 Janne Grunaumpegvideo: increase edge_emu_buffer size for VC1
2012-12-18 Janne Grunaumpegvideo: allocate scratch buffers after linesize...
2012-12-13 Janne Grunaumpegvideo: treat delayed pictures as used
2012-12-09 Diego Biurruncosmetics: Fix dropable --> droppable typo
2012-11-27 Janne Grunauh264: set Picture.owner2 to the current thread
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-19 Michael Niedermayermpeg4videodec: Disable frame multithreading for GMC...
2012-10-12 Mans Rullgardmpegvideo: remove write-only variable
2012-10-12 Diego Biurrunavcodec: Remove broken MMI optimizations
2012-10-12 Anton Khirnovlavc: do not use av_pix_fmt_descriptors directly.
2012-10-12 Anton Khirnovmpegvideo: fix indentation
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-03 Janne Grunaumpegvideo: set extended_data in ff_update_duplicate_con...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-09-19 Janne Grunaumpeg4: support frame parameter changes with frame-mt
2012-09-19 Janne Grunaumpegvideo: check ff_find_unused_picture() return value...
2012-09-19 Janne Grunaumpegvideo: release frame buffers before freeing them
2012-09-19 Janne Grunaumpegvideo: add reinit function for frame parameter...
2012-09-19 Janne Grunaumpegvideo: move frame size dependent memory management...
2012-09-06 Janne Grunaumpegvideo: set AVFrame fields to NULL after freeing...
2012-09-04 Michael Niedermayermpegvideo: remove last_picture_ptr / h264 assert.
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-24 Diego Biurrunx86: mpegvideo: more sensible names for optimization...
2012-08-09 Mans Rullgardmpegvideo: convert mpegvideo_common.h to a .c file
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-29 Mans Rullgardmpegvideo: remove unnecessary inclusions of faandct.h
2012-07-04 Ronald S. Bultjempegvideo: remove VLAs
2012-04-21 Mans RullgardRemove lowres video decoding
2012-03-23 Janne GrunauMPV: set reference frame pointers to NULL when allocati...
2012-03-16 Janne GrunauMPV: always mark dummy frames as reference
2012-03-16 Ronald S. Bultjempeg4: report frame decoding completion at ff_MPV_frame...
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
next