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
2014-11-15avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (ex...Shin-ichi Toyama
2014-11-15Merge commit 'd16ec1b6db25bc348b0d4800c9a0c9b7070e3710'Michael Niedermayer
2014-11-15avcodec/lpc: remove unneeded {}Michael Niedermayer
2014-11-15Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3'Michael Niedermayer
2014-11-15Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f'Michael Niedermayer
2014-11-14atrac3plus: always initialize refwavesVittorio Giovara
2014-11-14lpc: always initialize ref and errVittorio Giovara
2014-11-14exr: check return valueVittorio Giovara
2014-11-14bgmc: fix sizeof argumentsThilo Borgmann
2014-11-14avcodec/pngdec: split frame decoding in its own function.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to handle small (<=4) bits per pixel values.Benoit Fouet
2014-11-14avcodec/pngdec: use else if instead of if for small bpp handling.Benoit Fouet
2014-11-14avcodec/pngdec: fix some indentation/whitespacesBenoit Fouet
2014-11-14avcodec/pngdec: create a function to decode tRNS chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode PLTE chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode IDAT chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode pHYs chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode IHDR chunk.Benoit Fouet
2014-11-14avcodec/pngdec: rename decode_frame to decode_frame_pngBenoit Fouet
2014-11-14lavc/flashsv2enc: Fix encoding resolution error message.Carl Eugen Hoyos
2014-11-13avcodec/nellymoserenc: fix sign errorMichael Niedermayer
2014-11-13avcodec/4xm: remove duplicate assertMichael Niedermayer
2014-11-13x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer
2014-11-13Merge commit 'a2448cfe167a4cd4eb631318550d4eef38fca24a'Michael Niedermayer
2014-11-13Merge commit '994ab1804b8bf532f44876927b07b51f1f63247f'Michael Niedermayer
2014-11-13Merge commit 'c7384664ba0cbb12d882effafbc6d321ae706cff'Michael Niedermayer
2014-11-13Merge commit '8e104619a627fcf5f4c2bd3c09d0c2d323aae745'Michael Niedermayer
2014-11-13Merge commit 'd5d2d6c3b8cff61eb26c18bbd977881cf6d5524a'Michael Niedermayer
2014-11-13Merge commit '1a9c1333b5d70b427c82cb98f383aa2fa9b2b319'Michael Niedermayer
2014-11-13Merge commit '2ffb0598dbdb81c40650952aa9299fa02fa5e834'Michael Niedermayer
2014-11-13Merge commit '6abe7edabb7d57e82d7ea6312d30cf05d2192c5b'Michael Niedermayer
2014-11-13Merge commit '5aa710f46119bb9c1c38542f80f5338eb8b5ffb2'Michael Niedermayer
2014-11-13Merge commit '4dda5e9b0829b119c17d950906c61d3ebffc494f'Michael Niedermayer
2014-11-13Merge commit '28d82b7675bea76a1349070a3cdd737d964d4775'Michael Niedermayer
2014-11-13Merge commit 'e3f50f247155216229e34f165bae8c329d5a001e'Michael Niedermayer
2014-11-13Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer
2014-11-13Merge commit '8dd0a2c5cf40a8a49faae985adc11750b6429132'Michael Niedermayer
2014-11-13Merge commit 'b09cf8afc5199d359ac985ad7cea72a6a9f20e4e'Michael Niedermayer
2014-11-13Merge commit '68a35473ed423a14731c418939fba7913647979a'Michael Niedermayer
2014-11-13avcodec/utils: Add ATRAC3+ to av_get_audio_frame_duration()Michael Niedermayer
2014-11-13jpeg2000: do not compute the same value twiceVittorio Giovara
2014-11-13ansi: check ff_set_dimensions return valueVittorio Giovara
2014-11-13avs: check ff_set_dimensions return valueVittorio Giovara
2014-11-13svq1enc: check ff_get_buffer return valueVittorio Giovara
2014-11-13shorten: check for return valueVittorio Giovara
2014-11-13dcadec: initialize variables before useVittorio Giovara
2014-11-13escape124: explicitly set get_bits1 variableVittorio Giovara
2014-11-13mlpdec: check for negative indexVittorio Giovara
2014-11-13ffv1: fix out-of-bounds readVittorio Giovara
2014-11-13vorbisenc: add missing parenthesisVittorio Giovara