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-07-09hevc: parse display orientation SEI messageVittorio Giovara
2014-07-09h264: parse display orientation SEI messageVittorio Giovara
2014-07-09adxdec: get rid of an avpriv functionAnton Khirnov
2014-07-09lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov
2014-07-08arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-07-07libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstreamOmer Osman
2014-07-07vmd: Split audio and video decoderNidhi Makhijani
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-07-07dsputil: Split off *_8x8basis to a separate contextDiego Biurrun
2014-07-06dsicin: Split audio and video decoderNidhi Makhijani
2014-07-06bmv: Split audio and video decoderNidhi Makhijani
2014-07-06paf: split audio and video decoderNidhi Makhijani
2014-07-06cljr: split decoder and encoderNidhi Makhijani
2014-07-05x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun
2014-07-05x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun
2014-07-05x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun
2014-07-05libfdk-aacdec: Reduce the default decoder delay by one frameOmer Osman
2014-07-04x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun
2014-07-03webpdec: Fix decoding of the huffman group indices.Justin Ruggles
2014-07-03hevc: Use the local context variable when neededLuca Barbato
2014-07-01vaapi: Update idct_permutation location after dsputil/idctdsp splitDiego Biurrun
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-30mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun
2014-06-30pgssubdec: handle more complex PGS scenariosJohn Stebbins
2014-06-27mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun
2014-06-27dv: Properly split decoder and encoder initializationDiego Biurrun
2014-06-27dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun
2014-06-27fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun
2014-06-26indeo4: B-frames decodingDirk Ausserhaus
2014-06-26indeo2: rename stride to pitch for consistency with other Indeo decodersKostya Shishkov
2014-06-26lavc: do not allocate edges in the default get_buffer2()Anton Khirnov
2014-06-26hevc: remove unused array min_cb_addr_zsGildas Cocherel
2014-06-26hevc: Allow out of bound values for num_reorder_picsKieran Kunhya
2014-06-26dv: Replace a magic number by sizeof()Diego Biurrun
2014-06-26x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun
2014-06-24mjpegdec: Properly set the context colorspace infoDerek Buitenhuis
2014-06-24h264: error out from decode_nal_units() when AV_EF_EXPLODE is setVittorio Giovara
2014-06-24jpeg2000: fix dereferencing invalid pointers during cleanupVittorio Giovara
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-23h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau
2014-06-23indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-06-23Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles
2014-06-23Check if an mp3 header is using a reserved sample rate.Justin Ruggles
2014-06-22libx264: Correctly manage constant rate factor paramsLuca Barbato
2014-06-22ape: Replace memset(0) by zero initializationDiego Biurrun