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-29snow: use VideoDSPContextLuca Barbato
2012-12-28cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun
2012-12-26mpegvideo: initialize videodsp with correct pixel depthJanne Grunau
2012-12-24wnv1: cosmetics, reformatAnton Khirnov
2012-12-24xan: remove a trivially true if().Anton Khirnov
2012-12-24ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov
2012-12-24zerocodec: remove an unused variable.Anton Khirnov
2012-12-24zmbv: remove some pointless comments and empty linesAnton Khirnov
2012-12-24yop: simplify/sanitize the decoding loopAnton Khirnov
2012-12-24c93: set palette_has_changed.Anton Khirnov
2012-12-24bmp: cosmetics, reformatAnton Khirnov
2012-12-23lavc: Correct the description of pkt_dtsMartin Storsjö
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-238bps: cosmeticsAnton Khirnov
2012-12-23aasc: cosmetics, reformatAnton Khirnov
2012-12-23ansi: remove an extra returnAnton Khirnov
2012-12-23asvdec: cosmetics, reformatAnton Khirnov
2012-12-23aura: cosmetics, reformatAnton Khirnov
2012-12-234xm: don't rely on get_buffer() initializing the frame.Anton Khirnov
2012-12-23huffyuv: split encoder and decoder into separate files.Anton Khirnov
2012-12-23lavc: make pkt_{p,d}ts doxy less confusingAnton Khirnov
2012-12-23lavc: rewrite and extend AVFrame doxyAnton Khirnov
2012-12-22ttadec: fix last frame handling when seekingJustin Ruggles
2012-12-22alacdec: do not be too strict about the extradata sizeJustin Ruggles
2012-12-22flac: only set channel layout if not previously set or on channel count changeJustin Ruggles
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-20lavc: add missing files for armLuca Barbato
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-20mpeg12: do not decode extradata more than once.Anton Khirnov
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-18avcodec: bump minor for adaptive h264 frame-mtJanne Grunau
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-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-17cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun
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-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-14h264: initialize frame-mt context copies properlyJanne Grunau
2012-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-14lavc: set frame parameters after decoding only if necessaryJanne Grunau