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
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-05matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-08-05misc spelling/grammar fixesDiego Biurrun
2008-08-05matroska: expand useless define for MS compat codec id stringsAurelien Jacobs
2008-07-27matroska: add support for V_QUICKTIME track typeAurelien Jacobs
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-02fix encoding of flac private dataJustin Ruggles
2008-04-03use common aac sample rate tablesAurelien Jacobs
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov
2008-03-01simplification proposed by RichAurelien Jacobs
2008-02-27makes really sure that no undefined behavior can happenAurelien Jacobs
2008-02-27Avoid infinite loop.Aurelien Jacobs
2008-01-12Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer
2008-01-12add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs
2008-01-12Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs
2008-01-11Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-06spelling/wording nits in some Doxygen commentsDiego Biurrun
2007-09-05Grammar nitsDavid Conrad
2007-09-05Always use AVFormatContext for av_log messagesDavid Conrad
2007-09-05Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad
2007-09-05We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad
2007-09-05IndentationDavid Conrad
2007-09-05Don't seek when streamedDavid Conrad
2007-09-05Get rid of useless bracesDavid Conrad
2007-09-05IndentDavid Conrad
2007-09-05Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad
2007-09-05Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad
2007-09-05Move writing codec private element to its own functionDavid Conrad
2007-09-05CosmeticsDavid Conrad
2007-09-05Use num_entries directly rather than mixing it with a local copyDavid Conrad
2007-09-05Doxygenify commentsDavid Conrad
2007-09-05Make sure that the calculated duration doesn't decreaseDavid Conrad
2007-09-05Split some really long linesDavid Conrad
2007-09-05Correct messageDavid Conrad
2007-09-05Always check the return of mkv_add_seekhead_entryDavid Conrad
2007-09-05Pass the returned error code of functions upDavid Conrad
2007-09-05Check that the seekheads were createdDavid Conrad
2007-09-05Return AVERROR(ENOMEM) when appropriateDavid Conrad
2007-09-05IndentationDavid Conrad
2007-09-05Use assert for conditions that must be trueDavid Conrad
2007-09-05SimplifyDavid Conrad
2007-09-05Grammar nitsDavid Conrad
2007-09-05Break long commentsDavid Conrad
2007-09-05Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad
2007-09-05Calculate and store DAR rather than SARDavid Conrad
2007-09-05Clarify commentsDavid Conrad