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
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
2011-07-14doxygen: place empty line between brief description and detailed descriptionDiego Biurrun
2011-07-14avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun
2011-07-14Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-14lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov
2011-07-13lavf: fix segfault in av_open_input_stream()Anton Khirnov
2011-07-13mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka
2011-07-13lavf: Cleanup try_decode_frame() logic.Alex Converse
2011-07-13build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun
2011-07-13mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov
2011-07-13Add a check for strptime().Anton Khirnov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-13wav: parse 'bext' metadataTomas Härdin
2011-07-13wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin
2011-07-13wav: Refactor the tag checking into a switch statementTomas Härdin
2011-07-13wav: make sure neither data_size nor sample_count is negative.Tomas Härdin
2011-07-13wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin
2011-07-13wav: add an option for writing BEXT chunkBenjamin Larsson
2011-07-13Musepack SV7: try to read files without number of frames providedKostya Shishkov
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-12matroskaenc: make SSA default subtitle codec.Anton Khirnov
2011-07-12oggdec: prevent heap corruption.Chris Evans
2011-07-11mpegts: fix Continuity Counter error detectionJindrich Makovicka
2011-07-11matroskadec: fix stupid typo (!= -> ==)Anton Khirnov
2011-07-11build: rework rules for things in the tools dirMans Rullgard
2011-07-10matroskadec: reindentAnton Khirnov
2011-07-10matroskadec: defer parsing of cues element until we seek.Aaron Colwell
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-10lavf: add avformat_find_stream_info()Anton Khirnov
2011-07-09segafilm: add support for videos with cri adx adpcmMatthew Hoops
2011-07-09gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin
2011-07-09mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov
2011-07-09lavf: update AVStream.nb_frames when muxing.Anton Khirnov
2011-07-08gif: add loop private option.Anton Khirnov
2011-07-08img2: add loop private option.Anton Khirnov
2011-07-07adts: Fix PCE copying.Alex Converse
2011-07-06lavf: deprecate AVStream.quality.Anton Khirnov
2011-07-06bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-07-05mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch
2011-07-04ogg: propagate return values and return more meaningful error valuesNicolas George
2011-07-04oggdec: Abort Ogg header parsing when encountering a data packet.Reimar Döffinger
2011-07-04mxfenc: small typo fixClément Bœsch
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard