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-06cavsdec: check ff_get_buffer() return valueAnton Khirnov
2013-10-13cavs: Check for negative cbpLuca Barbato
2013-10-13cavs: Return meaningful error valuesLuca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-16cavsdec: Make sure a sequence header has been decoded before decoding picturesMartin Storsjö
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-30cavsdec: export picture type in the output frameAnton Khirnov
2012-12-30cavs: deMpegEncContextizeAnton Khirnov
2012-12-30cavsdec: cosmetics, reformatAnton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-18avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-09-29cavsdec: check for changing w/h.Michael Niedermayer
2012-09-07cavsdsp: set idct permutation independently of dsputilMans Rullgard
2012-08-26cavs: Move inline functions only used in one file out of the headerDiego Biurrun
2012-08-26cavs: Move data tables used in only one place to that fileDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-08avs: fix infinite loop on end-of-stream.Ronald S. Bultje
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-10-20lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
2011-08-11cavs: fix some crashes with invalid bitstreamsMans Rullgard
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-15add heuristic to discern the old sample clips from streams encodedStefan Gehrer
2009-06-30fix slice header checkingStefan Gehrer
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-24check for a stuffing byte at the end of a sliceStefan Gehrer
2009-02-24change macroblock loop in inter frames so that after aStefan Gehrer
2009-02-11introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer
2009-02-10fix multiple slices per frameStefan Gehrer
2009-02-10fix parsing of pic_structureStefan Gehrer
2009-02-10avoid duplicating dsputil's clear_blockStefan Gehrer
2009-02-10time_code has 24 bits, not 16Stefan Gehrer