Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-08-18movenc: Indicate that negative timestamps are supportedMartin Storsjö
2013-08-15hlsenc: Don't reset the number variable when wrappingCarl Eugen Hoyos
2013-08-15hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini
2013-08-15hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö
2013-08-15rtpproto: Check the right feature detection macroMartin Storsjö
2013-08-15electronicarts: Let functions always returning the same value return voidDiego Biurrun
2013-08-15electronicarts: Improve some function/variable namesDiego Biurrun
2013-08-15electronicarts: comment wording fixesDiego Biurrun
2013-08-15electronicarts: Remove bogus function documentationDiego Biurrun
2013-08-15electronicarts: K&R formatting cosmeticsDiego Biurrun
2013-08-15rtpproto: Check for the right feature when reading a sockaddr_in6Dave Yeo
2013-08-14sdp: Add an option for sending RTCP packets to the source of the last packetsMartin Storsjö
2013-08-14rtpproto: Add an option for writing return packets to the address of the last...Martin Storsjö
2013-08-13rtpproto: Update the parameter documentationMartin Storsjö
2013-08-13segafilm: Error out on impossible packet sizeLuca Barbato
2013-08-13ogg: Always alloc the private context in vorbis_headerLuca Barbato
2013-08-11rtmp: Do not misuse memcmpLuca Barbato
2013-08-10rtmp: Detect and warn if the user tries to pass librtmp style parametersMartin Storsjö