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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
2012-08-24rtpdec_xiph: switch to av_assert()Michael Niedermayer
2012-08-24lavfi/asetpts,setpts: rework debug logStefano Sabatini
2012-08-24lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTTStefano Sabatini
2012-08-24utvideodec: Fix single symbol mode decodingJan Ekström
2012-08-24doc/filters: itemize examples for *settb filtersStefano Sabatini
2012-08-24doc/filters: itemize examples for *setpts filtersStefano Sabatini
2012-08-24doc/filters: move *setpts and *settb filters to the multimedia filters sectionStefano Sabatini
2012-08-24lavfi: rename vf_setpts.c to f_setpts.cStefano Sabatini
2012-08-24lavc/dvdsubenc: check the type of rectangles.Nicolas George
2012-08-24truespeech: drop useless castsMans Rullgard
2012-08-24libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard
2012-08-24mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard
2012-08-24cmdutils: fix a memleak when specifying an option twice.Anton Khirnov
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-24lavf/utils: Try to unwrap pts/dts so as to minimize wrapsMichael Niedermayer
2012-08-24lavf/utils: run update_initial_timestamps() outside some if()Michael Niedermayer
2012-08-24x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun
2012-08-24dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun
2012-08-24dirac: add Comments and references to the standardJordi Ortiz
2012-08-24lavr: x86: optimized 6-channel flt to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel flt to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel flt to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel flt to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16 to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16 to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16 to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel fltp to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to s16 conversionJustin Ruggles
2012-08-24ffmpeg: fix wrap correction code.Michael Niedermayer
2012-08-23mjpeg: fix fliping with emu edges.Michael Niedermayer
2012-08-23Fix partially hidden macroblocks for 10-bit DNxHD.Joseph Artsimovich
2012-08-23ffv1: more than 8 bit per RGB channelGeorg Lippitsch
2012-08-23lagarith: fix alignment on buffers passed into prediction dsp code.Michael Niedermayer
2012-08-23lavf/ape: Fix stream duration calculationjamal
2012-08-23mpeg4audio: dont take the SBR flag too serious.Michael Niedermayer
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-23doc/APIchanges: add an entry for codec descriptors.Anton Khirnov
2012-08-23vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles
2012-08-23vorbisenc: fix quality parameterJustin Ruggles
2012-08-23lavfi: free partial audio buffers when destroying links.Nicolas George