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
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-20lavc: add missing files for armLuca Barbato
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-20rtp: Don't read priv_data unless it is allocatedMartin Storsjö
2012-12-20flvenc: Check whether seeking back to the header succeededBjörn Axelsson
2012-12-20sapenc: Pass the title on to the chained muxersJernej Virag
2012-12-20lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-20mpeg12: do not decode extradata more than once.Anton Khirnov
2012-12-20cmdutils: pass number of groups to split_commandline().Anton Khirnov
2012-12-19mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau
2012-12-19h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profilesVictor Lopez
2012-12-19mpegvideo: increase edge_emu_buffer size for VC1Janne Grunau
2012-12-19lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje
2012-12-18avcodec: bump minor for adaptive h264 frame-mtJanne Grunau
2012-12-18avconv: pass the actually selected decoder to filter_codec_opts().Anton Khirnov
2012-12-18avconv: use new options parser.Anton Khirnov
2012-12-18cmdutils: don't log an error in opt_default().Anton Khirnov
2012-12-18cmdutils: add a commandline pre-parser.Anton Khirnov
2012-12-18cmdutils: split parse_option().Anton Khirnov
2012-12-18cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov
2012-12-18h264: support frame parameter changes during frame-mtJanne Grunau
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-12-18ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer
2012-12-18h264: increase dist_scale_factor for up to 32 referencesJanne Grunau
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-18configure: formatting cosmeticsDiego Biurrun
2012-12-18h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer
2012-12-18h264: prevent decoding of slice NALs in extradataJanne Grunau
2012-12-17doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis
2012-12-17au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun
2012-12-17fate: Move RALF test into lossless audio groupDiego Biurrun
2012-12-17cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun
2012-12-17avresample: use valid log context in mixing functionsHendrik Leppkes
2012-12-17lavr: remove automatic context close/open for resampling compensationJustin Ruggles
2012-12-17lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles
2012-12-16rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö
2012-12-16rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö
2012-12-16rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö
2012-12-15h264: fix memleak on error during SPS parsingJanne Grunau
2012-12-15h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau
2012-12-15lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles
2012-12-14vp56: release frames on errorLuca Barbato
2012-12-14vp56: make parse_header return standard error codesLuca Barbato
2012-12-14ivi_common: check that scan pattern is set before using it.Anton Khirnov
2012-12-14ivi_common: use proper logging context in ivi_decode_blocks().Anton Khirnov
2012-12-14ivi_common: make some functions and tables static.Anton Khirnov
2012-12-14asyncts: ignore min_delta only if first_pts is setJustin Ruggles
2012-12-14asyncts: merge two conditionsJustin Ruggles
2012-12-14x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau
2012-12-14h264: initialize frame-mt context copies properlyJanne Grunau