]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
qsvdec: avoid an infinite loop with no consumed data and no output
[ffmpeg] / libavcodec / mpegvideo.c
2015-06-12 Vittorio Giovarampegvideo: Move ER functions to a separate file
2015-06-10 Vittorio Giovarampegvideo: Mark one function as static
2015-06-10 Vittorio Giovarampegvideo: Move block permutation function where is...
2015-06-10 Vittorio Giovarampegvideo: Drop release_unused_pictures() function
2015-06-10 Vittorio Giovarampegvideo: Move Picture-related functions to a separate...
2015-06-08 Vittorio Giovarampegvideo: Split picture allocation for encoding and...
2015-06-08 Vittorio Giovarampegvideo: Rework frame_size_alloc function
2015-06-08 Vittorio Giovarampegvideo: Move various temporary buffers to a separate...
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-31 Vittorio Giovarampegvideo: wmv2: Move function declarations
2015-05-28 Anton Khirnovmpegvideo: Move ff_*_rl functions to a separate file
2015-05-28 Vittorio Giovarampegvideo: Drop exchange_uv() function and use its...
2015-05-22 Vittorio Giovarampegvideo: Rework various functions not to use MpegEncC...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_ref_picture use AVCodecContext...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_unref_picture use AVCodecContex...
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-01-27 Anton Khirnovlavc: deprecate unused AVCodecContext.stream_codec_tag
2015-01-27 Anton Khirnoverror_resilience: move the MECmpContext initialization...
2014-12-15 Vittorio Giovarampegvideo: move REBASE_PICTURE where it is used
2014-12-03 Michael Niedermayermpegvideo: exit cleanly when ff_mpv_common_frame_size_c...
2014-12-03 Michael Niedermayermpegvideo: free_context_frame() cannot fail, make it...
2014-12-03 Michael Niedermayermpegvideo: replace assert about interlaced EC with...
2014-11-11 Vittorio Giovarampegvideo: check mpv return value
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-07-21 James Yuaarch64: NEON intrinsics dct_unquantize_h263.
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-23 Diego Biurrundsputil: Split off global motion compensation bits...
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-06-22 Diego Biurrunmpeg: Mark ff_mpeg_set_erpic() static
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-06-11 Janne Grunaumpegvideo: synchronize AVFrame pointers in ERContext...
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-29 Diego Biurrundsputil: Move ff_alternate_*_scan tables to mpegvideo
2014-05-11 Anton Khirnovhwaccel: Rename priv_data_size to frame_priv_data_size
2014-04-29 Anton Khirnovmpegvideo: remove unused MpegEncContext.b4_stride
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
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.
next