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
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
2014-06-22mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun
2014-06-22build: Have the eatqi decoder depend on the MPEG-1 decoderDiego Biurrun
2014-06-22build: Add missing object files for Matroska demuxerDiego Biurrun
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-20h264: fix build when error resilience is disabledVittorio Giovara
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20dv: cosmetics, reindentAnton Khirnov
2014-06-20dv: get rid of global non-const tablesAnton Khirnov
2014-06-20dvenc: initialize the profile only once, at initAnton Khirnov
2014-06-20lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov
2014-06-19i263: skip dummy framesDirk Ausserhaus
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-19hevc: Mark num_bins_in_se as unusedLuca Barbato
2014-06-18dcadec: replace ldexpf with a multiplication by a constantNiels Möller
2014-06-17vp9 encoder: use a decent default speed settingRafaël Carré
2014-06-17tiffenc: fix packet size calculationTristan Matthews
2014-06-17jpeg2000: Mark static data init functions as av_coldDiego Biurrun
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-06-13Rename tpel_template.c ---> pel_template.cDiego Biurrun
2014-06-12libx265: Remove unneeded bit depth checkDerek Buitenhuis
2014-06-12libx265: Add 4:2:2 supportDerek Buitenhuis
2014-06-12libx265: Actually use X265_API_IMPORTSDerek Buitenhuis
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-06-12libx264: Support bitrate reconfigurationLuca Barbato
2014-06-11h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau