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-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
2007-08-10set back ptr properlyMichael Niedermayer
2007-08-10fix header_checksumMichael Niedermayer
2007-08-10store headers twice (getting closer to spec compliance ...)Michael Niedermayer
2007-08-10move header writing into its own functionMichael Niedermayer
2007-08-10get rid of printfMichael Niedermayer
2007-08-10write frames and syncpointsMichael Niedermayer
2007-08-10put_t()Michael Niedermayer
2007-08-10100lMichael Niedermayer
2007-08-102 FIXME commentsMichael Niedermayer
2007-08-10add a universal fallback frame code for the case that no other appliesMichael Niedermayer
2007-08-09forw_ptr CRCMichael Niedermayer
2007-08-09use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer
2007-08-09move stream header writing into its own functionMichael Niedermayer
2007-08-09move main header writing into its own functionMichael Niedermayer
2007-08-09write correct time_baseMichael Niedermayer
2007-08-09make StreamContext.time_base a pointerMichael Niedermayer
2007-08-09write stream headersMichael Niedermayer
2007-08-09trying to finally get the nut muxer back uptodateMichael Niedermayer