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
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-10movenc: Simplify setting the fragmentation flagMartin Storsjö
2013-09-10movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö
2013-09-10tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö
2013-09-07lavf: fix the comparison in an overflow checkAnton Khirnov
2013-09-07dv: Add a guard to not overread the ppcm arrayLuca Barbato
2013-09-06avisynth: K&R formatting cosmeticsDiego Biurrun
2013-09-06avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun
2013-09-04matroskaenc: Allow chapters to be written in trailerJohn Stebbins
2013-09-034xm: Check that the read track value is non-negativeMartin Storsjö
2013-09-03matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö
2013-09-03movenc: Don't flush after each written packetMartin Storsjö
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-09-02ape demuxer: check for EOF in potentially long loopsAnton Khirnov
2013-09-024xm: check that bits per sample is strictly positiveAnton Khirnov
2013-09-02lavf: avoid integer overflow when estimating bitrateAnton Khirnov
2013-09-02lavf: move a variable declaration to the block where it's usedAnton Khirnov
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-08-28rtmpproto: Fix limelight authentication with abbreviated app namesMartin Storsjö
2013-08-27smoothstreamingenc: Write to a temp file while updating the manifestMartin Storsjö
2013-08-27flv: Fix the help stringLuca Barbato
2013-08-27matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins
2013-08-27movenc: Check for errors from mov_create_chapter_trackMartin Storsjö
2013-08-27movenc: Properly free allocated data on failures in mov_write_headerMartin Storsjö
2013-08-27movenc: Check that tracks->enc exists before trying to free extradataMartin Storsjö
2013-08-27movenc: Check for allocation failures in mov_create_chapter_trackMartin Storsjö
2013-08-25mov: Write tmcd extradataLuca Barbato
2013-08-25mov: Parse tmcd extradataLuca Barbato
2013-08-24mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato
2013-08-24mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato
2013-08-24mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato
2013-08-24mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato
2013-08-24mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato
2013-08-24mov: Refactor codec id selection in mov_codec_idLuca Barbato
2013-08-23movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins
2013-08-23mov: use tkhd enabled flag to set the default trackJohn Stebbins
2013-08-21movenc: fix detection of 64bit offset requirementClément Bœsch
2013-08-21movenc: Make chapter track QuickTime compatibleJohn Stebbins
2013-08-21movenc: add faststart option for web streamingClément Bœsch
2013-08-20movenc: Allow chapters to be written in trailerJohn Stebbins
2013-08-20movenc: Allow chapter track in default MODE_MP4John Stebbins
2013-08-20avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun
2013-08-20mov: Prevent segfaults on mov_write_hdlr_tagLuca Barbato
2013-08-20mov: Compute max duration among the tracks with a timescaleLuca Barbato
2013-08-20mov: Set the timescale for data streamsLuca Barbato
2013-08-20mkv: Allow flushing the current cluster in progressMartin Storsjö
2013-08-20mkv: Flush the old cluster before writing a new oneLuca Barbato
2013-08-20mkv: Add options for specifying cluster limitsLuca Barbato
2013-08-19mkv: Refactor mkv_write_packetLuca Barbato
2013-08-19ogg: Fix potential infinite discard loopReimar Döffinger