]> git.sesse.net Git - ffmpeg/history - libavcodec
FATE: add a test for the overlay filter
[ffmpeg] / libavcodec /
2013-03-27 Martin Storsjömsmpeg4: Split decoding related functions to a separate...
2013-03-27 Diego Biurrunmpeg12: Move Mpeg1Context declaration to the only place...
2013-03-27 Diego BiurrunSplit MPEG-1/2 decoder code off from MPEG-1/2 common...
2013-03-27 Diego Biurrunmpeg12: Move some ff_mpeg1_* function declarations...
2013-03-27 Diego Biurruncosmetics: Remove unnecessary extern keywords from...
2013-03-27 Diego Biurrundca: Move ff_dca_convert_bitstream() to the DCA common...
2013-03-27 Janne Grunauvdpau: wrap codec specific functions in appropiate...
2013-03-26 Janne Grunauvdpau: fix obsolete mpeg1 vdpau decoder when mpeg2...
2013-03-26 Janne Grunauhwaccel: fix use with frame based multithreading
2013-03-26 Janne Grunauutils: add workaround for AVHWAccel in ff_get_buffer...
2013-03-26 Martin Storsjöx86: vc1dsp: Fix indentation
2013-03-26 Ronald S. Bultjeh264: Make it possible to compile without error_resilience
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-26 Martin Storsjölavc: Move start code finding to utils.c
2013-03-25 Kostya Shishkovape: 3.80-3.92 decoding support
2013-03-25 Martin Storsjöh264: Remove an unused variable
2013-03-25 Janne Grunaux86: consistently use unaligned movs in the unaligned...
2013-03-24 Martin Storsjöx86: Change a missed occurrance of int to ptrdiff_t...
2013-03-23 Martin Storsjöx86: Remove win64 xmm clobbering wrappers for the now...
2013-03-22 Anton Khirnovtscc2: allocate AVFrame properly.
2013-03-21 Anton Khirnovh264: remove redundant freeing of DPB in h264_decode_end
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA444 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CABAC macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_OR_MBAFF_PICTURE...
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_PICTURE macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_MBAFF macro.
2013-03-21 Anton Khirnovh264: merge common_init() into ff_h264_decode_init.
2013-03-21 Anton Khirnovh264: make ff_h264_frame_start static.
2013-03-20 Janne Grunauh264: fix bit depth changes with frame threading
2013-03-19 Hendrik Leppkesmpegvideo: allocate hwaccel privdata after the frame...
2013-03-19 Hendrik Leppkesh264: allocate hwaccel privdata after the frame buffer
2013-03-19 Hendrik Leppkespthread: unref already decoded frames when flushing...
2013-03-19 Hendrik Leppkesmpegvideo: fix allocation of the hwaccel_picture_privat...
2013-03-19 Anton Khirnovlavc: update the doxy for avcodec_decode_{video,audio...
2013-03-19 Anton Khirnovlavc, lavfi: fix counting number of planes in AVBufferR...
2013-03-18 Anton Khirnovmpeg12: do not fail on zero dimensions in the sequence...
2013-03-17 Anton Khirnovlavc,lavfi: fix calculating the plane size in the AVBuf...
2013-03-15 Xi Wangatrac3: avoid oversized shifting in decode_bytes()
2013-03-15 Kostya Shishkovadd support for Monkey's Audio versions from 3.93
2013-03-15 Kostya Shishkovape: provide two additional bytes in buffer for old...
2013-03-15 Kostya Shishkovape: make version-dependent decoding functions called...
2013-03-14 Janne Grunauvaapi: fix argument for ff_vaapi_common_end_frame call
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-13 Diego BiurrunAdd av_log_{ask_for_sample|missing_feature} replacement...
2013-03-13 Janne Grunauavpacket: copy side data type and size in av_dup_packet
2013-03-13 Michael Niedermayercabac: remove unused argument of ff_init_cabac_states()
2013-03-13 Nicolas Georgerawdec: fix a typo -- || instead of |
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-03-12 Diego BiurrunAdd informative messages to av_log_ask_for_sample calls...
2013-03-12 Luca Barbatovda: remove async decoder leftovers
2013-03-11 Janne Grunauavframe: call release_buffer only if it is set
2013-03-11 Anton Khirnovpthread: unref the decoded but not returned frames...
2013-03-11 Anton Khirnovh264: check that DPB is allocated before accessing...
2013-03-11 Anton Khirnovh264_refs: cosmetics, reformat
2013-03-11 Anton Khirnovh264: remove a useless svq3 condition
2013-03-11 Anton Khirnovmpegvideo: remove FMT_H264
2013-03-11 Anton Khirnovmpegvideo: reindent
2013-03-11 Anton Khirnovmpegvideo: remove useless references to h264 and svq3
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_IDCT cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_SNOW cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_MMI cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_LIBMPEG2 cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
2013-03-10 Janne Grunaura144: check buffer size before requesting a buffer
2013-03-10 Janne Grunauwmapro: unref skipped frames
2013-03-10 Janne Grunausvq1: use av_frame_free to free refcounted frame
2013-03-10 Anton Khirnovlavc: fix get_buffer() compatibility layer for audio.
2013-03-10 Anton Khirnovratecontrol: remove an unused variable
2013-03-10 Anton Khirnovvorbisdec: do not leak the first frame.
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_VDA_ASYNC cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_CODEC_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_DSP_MASK cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_SUB_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_INTER_THRESHOLD cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_COLOR_TABLE_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
2013-03-08 Justin Rugglespng: use av_mallocz_array() for the zlib zalloc function
2013-03-08 Justin Ruggleslibmp3lame: use the correct remaining buffer size when...
2013-03-08 Anton Khirnovlavc: update the fallback versions of ff_thread_*
2013-03-08 Yusuke Nakamuralibopencore-amr: Add the missing 3rd argument of ff_get...
2013-03-08 Anton Khirnovvmdaudio: fix invalid reads when packet size is not...
2013-03-08 Anton Khirnovwmaprodec: return an error, not 0, when the input is...
2013-03-08 Anton Khirnovwmaprodec: require block_align to be set.
2013-03-08 Anton Khirnovwmadec: require block_align to be set.
2013-03-08 Anton Khirnovivi_common: do not call MC for intra frames when dc_tra...
2013-03-08 Anton Khirnovroqvideodec: fix a potential infinite loop in roqvideo_...
2013-03-08 Anton Khirnovxxan: fix invalid memory access in xan_decode_frame_type0()
2013-03-08 Anton Khirnovffv1: fix calculating slice dimensions for version 2
2013-03-08 Anton Khirnoveamad: allocate a dummy reference frame when the real...
2013-03-08 Anton KhirnovReplace some forgotten instances of PIX_FMT_* with...
2013-03-08 Anton KhirnovAdd the bumps and APIchanges entries for reference...
next