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
2011-07-13build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-02-28Free packets read in seek_test.Reimar Döffinger
2010-02-28Fix some memory leaks in seek_test test program:Reimar Döffinger
2009-10-20Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger
2009-10-19Align the seek regression test output for better readability.Reimar Döffinger
2009-10-18Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger
2009-03-27Fix seek test build, by undefining printf and fprintf.Benoit Fouet
2009-03-26Fix a warning on an uninitialized variable.Benoit Fouet
2009-03-14Switch regression test to the new seeking API.Michael Niedermayer
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09#include required stdint.h header directly.Diego Biurrun
2008-01-31Fix b-libav.ul/al seek regression test.Michael Niedermayer
2007-08-13Use PRId64 in seek testDavid Conrad
2007-06-12misc spelling fixesDiego Biurrun
2007-04-22fix compilationBaptiste Coudurier
2007-02-06indentMichael Niedermayer
2007-02-06dont output information about what is demuxed after a seek failureMichael Niedermayer
2007-02-0510l uninitalized colaMichael Niedermayer
2007-02-05seek regression testsMichael Niedermayer