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-04Do not include mathematics.h in avutil.hMans Rullgard
2011-04-28nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-06Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini
2010-06-06bgr/rgb444 for nutMichael Niedermayer
2010-05-27Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini
2010-05-23Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-03-28Fix NUT (de)muxer warnings:Vitor Sessak
2010-03-24Fix warning:Vitor Sessak
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-02-24Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov
2008-12-11remove _t for POSIX compatibility.Michael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov
2008-03-05Subtitle support. (untested)Michael Niedermayer
2008-02-04ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
2007-11-05Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier
2007-08-12Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos
2007-08-10move syncpoint cache related stuff to common fileMichael Niedermayer
2007-08-09move lsb2full to common fileMichael Niedermayer
2007-08-09move crc wrapper to slightly better spotMichael Niedermayer
2007-08-09move syncpoint timestamp resetting code to a common fileMichael Niedermayer
2007-08-09remove old unused nut (de)muxerMichael Niedermayer
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-05URL update, move comment to a better place.Diego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-18Fix license header error notice by Steve LHomme.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-03remove redundant declarationsMåns Rullgård
2006-07-20fix regression failure after adler simplificationMichael Niedermayer
2006-07-14move adler32 to libavutilMåns Rullgård
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-21Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-04-23Disable lavf NUT until it is synced to specOded Shimon
2006-03-01add size to AVIndexMichael Niedermayer
2006-01-20Properly #ifdef muxer-specific parts.Gildas Bazin
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-09-11checksum doesnt cover the forward_ptr anymoreMichael Niedermayer