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-11-17pp: simplify postProcess().Clément Bœsch
2012-11-17pp: rework the way templating is done.Clément Bœsch
2012-11-17g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the table.Michael Niedermayer
2012-11-17ff_emulated_edge_mc: fix integer anomalies, fix out of array readsMichael Niedermayer
2012-11-16dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusionsAlexander Strasser
2012-11-16ffv1enc: consider 2pass float rounding, fix loopMichael Niedermayer
2012-11-16doc/filters: fix a few typos in the frei0r docsStefano Sabatini
2012-11-16doc/ffprobe: factorize definition of writers syntaxStefano Sabatini
2012-11-16mxfdec: set audio packets ptsMatthieu Bouron
2012-11-16mov: add more udta meta data recognitionXidorn Quan
2012-11-16lavf/mp3enc: make sure the header is valid before writing audio pkt.Clément Bœsch
2012-11-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-16ffserver: put NoDaemon back so as not not break existing conf files.Michael Niedermayer
2012-11-16Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'Michael Niedermayer
2012-11-16x86: dsputil: port to cpuflagsDiego Biurrun
2012-11-16crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun
2012-11-16lavu/opt: fix av_opt_get_key_value() API.Nicolas George
2012-11-16doc/APIchanges: clarify comment on new APIs.Nicolas George
2012-11-16rv34: check image size before using itMichael Niedermayer
2012-11-16vc1dec: do not allow field_mode to change after the first headerMichael Niedermayer
2012-11-16swr/resample: fix SSSE3 included unconditionally.Clément Bœsch
2012-11-16pp: fix typo in avg() comment.Clément Bœsch
2012-11-16pp: use av_clip_uint8 instead of a custom implementation.Clément Bœsch
2012-11-16pp: fix a few typo in the internal header.Clément Bœsch
2012-11-16lavfi/geq: fix GPL license header.Clément Bœsch
2012-11-16swr/rematrix: move templating parameters to template itself.Clément Bœsch
2012-11-16swr/resample: move templating parameters to template itself.Clément Bœsch
2012-11-15zmbv: avoid use of uninitialized dataMichael Niedermayer
2012-11-15vmdav: more complete check for block_align, prevent out of array access.Michael Niedermayer
2012-11-15flashsv: only realloc blocks for version 2Michael Niedermayer
2012-11-15avserver: replace av_read_packet with av_read_frameJanne Grunau
2012-11-15avserver: fix constness casting warningsJanne Grunau
2012-11-15APIChanges: add entry for av_read_packet deprecationJanne Grunau
2012-11-15mxfdec: fix typo in mxf_read_seek()Janne Grunau
2012-11-15avserver: use freopen to redirect stdin/out/err to /dev/nullJanne Grunau
2012-11-15avserver: remove daemon modeMans Rullgard
2012-11-15configure: Check for -Werror parameters on clangMartin Storsjö
2012-11-15doxygen: remove obsolete options from DoxyfileJanne Grunau
2012-11-15pcm: give more descriptive name to codecPaul B Mahol
2012-11-15pgssubdec: check RLE size before copying. Fix out of array accessesMichael Niedermayer
2012-11-15flashsv: reallocate block array independant of frame type.Michael Niedermayer
2012-11-15Read QuickTime version 1 audio fields in broken mov files.Carl Eugen Hoyos
2012-11-15swr: move if() block into the only branch where it can be true.Michael Niedermayer
2012-11-15swr: reorder/redesign operations to avoid integer overflow.Michael Niedermayer
2012-11-15ffserver: fix streams and priv_data memleaks when closing a connection.Clément Bœsch
2012-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-15Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer
2012-11-15ituh263dec: more complete w/h check.Michael Niedermayer
2012-11-15rv10: always check image size not just in some cases.Michael Niedermayer
2012-11-15xwma: check bytes_per_sample, fix division by 0.Michael Niedermayer