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
2011-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-29vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje
2011-10-23Reuse vp3_decode_flush instead of duplicating it.Reimar Döffinger
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov
2011-10-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-09-11vp3dec: set key_frame field of AVFrameJoakim Plate
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-28vp3/theora: flush after seek.Ronald S. Bultje
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-03vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje
2011-03-02vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje
2011-02-20Fix VP3 edge emulationDavid Conrad
2011-02-20VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser
2011-02-19Fix VP3 edge emulationDavid Conrad
2011-02-19VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-11vp3: Frame-based multithreading supportAlexander Strange
2011-02-09vp3: Frame-based multithreading supportAlexander Strange
2011-02-06vp3: Move table allocation code into a new functionAlexander Strange
2011-02-06vp3: Factor out expressionAlexander Strange
2011-02-06vp3: Move table allocation code into a new functionAlexander Strange
2011-02-06vp3: Factor out expressionAlexander Strange
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-17VP3: remove an unnecessary static variableAlexander Strange
2010-10-26Remove dead code in theora_decode_tablesJason Garrett-Glaser
2010-10-26Reindent after r25573Jason Garrett-Glaser
2010-10-26Fix Theora decoding bug if loopfilter is completely disabledJason Garrett-Glaser
2010-09-08Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-09-06Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger
2010-09-06Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger
2010-09-06VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-08Fix vp3_draw_horiz_band to calculate chroma offsets correctlyReimar Döffinger
2010-05-27vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad
2010-05-25theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad
2010-04-21theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad