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
2012-04-23isom: Support more DTS codec identifiers.Yusuke Nakamura
2012-04-23matroska: Clear prev_pkt between seeks.Dale Curtis
2012-04-23audemux: Add a sanity check for the number of channelsMichael Niedermayer
2012-04-23matroska: Add incremental parsing of clusters.Dale Curtis
2012-04-23mpegts: Try seeking back even for nonseekable protocolsMartin Storsjö
2012-04-21mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura
2012-04-21mov: Take stps entries into consideration also about key_off.Yusuke Nakamura
2012-04-21movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse
2012-04-20avcodec: add a cook parser to get subpacket durationJustin Ruggles
2012-04-19avio: make AVIOContext.av_class pointer to constMans Rullgard
2012-04-19nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard
2012-04-18matroska: do not set invalid default duration if frame rate is zeroMans Rullgard
2012-04-18mkv: use av_reduce instead of av_d2q for framerate estimationLuca Barbato
2012-04-18mkv: report average framerate as minimal as wellLuca Barbato
2012-04-17riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he...Justin Ruggles
2012-04-17rtmp: Support 'rtmp_playpath', an option which overrides the stream identifierSamuel Pitoiset
2012-04-17rtmp: Support 'rtmp_app', an option which overrides the name of applicationSamuel Pitoiset
2012-04-15mov: free memory on header parsing failureDale Curtis
2012-04-15mov: fix leaking memory with multiple drefs.Dale Curtis
2012-04-14mov: Fix detecting there is no sync sample.Yusuke Nakamura
2012-04-13avf: has_duration does not check the global oneLuca Barbato
2012-04-13matroska: Fix leaking memory allocated for laces.Dale Curtis
2012-04-13movenc: Remove a dead initializationAlex Converse
2012-04-12avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun
2012-04-11movenc: small refactor mov_write_packetLuca Barbato
2012-04-11movenc: remove redundant checkLuca Barbato
2012-04-10Drop some pointless #ifdefs.Diego Biurrun
2012-04-10nutdec: K&R formatting cosmeticsAsen Lekov
2012-04-08rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö
2012-04-08rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö
2012-04-08cosmetics: Fix indentationMartin Storsjö
2012-04-08rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö
2012-04-07rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö
2012-04-07asfdec: Add an option for not searching for the packet markersMartin Storsjö
2012-04-06libavformat: Only require first packet to be known for audio/video streamsJoakim Plate
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-04-03rtmp: implement bandwidth notificationRaffaele Sena
2012-04-03rtmp: update supported audio codecs valueSamuel Pitoiset
2012-04-01id3v2: fix skipping extended header in id3v2.4Anton Khirnov
2012-03-31oggenc: fix condition when not to flush due to keyframe granule.Reimar Döffinger
2012-03-31oggenc: add pagesize option to set preferred page sizeAndres Gonzalez
2012-03-30output-example: K&R formatting cosmetics, comment spelling fixesDiego Biurrun
2012-03-30avf: make the example output the proper messageLuca Barbato
2012-03-30avf: fix audio writing in the output-exampleLuca Barbato
2012-03-29mov: don't overwrite existing indexes.Ronald S. Bultje
2012-03-29id3v2: add another mimetype for JPEG imageKostya Shishkov
2012-03-28asf: only set index_read if the index contained entries.Ronald S. Bultje
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-28oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol