Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-10-29h264: Check all allocationsDerek Buitenhuis
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-10-15h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-24h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov
2013-09-24h264: do not discard NAL_SEI when skipping framesRainer Hochecker
2013-09-24h264: log extradata skip only for non-ignored NALsVittorio Giovara
2013-09-20h264: remove an unused static constantVittorio Giovara
2013-08-20h264data: Move some tables to the only place they are usedDiego Biurrun
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-08-10h264: check one context_init() allocationVittorio Giovara
2013-08-10h264: use explicit variable names for *_field_flagVittorio Giovara
2013-08-10h264: return meaningful valuesVittorio Giovara
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
2013-07-27h264: K&R formatting cosmeticsDiego Biurrun
2013-05-24h264_parser: Set field_order and picture_structure.Yusuke Nakamura
2013-04-22h264: Drop unused variableDiego Biurrun
2013-04-20dsputil: Remove dct_bitsRonald S. Bultje
2013-04-19h264: fully support cropping.Anton Khirnov
2013-04-10h264: Only initialize dsputil if error resilience is enabledRonald S. Bultje
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-04-10h264: Clear the mb members via memset instead of using dsputilMartin Storsjö
2013-03-26hwaccel: fix use with frame based multithreadingJanne Grunau
2013-03-26h264: Make it possible to compile without error_resilienceRonald S. Bultje
2013-03-25h264: Remove an unused variableMartin Storsjö
2013-03-21h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_MBAFF macro.Anton Khirnov
2013-03-21h264: merge common_init() into ff_h264_decode_init.Anton Khirnov
2013-03-21h264: make ff_h264_frame_start static.Anton Khirnov
2013-03-20h264: fix bit depth changes with frame threadingJanne Grunau
2013-03-19h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer
2013-03-12Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun
2013-03-11h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov
2013-03-11h264: remove a useless svq3 conditionAnton Khirnov
2013-03-08Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov
2013-03-08lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov