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-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-06vc1dec: use codec_id instead of codec_tag for VC1IMAGEVladimir Pantelic
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2013-01-11vc1dec: prevent a crash due missing pred_flag parameterVladimir Pantelic
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
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-10Double motion vector range for HPEL interlaced picture in proper placeMashiat Sarker Shakkhar
2012-10-10vc1dec: Set opposite to the correct value for 1REF field picturesMashiat Sarker Shakkhar
2012-10-10vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chromaMashiat Sarker Shakkhar
2012-10-10vc1dec: Set chroma reference field from REFFIELD for 1REF field picturesMashiat Sarker Shakkhar
2012-10-10vc1dec: Use correct spelling of "opposite"Mashiat Sarker Shakkhar
2012-10-09vc1dec: prevent memory leak in error pathJanne Grunau
2012-10-09vc1dec: prevent memory leak on av_realloc errorJanne Grunau
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-28vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov
2012-08-31MSS2 decoderAlberto Delmás
2012-08-28vc1: export some functionsKostya Shishkov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-03vc1dec: Remove separate scaling function for interlaced field MVsMashiat Sarker Shakkhar
2012-08-03vc1dec: Invoke edge_emulation regardless of MV precisionMashiat Sarker Shakkhar
2012-08-02vc1dec: remove useless #include simple_idct.hMans Rullgard
2012-07-28vc1dec: Override invalid macroblock quantizerMichael Niedermayer
2012-07-28vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer
2012-07-28vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer
2012-07-28vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer
2012-07-15vc1dec: Do not use random pred_flag if motion vector data is skippedMashiat Sarker Shakkhar
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-27vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar
2012-03-07vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-02-18vc1parse: call vc1_init_common().Ronald S. Bultje
2012-02-16vc1: prevent using last_frame as a reference for I/P first frame.Ronald S. Bultje
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-01vc1: prevent null pointer dereference on broken filesJanne Grunau
2012-01-27vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-04vc1dec: fix invalid memory access for small video dimensionsJohn Brooks
2011-12-20vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö
2011-12-20vc1: Handle WVC1 interlaced streamAneesh Dogra
2011-12-14mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin
2011-12-13vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato