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-03-02h264: Fix a typo from the previous commitLuca Barbato
2014-03-02h264: Lower bound check for slice offsetsVittorio Giovara
2014-02-14h264: drop outdated commentsVittorio Giovara
2014-02-14h264: store current_sps_id inside the current spsVittorio Giovara
2014-02-14h264: print values in case of errorVittorio Giovara
2014-02-12h264: make context_count unsignedJanne Grunau
2014-02-04h264: reset data partitioning at the beginning of each decode callAnton Khirnov
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2014-01-22h264: skip chroma edges at the picture boundary while deblocking 4:4:4Janne Grunau
2014-01-18h264: check that an IDR NAL only contains I slicesAnton Khirnov
2014-01-18h264: reset ref count if decoding the slice header failsAnton Khirnov
2014-01-18h264: do not call field_end if we do not have a current pictureAnton Khirnov
2014-01-18h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Anton Khirnov
2014-01-18h264: reset first_field if frame_start() fails for missing refsAnton Khirnov
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ö