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
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje
2012-07-21rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje
2012-06-18mov: Support muxing/demuxing iLBCMartin Storsjö
2012-06-04movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse
2012-05-25movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse
2012-04-21movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse
2012-04-13movenc: Remove a dead initializationAlex Converse
2012-04-11movenc: small refactor mov_write_packetLuca Barbato
2012-04-11movenc: remove redundant checkLuca Barbato
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-25movenc: Merge if statementsMartin Storsjö
2012-03-25avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö
2012-03-20movenc: Add a min_frag_duration optionMartin Storsjö
2012-02-27movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles
2012-02-27movenc: use the first cluster duration as the tfhd default durationJustin Ruggles
2012-02-27movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles
2012-02-23rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö
2012-02-22movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö
2012-02-18mov: Use defines for sample flags in fragmentsMartin Storsjö
2012-02-18mov: Use defines for trun flagsMartin Storsjö
2012-02-18mov: Use defines for tfhd flagsMartin Storsjö
2012-02-18movenc: Write the unknown duration as 64 bit fields in ismvMartin Storsjö
2012-02-18movenc: Write track durations with all bits set if duration is unknownMartin Storsjö
2012-02-16movenc: Don't set a default sample duration when creating ismvMartin Storsjö
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-02-14movenc: Support muxing VC1Martin Storsjö
2012-02-13movenc: Support muxing wmapro in ismv/ismaMartin Storsjö
2012-01-30movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö
2012-01-27movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö
2012-01-27movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov
2012-01-26movenc: Don't require frame_size to be set for modes other than movMartin Storsjö
2012-01-26movenc: Reindent a blockMartin Storsjö
2012-01-25movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö
2012-01-25movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö
2012-01-25movenc: Allow the caller to decide on fragmentationMartin Storsjö
2012-01-25movenc: Add support for writing fragmented mov filesMartin Storsjö
2012-01-25movenc: Add a separate start_ptsMartin Storsjö
2012-01-10movenc: Don't store a nonzero creation time if nothing was set by the callerMartin Storsjö
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-16movenc: Rudimentary IODs support.Alex Converse
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-11movenc: Use the actual converted sample for RTP hintingMartin Storsjö
2011-12-11Fix a bunch of common typos.Diego Biurrun