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
2012-11-19swr: set default channel count options to 0.Clément Bœsch
2012-11-19Allow use of @ character in username and passwords embedded in URLsGavin Kinsey
2012-11-19pthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4aa7a54ec5f1cebd21042dd7Michael Niedermayer
2012-11-19af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer
2012-11-19vble: remove superfluous bracesPiotr Bandurski
2012-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-19Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'Michael Niedermayer
2012-11-19sbr: increase f_tablelim size, it appears it was too small by 1.Michael Niedermayer
2012-11-19doc/general: remove duplicate entry for ADPCM SMJPEG IMAPaul B Mahol
2012-11-19nut: add tag for PCM signed 8-bit planarPaul B Mahol
2012-11-19doc/general: remove 8SVX audio, there is no such codecPaul B Mahol
2012-11-19doc/general: move 8SVX codecs to right sectionPaul B Mahol
2012-11-19Support iLBC in caf.Carl Eugen Hoyos
2012-11-19h264: dont stop parsing NALs without cleanup on DPC.Michael Niedermayer
2012-11-19vble: do not abort when version is not 1Piotr Bandurski
2012-11-19mpegvideo: increase MAX_PICTURE_NUMBER.Michael Niedermayer
2012-11-19avrndec: support lowres for mjpegPiotr Bandurski
2012-11-19error concealment: check that references are frames and not fields.Michael Niedermayer
2012-11-19h264: Check gray scale CBP, fix out of array accesses.Michael Niedermayer
2012-11-19liavfi/avcodec: allow channel layouts with fewer channels than actually avail...Michael Niedermayer
2012-11-19pcmenc: remove dead incrementPaul B Mahol
2012-11-19pcm: move i into for loop to avoid { } inside switch statementPaul B Mahol
2012-11-18fate: add mjpeg-422 and mjpeg-444 testsPaul B Mahol
2012-11-18ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer
2012-11-18mjpegenc: yuvj444p supportPaul B Mahol
2012-11-18x86: h264_intrapred: Fix C function names in commentsDiego Biurrun
2012-11-18PGS subtitles: Set AVSubtitle pts valueJohn Stebbins
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-18lavfi/frei0r: in init() check path loop, free resources in a single pointStefano Sabatini
2012-11-18lavfi/frei0r: extend load_path() to support arbitrarily long pathsStefano Sabatini
2012-11-18h264: correct ref count check and limit, fix out of array accesses.Michael Niedermayer
2012-11-18h264: fix integer overflow, assert failureMichael Niedermayer
2012-11-18ff_mpeg_update_thread_context: assert context unequalityMichael Niedermayer
2012-11-18pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch
2012-11-18pp: add support for SSE2.Clément Bœsch
2012-11-18lavfi/mp/pp: use PP_CPU_CAPS_AUTO.Clément Bœsch
2012-11-18pp: add auto detection cpu flag.Clément Bœsch
2012-11-18pp: add various const for pointers.Clément Bœsch
2012-11-18lavfi/drawtext: implement more generic expansion.Nicolas George
2012-11-18iff: decode HAM8 images with masking correctly.Piotr Bandurski
2012-11-18h264: Skip odd NALs in extradata, prevent undefined behaviorMichael Niedermayer
2012-11-18lavf: let av_find_best_stream use bitrate info if availableMarton Balint
2012-11-18iff: process DEEP DLOC chunk to obtain image dimensionsPeter Ross
2012-11-18iff: recognise more DEEP colorspacesPeter Ross
2012-11-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-18ast: check bit depth tooPaul B Mahol
2012-11-18img2enc: remove dead codePaul B Mahol
2012-11-18configure: Refactor CPPFLAGS settings for glibc/uclibcDiego Biurrun
2012-11-18configure: add basic support for ARM AArch64Mans Rullgard
2012-11-18build: set -U__STRICT_ANSI__ for newlibMans Rullgard