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-12-31Add PJS subtitles demuxer and decoder.Clément Bœsch
2012-12-31FATE: disable fate-sub-mpsub temporarly.Clément Bœsch
2012-12-31Add AQTitle subtitles demuxer.Clément Bœsch
2012-12-31lavf/subtitles: fix CLRF/CRLF typo.Clément Bœsch
2012-12-31Add MPlayer subtitles demuxer.Clément Bœsch
2012-12-31lavf: move srtdec:read_chunk() to subtitles utils.Clément Bœsch
2012-12-3110l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch
2012-12-31Add VPlayer subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add MPL2 subtitles demuxer and decoder.Clément Bœsch
2012-12-31lavc/avcodec: fix FF_INPUT_/BUFFER_/PADDING_SIZE typo.Clément Bœsch
2012-12-31ffserver: add missing padding to extradata.Clément Bœsch
2012-12-31lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch
2012-12-31lavc/srtenc: just like the decoder, mark SRT encoder as deprecated.Clément Bœsch
2012-12-31lavc/srtenc: do not add trailing line breaks with SubRip.Clément Bœsch
2012-12-31lavf/srtdec: remove line break hack.Clément Bœsch
2012-12-31lavc/srtdec: make some sscanf to work at the end of a line.Clément Bœsch
2012-12-30lavfi/sink_buffer: switch to filter_frame.Nicolas George
2012-12-30lavfi/video: ensure that filter_frame is called.Nicolas George
2012-12-30gifdec: use transparent instead of background color indexDon Moir
2012-12-30vf_tinterlace: dont mix declarations and expressionsMichael Niedermayer
2012-12-30lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer
2012-12-30lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley
2012-12-30doc/filters: drop duplicated description of resampler options in aresample docsStefano Sabatini
2012-12-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-30Merge commit '30a76487304e7250294c9c0e9fa179bf07fd822a'Michael Niedermayer
2012-12-30Merge commit '9b1370aced385698bc783747917544ab69ecb373'Michael Niedermayer
2012-12-30Merge commit '0448f26c97c5ab4858d31e456a4f1738ae783242'Michael Niedermayer
2012-12-30Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer
2012-12-30Merge back some registering macros in all*.c.Clément Bœsch
2012-12-30lavc/ass_split: check for NULL pointer in ff_ass_split_override_codes().Clément Bœsch
2012-12-30aacdec: make dual mono mode selectable through AVOptions too.Michael Niedermayer
2012-12-30aacdec: simplify dmonoMichael Niedermayer
2012-12-30aacdec: fix dual monoMichael Niedermayer
2012-12-30build: postproc cleanup.Clément Bœsch
2012-12-29sws: fix warning: cast from pointer to integer of different sizeMichael Niedermayer
2012-12-29vf_deshake: fix strict aliassing errorsMichael Niedermayer
2012-12-29swscale: fix warning: assignment from incompatible pointer typeMichael Niedermayer
2012-12-29motion_est_template: fix warning: "ASSERT_LEVEL" is not definedMichael Niedermayer
2012-12-29bktr: fix warning: missing braces around initializerMichael Niedermayer
2012-12-29Fix OS/2 threadingDave Yeo
2012-12-29avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer
2012-12-29wavdec: fix duration calculation for files with invalid data sizeJames Almer
2012-12-29snow: use VideoDSPContextLuca Barbato
2012-12-29hlsenc: make segment number unsignedLuca Barbato
2012-12-29hlsenc: do not add timestamps in different timebasesLuca Barbato
2012-12-29hlsenc: keep the playlist to the correct number of itemsLuca Barbato
2012-12-29hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin
2012-12-29hlsenc: use the correct AV_TIME_BASE macroKanglin
2012-12-29hlsenc: check append_entry return valueLuca Barbato
2012-12-29hlsenc: use the segment filename in the playlist entryLuca Barbato