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
2013-12-24do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer
2013-12-24avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol
2013-12-24avcodec/jpeg2000dec: Check precno before using it in JPEG2000_PGOD_CPRLMichael Niedermayer
2013-12-24avcodec: move end zeroing code from av_packet_split_side_data() to avcodec_de...Michael Niedermayer
2013-12-24avutil: reintroduce lls1 as the 52 ABI needs itMichael Niedermayer
2013-12-24rename new lls code to lls2 to avoid conflict with the old which has a differ...Michael Niedermayer
2013-12-24avutil: rename lls to lls2Michael Niedermayer
2013-12-24mpeg12dec: Remove incomplete and wrong UV swapping code for VCR2Diego Biurrun
2013-12-24mpegvideo: Fix swapping of UV planes for VCR2Kostya Shishkov
2013-12-24h264: Do not treat the initial frame special in handling of frame gapsMichael Niedermayer
2013-12-24avcodec/jpeg2000dec: non zero image offsets are not supportedMichael Niedermayer
2013-12-24avformat/thp: force moving forwardMichael Niedermayer
2013-12-24avformat/thp: fix variable types to avoid overflowsMichael Niedermayer
2013-12-24avcodec/jpeglsdec: check err value for ls_get_code_runterm()Michael Niedermayer
2013-12-24avutil/opt: initialize retMichael Niedermayer
2013-12-24avcodec/utils: add some saftey checks to add_metadata_from_side_data()Michael Niedermayer
2013-12-24avcodec/avpacket/av_packet_split_side_data: ensure that side data padding is ...Michael Niedermayer
2013-12-24avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer
2013-12-24avcodec/jpeg2000dec: fix context consistency with too large lowresMichael Niedermayer
2013-12-24avcodec/jpeg2000dec: prevent out of array accesses in pixel addressingMichael Niedermayer
2013-12-24avcodec/jpeg2000dec: check transform equality in MCTMichael Niedermayer
2013-12-24ffserver: strip odd chars from html error messages before sending them backMichael Niedermayer
2013-12-22VC1: Fix intensity compensation performance regressionMason Carter
2013-12-21arm: Don't clobber callee saved registers in scalarproductMartin Storsjö
2013-12-16swscale/utils: check chroma width for fast bilinear scalerMichael Niedermayer
2013-12-16swscale/utils: remove useless ()Michael Niedermayer
2013-12-09avcodec/cabac: force get_cabac to be not inlinedMichael Niedermayer
2013-12-07avcodec/error_resilience: check that er is supported before attempting to rea...Michael Niedermayer
2013-12-07avcodec/error_resilience: factor er_supported() check outMichael Niedermayer
2013-11-28lavfi/af_pan: support unknown layouts on input.Nicolas George
2013-11-28lavfi/af_pan: support unknown layouts on output.Nicolas George
2013-11-28lswr: fix assert failure on unknown layouts.Nicolas George
2013-11-28lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-11-28lavfi/avfiltergraph: do not reduce incompatible lists.Nicolas George
2013-11-28lavfi/avfiltergraph: suggest a solution when format selection fails.Nicolas George
2013-11-28lavd/lavfi: support unknown channel layouts.Nicolas George
2013-11-18avformat/image2: allow muxing gif files.Clément Bœsch
2013-11-18build: avoid stdin stall with GNU AS probing.Clément Bœsch
2013-11-18avformat/utils: dont count attached pics toward the probesizeMichael Niedermayer
2013-10-31avcodec/bink: fix seeking to frame 0Michael Niedermayer
2013-10-27ffmpeg_filter: Fix non jpeg yuv in jpeg supportMichael Niedermayer
2013-10-27avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer
2013-10-26h264: make flush_change() set mmco_resetMichael Niedermayer
2013-10-26avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer
2013-10-26avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer
2013-10-26avformat/wavdec: Fix smv packet interleavingMichael Niedermayer
2013-10-26avcodec/h264: do not trust last_pic_droppable when marking pictures as doneMichael Niedermayer
2013-10-26doc/Makefile: fix man pages uninstall pathStefano Sabatini
2013-10-24avformat/mov: force parsing of headers if stts is absentMichael Niedermayer
2013-10-24avformat/gifdec: make GIF_APP_EXT_LABEL parsing more robustMichael Niedermayer