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
2014-01-06h264: check that execute_decode_slices() is not called too many timesAnton Khirnov
2014-01-06h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov
2014-01-06h264: rebuild the default ref list if the reference count changesAnton Khirnov
2014-01-03h264: reset data_partitioning if decoding the slice header for NAL_DPA failsAnton Khirnov
2013-12-27h264: namespace the decode functionLuca Barbato
2013-12-11h264: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-09h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara
2013-11-21h264: check buffer size before accessing itAnton Khirnov
2013-11-18lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-14h264: free the tables and uninitialize the context on flushAnton Khirnov
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