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-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
2014-02-13mpeg12dec: do not add stereo3D side data to a non-existing frameJanne Grunau
2014-02-12h264: make context_count unsignedJanne Grunau
2014-02-12Add libx265 encoderDerek Buitenhuis
2014-02-12aacdec: set AVFrame sample_rateJohn Stebbins
2014-02-11lavc: set AVFrame pkt_pts and reordered_opaque in reget_bufferJohn Stebbins
2014-02-11g2meet: make JPEG tile decoder operate on 8x8 block maskKostya Shishkov
2014-02-11g2meet: factor out seeking to the chunk endMaxim Poliakovski
2014-02-10rpza: limit the number of blocks to the total remaining blocks in the frameAnton Khirnov
2014-02-10rpza: move some variables to the blocks where they are usedAnton Khirnov
2014-02-10rpza: use fixed-width int typesAnton Khirnov
2014-02-10rpza: switch to bytestream2Anton Khirnov
2014-02-09hevc: Conceal zero tdLuca Barbato
2014-02-09dnxhd: Support DNx444Kostya Shishkov
2014-02-09vp8: fix PPC assembly to work if src_stride != dst_strideRonald S. Bultje
2014-02-09asvenc: free avctx->coded_frame on codec closeJanne Grunau
2014-02-09arm: Remove a stray .fpu directiveMartin Storsjö
2014-02-09dnxhddec: return proper error codeAlexandra Khirnova
2014-02-09g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFOMaxim Poliakovski
2014-02-08mlp_parser: fix request_channel_layout behavior.Tim Walker
2014-02-08mlpdec: fix request_channel_layout behavior.Michael Niedermayer