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
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-12-14mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-04h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-29h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-26Remove h263_msmpeg4 from MpegEncContext.Alex Converse
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
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-12-04Detect incorrect padding with wrong stuffing codes used by NEC N-02B.Michael Niedermayer
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-05-26Treat SIPP like xvid, fixed issue1966Michael Niedermayer
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-03-02Pass correct buffer-pointer and buffer-size to hardware acceleratedCarl Eugen Hoyos
2010-03-01Process packed bitstream also for VDPAU.Carl Eugen Hoyos
2010-02-08Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2010-01-08Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer
2010-01-08Use h263 tables in msmpeg4v1 dont duplicate them halfway.Michael Niedermayer
2010-01-08Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2010-01-072 more if(CONFIG_*_DECODER)Michael Niedermayer
2010-01-07Split out intel H263 decoder.Michael Niedermayer
2010-01-07Split flv decoding out.Michael Niedermayer
2010-01-02Adjust threshold for xvid packed b frame detection.Michael Niedermayer
2010-01-02It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
2009-10-19Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini
2009-07-31Remove unused debug av_log() calls.Diego Biurrun
2009-05-30remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad