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-29hlsenc: make segment number unsignedLuca Barbato
2012-12-29hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin
2012-12-29hlsenc: do not add timestamps in different timebasesLuca Barbato
2012-12-29hlsenc: use the correct AV_TIME_BASE macroKanglin
2012-12-29hlsenc: keep the playlist to the correct number of itemsLuca Barbato
2012-12-29hlsenc: use the segment filename in the playlist entryLuca Barbato
2012-12-29hlsenc: check append_entry return valueLuca Barbato
2012-12-29hlsenc: use the basename to generate the list entriesLuca Barbato
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
2012-12-28cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun
2012-12-28avfilter: Refactor unconditional filter registrationDiego Biurrun
2012-12-28build: Add rtpenc_chain extra config optionDiego Biurrun
2012-12-28configure: Add --disable-all command line optionDiego 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-24hlsenc: Don't duplicate a string constantMartin Storsjö
2012-12-24hlsenc: Allocate enough space for the pattern stringStefano Sabatini
2012-12-23lavc: Correct the description of pkt_dtsMartin Storsjö
2012-12-23avfilter: Compile FIFO filters unconditionallyDiego Biurrun
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-23configure: cosmetics: Separate hwaccel dependencies from decoders/encodersDiego Biurrun
2012-12-23oggdec: check memory allocationLuca Barbato
2012-12-23oggdec: K&R cosmetic formattingLuca Barbato
2012-12-23hlsenc: correctly report target durationLuca Barbato
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-23opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles
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-21prepare 9_beta3 releaseReinhard Tartler
2012-12-21rtpdec_vp8: Don't return known-broken packetsMartin Storsjö
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-12-21configure: Make avconv depend on null, anull and resample filtersDiego Biurrun
2012-12-21build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun