summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-08-051-1/+1
* avformat/hlsenc: support fmp4 single file modeSteven Liu2017-08-041-27/+50
* avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.Aleksandr Slobodeniuk2017-08-021-1/+0
* avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk2017-08-026-6/+6
* lavf/os_support: Use existing WinRT config value.Matt Oliver2017-07-301-13/+1
* avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2Michael Niedermayer2017-07-291-20/+37
* avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2Michael Niedermayer2017-07-291-20/+48
* avformat/s337m: fix potentially undefined pointer arithmeticfoo862017-07-261-10/+10
* avformat/oggparsecelt: Do not re-allocate os->privateMichael Niedermayer2017-07-251-2/+7
* avformat/hlsenc: improve hls encrypt get key file operationSteven Liu2017-07-251-6/+9
* lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch2017-07-241-0/+25
* avformat/hlsenc: fix hls fmp4 extention name bugSteven Liu2017-07-241-6/+41
* avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head...James Almer2017-07-211-3/+1
* avformat: add SMPTE 337M demuxerfoo862017-07-194-1/+209
* libavformat/fifo: Fix initialization of underlying AVFormatContextJan Sebechlebsky2017-07-191-3/+4
* avformat/dtsdec: switch to common frame header parsing functionfoo862017-07-181-30/+9
* webmdashenc: Fix memory leakDerek Buitenhuis2017-07-161-8/+30
* hdsenc: Remove dead storeDerek Buitenhuis2017-07-141-1/+0
* movenc: Add 'keywords' metadataKieran O'Leary2017-07-131-0/+2
* rtspdec: Fix return errorDerek Buitenhuis2017-07-101-1/+0
* avcodec/magicyuv: add 12 bit formatsPaul B Mahol2017-07-102-0/+4
* avformat/avio: Remove no-op code in url_find_protocol().Wan-Teh Chang2017-07-101-2/+0
* rtmpproto: Fix error returnDerek Buitenhuis2017-07-071-1/+1
* avformat: remove obsolete commented-out DEBUG defineTobias Rapp2017-07-072-4/+0
* avformat/hlsenc: Add missing error checkDerek Buitenhuis2017-07-071-0/+2
* avformat/hlsenc: add warn message when use both fmp4 and single_fileSteven Liu2017-07-071-0/+5
* mpegtsenc: Don't pass NULL to memcpyDerek Buitenhuis2017-07-061-0/+4
* concatdec: Do not pass NULL to memcmpDerek Buitenhuis2017-07-061-1/+1
* libavformat/gdv: Fix parsing for soundless videoAzamat H. Hackimov2017-07-051-0/+2
* movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins2017-07-051-0/+1
* movenc: write correct format hvcc when tag is hvc1John Stebbins2017-07-051-1/+4
* movenc: move tags definitions to where they are usedJohn Stebbins2017-07-051-31/+31
* movenc: simplify codec_tag lookupJohn Stebbins2017-07-051-53/+15
* avformat/hlsenc: copy codec_tag when stream copySteven Liu2017-07-051-0/+8
* avformat/hlsenc: optimize help message default value.Steven Liu2017-07-051-2/+2
* movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins2017-07-041-3/+39
* lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-042-2/+0
* avfomat/hlsenc: support fmp4 format in hlsSteven Liu2017-07-031-16/+91
* libavformat/avformat.h: Move docs inside of #ifMax Weber2017-06-301-1/+1
* avcodec/gdv: add decompression for 2 and 5 methodPaul B Mahol2017-06-291-3/+41
* Update mp4 object type for VP9KongQun Yang2017-06-281-1/+1
* Interplay MVE: Implement frame format 0x10Hein-Pieter van Braam2017-06-271-16/+52
* Interplay MVE: Implement frame format 0x06Hein-Pieter van Braam2017-06-271-3/+12
* Interplay MVE: Refactor IP packet formatHein-Pieter van Braam2017-06-271-17/+29
* Interplay MVE: Implement MVE SEND_BUFFER operationHein-Pieter van Braam2017-06-271-5/+11
* avformat: Fix Pro-MPEG non-square matrixAndreas Håkon2017-06-271-1/+1
* avformat/file: increase min/max packet size to 256k for written filesMarton Balint2017-06-241-0/+5
* avformat: make flush_packets a tri-state and set it to -1 (auto) by defaultMarton Balint2017-06-242-8/+15
* avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint2017-06-244-2/+21
* avformat/aviobuf: fix flushing write buffers after seeking backward or forwardMarton Balint2017-06-243-29/+41
OpenPOWER on IntegriCloud