]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
lavc: Move start code finding to utils.c
[ffmpeg] / libavcodec / mpegvideo.c
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
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-01-21 John Brooksmpegvideo: fix invalid memory access for small video...
2012-01-10 Janne Grunaumpegvideo: claim ownership of referenced pictures
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2011-12-25 Konstantin Todorovmpegvideo.c: K&R formatting and cosmetics.
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-14 Andrey Utkinmpegvideo: remove abort() in ff_find_unused_picture()
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-12-06 Konstantin TodorovCode cleanup - mpegvideo.c - 500-1000line
2011-12-03 Konstantin Todorovmpegvideo.c: code cleanup - first 500 lines.
2011-12-02 Justin Rugglesavcodec: change number of plane pointers from 4 to...
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.
2011-10-23 Anton Khirnovmpeg12: move closed_gop from MpegEncContext to Mpeg1Context
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_toupper4.
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-05 Ronald S. Bultjempegvideo: set correct offset for edge emulation buffer.
2011-10-05 Ronald S. Bultjempegvideo: fix position of bottom edge.
2011-09-21 Anton Khirnovlavc: replace some deprecated FF_*_TYPE with AV_PICTURE...
2011-09-21 Diego BiurrunFix assert() calls that need updates after FF_COMMON_FR...
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-07-27 Mans Rullgardmpegvideo: initialise DSPContext in ff_dct_common_init()
2011-07-20 Ronald S. Bultjempegvideo: fix invalid picture unreferencing.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-09 Frank Barchardmpeg1video: don't abort if thread_count is too high.
2011-07-04 Jason Garrett-GlaserH.264: fix overreads of qscale_table
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-03 Ronald S. Bultjempegvideoenc: fix multislice fate tests with threading...
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-12 Michael Niedermayermpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via...
2011-05-11 Anatoly NenashevFix crash of interlaced MPEG2 decoding
2011-05-04 Ronald S. Bultjempegvideo: reindent.
2011-05-04 Ronald S. Bultjempegvideo: don't av_malloc(0).
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
next