Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-16movtextdec: Don't emit errors for normal duration-end packets.Philip Langdale
2012-08-16srtenc: Add timing-less "subrip" encoder.Philip Langdale
2012-08-16srtdec: Add timing-less "subrip" decoder.Philip Langdale
2012-08-16sp5xdec: fix off by 1 error causing a crashMichael Niedermayer
2012-08-16av_get_audio_frame_duration: fix ra144Michael Niedermayer
2012-08-16snowdec: add 2 av_asserts to check run validityMichael Niedermayer
2012-08-16snowdec: check log in get_symbol2()Michael Niedermayer
2012-08-16mpegvideo: dont call draw edges on lowresMichael Niedermayer
2012-08-16h263penc: fix multitheraded encodingMichael Niedermayer
2012-08-16mpegvideo_enc: reset mb_x/y before writing the headersMichael Niedermayer
2012-08-15motion_est: switch some asserts to av_assertMichael Niedermayer
2012-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15api-example: use new video encoding API.Anton Khirnov
2012-08-15msmpeg4v2: initialize mb_type arrayMichael Niedermayer
2012-08-15mpegvideo: fix MB/MV vissualization on videos that are not mod 16 == 0Michael Niedermayer
2012-08-15x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun
2012-08-15mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun
2012-08-15pafdec: fix wrong check for input buffer size.Michael Niedermayer
2012-08-15pafdec: fix wrong palette index check.Michael Niedermayer
2012-08-15w32pthreads: Add missing #includes to make header compile standaloneDiego Biurrun
2012-08-14vda: better frame allocation.Sebastien Zwickert
2012-08-14prores: interlaced ProRes encodingMaksalov Boris
2012-08-14bmv_videodec: fix out of array readMichael Niedermayer
2012-08-14remove duplicated codeupsuper
2012-08-14prores_kostya: implement interlaced encoding.Boris Maksalov
2012-08-14prores_kostya: fix incorrect picture_size field.Boris Maksalov
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-14vda: fix make checkheaders.Sebastien Zwickert
2012-08-14g723.1: simplify scale_vector()Mans Rullgard
2012-08-14g723.1: simplify normalize_bits()Mans Rullgard
2012-08-14vda: cosmetics: fix Doxygen comment formattingSebastien Zwickert
2012-08-14vda: better frame allocationSebastien Zwickert
2012-08-14vda: Merge implementation into one fileSebastien Zwickert
2012-08-14vda: support synchronous decodingSebastien Zwickert
2012-08-14vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert
2012-08-14dvdsubenc: reindent after recent commit.Nicolas George
2012-08-14lavc: add const to AVCodecContext.codec_descriptor.Nicolas George
2012-08-14lavc: reimplement avcodec_get_name with descriptors.Nicolas George
2012-08-14dvdsubenc: set frame size in extradata.Nicolas George
2012-08-14dvdsubenc: make it usable for transcoding.Nicolas George
2012-08-14build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun
2012-08-14vda: merge implementation into one file.Sebastien Zwickert
2012-08-14vda: support synchronous decoding.Sebastien Zwickert
2012-08-13proresenc: use the edge emulation bufferBoris Maksalov
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-13Proresenc: add multithreading supportSpeedy Gonzales
2012-08-13x86: cabac: allow building with sunccMans Rullgard
2012-08-13x86: mlpdsp: avoid taking address of voidMans Rullgard
2012-08-13g723_1dec: inline normalize_bits() in scale vector and optimize it.Michael Niedermayer
2012-08-13g723_1dec: remove dead code that leaked in from libavMichael Niedermayer