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-02-28prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun
2014-02-28proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun
2014-02-28prores: Use consistent names for DSP arch initialization functionsDiego Biurrun
2014-02-28Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun
2014-02-26build: Do not redundantly specifiy H.263-related object files for MSMPEG4v*Diego Biurrun
2014-02-25parser: cosmetics: Drop some unnecessary parenthesesDiego Biurrun
2014-02-25parser: K&R formatting cosmeticsLuca Barbato
2014-02-25parser: Remove commented-out cruftDiego Biurrun
2014-02-24libx265: Properly handled dynamic linking with MSVCDerek Buitenhuis
2014-02-24libx265: Support SARDerek Buitenhuis
2014-02-24libx265: Support 4:4:4Derek Buitenhuis
2014-02-24libx265: Update API usageDerek Buitenhuis
2014-02-24Use av_frame_copy() to simplify code where appropriate.Anton Khirnov
2014-02-24lavc: use AVFrame API properly in ff_reget_buffer()Anton Khirnov
2014-02-23hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato
2014-02-23hevc: Do not right shift a negative value in get_pcmLuca Barbato
2014-02-23hevc: Drop unnecessary shifts in deblocking_filter_CTBLuca Barbato
2014-02-22h264: Fix a typo from the previous commitLuca Barbato
2014-02-21libvorbis: Give consistent names to all functions, structs, and definesDiego Biurrun
2014-02-20h264: Lower bound check for slice offsetsVittorio Giovara
2014-02-20aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau
2014-02-20dca: replace some memcpy by AV_COPY128Christophe Gisquet
2014-02-20h264: avoid undefined behavior in chroma motion compensationJanne Grunau
2014-02-20mpeg4video_parser: Drop pointless av_-prefix from static functionDiego Biurrun
2014-02-20avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun
2014-02-20x86: dsputil: Use correct file name as multiple inclusion guardDiego Biurrun
2014-02-20bit_depth_template: Use file name as multiple inclusion guardDiego Biurrun
2014-02-20svq3: Adjust #endif commentDiego Biurrun
2014-02-19hevc: Always consider VLC NALU type mismatch fatalLuca Barbato
2014-02-19hevc: Mention the missing SPS in the error messageLuca Barbato
2014-02-19x86: dca: Add missing multiple inclusion guardsDiego Biurrun
2014-02-19h264: informative error reporting in decode_slice_header()Luca Barbato
2014-02-19h264: fix slice_type value reported in decode_slice_header()Luca Barbato
2014-02-17doxygen: Add a number of missing function parameter descriptionsDiego Biurrun
2014-02-17h264: use avpriv_request_sample for chroma_format_idcVittorio Giovara
2014-02-17Move all example programs to doc/examplesDiego Biurrun
2014-02-16g2meet: validate bpp and bitmasks in the display infoMaxim Poliakovski
2014-02-16ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker
2014-02-16ac3: update AC3PreferredStereoDownmixMode.Tim Walker
2014-02-15h264_parser: use enum values in h264_find_frame_end()Vittorio Giovara
2014-02-14ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau
2014-02-14utvideoenc: Enable support for multiple slices and use themJan Ekström
2014-02-14libx265: Remove redundant default param callDerek Buitenhuis
2014-02-14libx265: Fix use of uninitialized input pictureDerek Buitenhuis
2014-02-14h264_sei: reorder headersVittorio Giovara
2014-02-14h264_sei: name buffering period type consistentlyVittorio Giovara
2014-02-14h264: drop outdated commentsVittorio Giovara
2014-02-14h264: store current_sps_id inside the current spsVittorio Giovara
2014-02-14h264: print values in case of errorVittorio Giovara
2014-02-14h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato