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
2017-08-02avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.Aleksandr Slobodeniuk
2017-08-02avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk
2017-07-30lavf/os_support: Use existing WinRT config value.Matt Oliver
2017-07-29avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2Michael Niedermayer
2017-07-29avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2Michael Niedermayer
2017-07-26avformat/s337m: fix potentially undefined pointer arithmeticfoo86
2017-07-25avformat/oggparsecelt: Do not re-allocate os->privateMichael Niedermayer
2017-07-25avformat/hlsenc: improve hls encrypt get key file operationSteven Liu
2017-07-24lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch
2017-07-24avformat/hlsenc: fix hls fmp4 extention name bugSteven Liu
2017-07-21avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head...James Almer
2017-07-19avformat: add SMPTE 337M demuxerfoo86
2017-07-19libavformat/fifo: Fix initialization of underlying AVFormatContextJan Sebechlebsky
2017-07-19avformat/dtsdec: switch to common frame header parsing functionfoo86
2017-07-16webmdashenc: Fix memory leakDerek Buitenhuis
2017-07-14hdsenc: Remove dead storeDerek Buitenhuis
2017-07-13movenc: Add 'keywords' metadataKieran O'Leary
2017-07-10rtspdec: Fix return errorDerek Buitenhuis
2017-07-10avcodec/magicyuv: add 12 bit formatsPaul B Mahol
2017-07-10avformat/avio: Remove no-op code in url_find_protocol().Wan-Teh Chang
2017-07-07rtmpproto: Fix error returnDerek Buitenhuis
2017-07-07avformat: remove obsolete commented-out DEBUG defineTobias Rapp
2017-07-07avformat/hlsenc: Add missing error checkDerek Buitenhuis
2017-07-07avformat/hlsenc: add warn message when use both fmp4 and single_fileSteven Liu
2017-07-07mpegtsenc: Don't pass NULL to memcpyDerek Buitenhuis
2017-07-06concatdec: Do not pass NULL to memcmpDerek Buitenhuis
2017-07-06libavformat/gdv: Fix parsing for soundless videoAzamat H. Hackimov
2017-07-05movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins
2017-07-05movenc: write correct format hvcc when tag is hvc1John Stebbins
2017-07-05movenc: move tags definitions to where they are usedJohn Stebbins
2017-07-05movenc: simplify codec_tag lookupJohn Stebbins
2017-07-05avformat/hlsenc: copy codec_tag when stream copySteven Liu
2017-07-05avformat/hlsenc: optimize help message default value.Steven Liu
2017-07-04movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins
2017-07-04lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö
2017-07-03avfomat/hlsenc: support fmp4 format in hlsSteven Liu
2017-06-30libavformat/avformat.h: Move docs inside of #ifMax Weber
2017-06-29avcodec/gdv: add decompression for 2 and 5 methodPaul B Mahol
2017-06-29Update mp4 object type for VP9KongQun Yang
2017-06-27Interplay MVE: Implement frame format 0x10Hein-Pieter van Braam
2017-06-27Interplay MVE: Implement frame format 0x06Hein-Pieter van Braam
2017-06-27Interplay MVE: Refactor IP packet formatHein-Pieter van Braam
2017-06-27Interplay MVE: Implement MVE SEND_BUFFER operationHein-Pieter van Braam
2017-06-27avformat: Fix Pro-MPEG non-square matrixAndreas Håkon
2017-06-24avformat/file: increase min/max packet size to 256k for written filesMarton Balint
2017-06-24avformat: make flush_packets a tri-state and set it to -1 (auto) by defaultMarton Balint
2017-06-24avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint
2017-06-24avformat/aviobuf: fix flushing write buffers after seeking backward or forwardMarton Balint
2017-06-22avformat/oggenc: check for stream private data in ogg_free()James Almer
2017-06-19avformat/hlsenc: donnot show duplicate segment warning at byterange modeSteven Liu