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
2015-08-13avcodec/tiff: Support uncompressed G3 CCITT faxMichael Niedermayer
2015-08-13avcodec/faxcompr: Support uncompressed escapes in decode_group3_1d_line()Michael Niedermayer
2015-08-13avcodec/tiff: Support uncompressed G4 CCITT faxMichael Niedermayer
2015-08-13avcodec/faxcompr: Support cmode == 9 && xxx == 7Michael Niedermayer
2015-08-13avcodec/faxcompr: Print the unsupported mode numberMichael Niedermayer
2015-08-13avcodec/dvbsubdec: Print field lens in case they are too lergeMichael Niedermayer
2015-08-13movtextdec: Use default style information from movtext headerNiklesh
2015-08-12avcodec/mpeg12dec: Check chroma_formatMichael Niedermayer
2015-08-12libavcodec/tableprint_vlc.h: include lavu/reverse.c for ff_reverse.Alexis Ballier
2015-08-12avcodec/gsm_parser: Replace codec_id check by assertMichael Niedermayer
2015-08-12avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun
2015-08-12avcodec/g729_parser: Replace codec_id check by assertMichael Niedermayer
2015-08-12avcodec/g729: add g729_parserGanesh Ajjanagadde
2015-08-11lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos
2015-08-11libavcodec/qsvdec.c: Extended error messages for MFXVideoDECODE_Init() resultIvan Uskov
2015-08-11mmaldec: fix problems with flush logicwm4
2015-08-11mmaldec: do not mutate user's AVCodecContext extradata fieldwm4
2015-08-11mmaldec: hack against buffering problems on broken inputwm4
2015-08-11aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov
2015-08-10avcodec/mjpegenc_common: do not ignore the color_range fieldMichael Niedermayer
2015-08-10Merge commit '1542ec96389f32e5081c6c607e4b6f5e257ccdf2'Hendrik Leppkes
2015-08-10Merge commit '0f562f5b833d603e04123d198c59f8b2b5eb43e4'Hendrik Leppkes
2015-08-10Revert "movtextdec: Use default style information from movtext header"Michael Niedermayer
2015-08-10movtextdec: Use default style information from movtext headerNiklesh
2015-08-09avcodec: loongson optimize h264qpel with mmi v1周晓勇
2015-08-09avcodec/snowenc: Avoid use of deprecated me_methodMichael Niedermayer
2015-08-08avcodec: add missing FF_API_CODEC_ID guardAndreas Cadhalpun
2015-08-08lavc: The h263 encoder (also) depends on h263data.oCarl Eugen Hoyos
2015-08-08movtextdec: Fix memory leaks by freeing mem allocs correctlyNiklesh
2015-08-08cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri
2015-08-07avcodec/libopenh264enc: Avoid usage of deprecated ff_alloc_packet()Michael Niedermayer
2015-08-07Merge commit '9469370fb32679352e66826daf77bdd2e6f067b5'Hendrik Leppkes
2015-08-07aacenc: Move local encoder specific tables to a separate fileRostislav Pehlivanov
2015-08-07x86/sbrdsp: remove an unnecessary mova in sbr_autocorrelateJames Almer
2015-08-07avcodec/movtextdec: check that ftab has been allocated before dereferencing itMichael Niedermayer
2015-08-06movtextdec.c: Add support for font namesNiklesh
2015-08-06vc1dec: propagate error codes and return meaningful error codeswm4
2015-08-06avcodec/diracdec: Move reference to DiracFrame, avoid use of the deprecated f...Michael Niedermayer
2015-08-06avcodec/options: Silence deprecated warning about coded_frameMichael Niedermayer
2015-08-06h264: Do not print an error when the buffer has to be refilledLuca Barbato
2015-08-06lavc: propagate hwaccel errorswm4
2015-08-05avcodec: loongson optimized h264pred with mmi v2周晓勇
2015-08-05avcodec/avcodec: Define CODEC_CAP_* based on AV_CODEC_CAP_*Michael Niedermayer
2015-08-05avcodec/avcodec: Replace AV_CODEC_FLAG* values by 1 << C style for consistencyMichael Niedermayer
2015-08-05avcodec/hapenc: Remove use of deprecated ff_alloc_packet()Michael Niedermayer
2015-08-05Merge commit '4fee11ab05fc8569ef35c0ce86a60375c903eefb'Hendrik Leppkes
2015-08-05h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones
2015-08-05avcodec/dvbsubdec: Do not stop decoding at a invalid depthMichael Niedermayer
2015-08-04avcodec/nvenc: Add support for 2pass rc in vbr modeTimo Rothenpieler
2015-08-04avcodec/nvenc: Only set h264 parameter when encoding h264Timo Rothenpieler