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
2010-06-03Make write_streamheader() log a message if there is no codec tagStefano Sabatini
2010-06-03Make write_streamheader() return a meaningful error code if no codecStefano Sabatini
2010-06-03Make write_header() and write_headers() return an error code in case ofStefano Sabatini
2010-06-03Make write_streamheader() and write_headers() accept anStefano 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-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-28Fix NUT (de)muxer warnings:Vitor Sessak
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-03-01Revert r22119 and partially revert 22120.Vitor Sessak
2010-02-28Plug some memory leaks in NUT muxer and demuxerVitor Sessak
2010-02-24Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-02-28use new metadata API in nut muxerAurelien Jacobs
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-17cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-11remove _t for POSIX compatibility.Michael Niedermayer
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-03remove a comment which is no longer trueJustin Ruggles
2008-06-26Prevent invalid timestamps from being stored.Michael Niedermayer
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-03-10misc spelling fixesDiego 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-03-03subtitles (codec tag tables still missing ...)Michael Niedermayer
2008-02-15It appears last_pts was not set ...Michael Niedermayer
2008-02-15Header elision muxing support.Michael Niedermayer
2008-02-04back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon
2008-02-04Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon
2008-02-04nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon
2008-02-04Missing const found by -Wwrite-strings.Michael Niedermayer
2008-01-17Consider initial EOR in the back_ptr calculation.Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier
2007-08-17spelling/wording cosmeticsDiego Biurrun
2007-08-11simplifyMichael Niedermayer
2007-08-11do not remove FLAG_CODEDMichael Niedermayer
2007-08-11remove useless code, found by odedMichael Niedermayer
2007-08-10ensure that the aspect ratio is spec compliantMichael Niedermayer
2007-08-10disable TRACEMichael Niedermayer
2007-08-10muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer
2007-08-10header repetitionMichael Niedermayer
2007-08-10info packetMichael Niedermayer
2007-08-10more FIXMEMichael Niedermayer
2007-08-10muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer