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-04-07h264: Refactor decode_nal_unitsLuca Barbato
2014-03-24h264: Split h264 slice decoding from nal decodingLuca Barbato
2014-03-24h264: move macroblock decoding into its own fileVittorio Giovara
2014-03-17h264 does not depend on mpegvideo any moreVittorio Giovara
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara
2014-03-17h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara
2014-03-17h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara
2014-03-17h264: move relevant fields from Picture to H264PictureVittorio Giovara
2014-03-17er: move relevant fields from Picture to ERPictureVittorio Giovara
2014-03-17h264: directly use frames in ff_h264_draw_horiz_band()Vittorio Giovara
2014-02-28Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun
2014-02-22h264: Fix a typo from the previous commitLuca Barbato
2014-02-20h264: Lower bound check for slice offsetsVittorio Giovara
2014-02-19h264: informative error reporting in decode_slice_header()Luca Barbato
2014-02-19h264: fix slice_type value reported in decode_slice_header()Luca Barbato
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