summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8e67039c6312ba520945f2c01b7b14df056d5ed1'James Almer2017-09-261-1/+1
|\
| * asfdec: Use the ASF stream count when iteratingJohn Stebbins2017-02-041-1/+1
* | Merge commit '15a92e0c402c830b607f905d6bf203b6cfb4fa8c'James Almer2017-09-261-18/+29
|\ \ | |/
| * rtmp: Correctly handle the Window Acknowledgement Size packetsMartin Storsjö2017-02-031-18/+29
* | Merge commit 'a1a143adb0fd11c474221431417cff25db7d920f'James Almer2017-09-263-49/+49
|\ \ | |/
| * rtmp: Rename packet types to closer match the specMartin Storsjö2017-02-033-43/+43
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-264-5/+5
|\ \ | |/
| * Mark some arrays that never change as const.Anton Khirnov2017-02-016-7/+7
| * h261dec: Convert to the new bitstream readerAlexandra Hájková2017-01-311-5/+6
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* | Merge commit '708e84cda1bdbffb92847f3d6ccf6fbeb26d9948'James Almer2017-09-261-2/+2
|\ \ | |/
| * mov: Avoid memcmp of uninitialised dataMark Thompson2017-01-301-2/+2
* | Merge commit '7295b7373862ee54903b33d6ef3335531dfa93ad'Rodger Combs2017-09-262-21/+82
|\ \ | |/
| * dashenc: add webm supportPeter Große2017-01-312-22/+83
* | Merge commit '01f1f017d831cf14617aaaeafcec3ae3a81efce7'Rodger Combs2017-09-261-24/+37
|\ \ | |/
| * dashenc: use avio_dynbuf instead of packet_write callbackPeter Große2017-01-311-25/+36
* | Merge commit 'dce2929efa8e82b0832a828f7e8cb81ff8c20a4e'Rodger Combs2017-09-261-0/+24
|\ \ | |/
| * dashenc: copy language and role metadata from streams assigned to setsPeter Große2017-01-311-1/+26
* | Merge commit 'ca9bc9de690258d4761a19b0df6e9c9113b80115'Rodger Combs2017-09-261-17/+6
|\ \ | |/
| * dashenc: default to one AdaptationSet per streamPeter Große2017-01-311-17/+6
* | Merge commit 'efd2fc41b3f0749f9715d50b581f22bbaa8c5b99'Rodger Combs2017-09-261-16/+45
|\ \ | |/
| * dashenc: allow assigning all streams of a media type to an AdaptationSetPeter Große2017-01-311-16/+45
* | Merge commit '3d23a5f96ad72961c14ba3a0c2add8f2ab374b61'Rodger Combs2017-09-261-43/+180
|\ \ | |/
| * dashenc: add support for assigning streams to AdaptationSetsPeter Große2017-01-311-31/+173
* | Merge commit '9df9309d233f59d9706444a1e24ac24139f2640d'Rodger Combs2017-09-261-0/+10
|\ \ | |/
| * dashenc: calculate stream bitrate from first segment if not availablePeter Große2017-01-311-0/+10
* | Revert "lavf/dashenc: update bitrates on dash_write_trailer"James Almer2017-09-261-30/+12
* | lavf/tls_gnutls: fix warnings from version checkMoritz Barsnick2017-09-261-0/+4
* | lavf/tls_gnutls: fix compilation with GnuTLS 2.xMoritz Barsnick2017-09-261-0/+2
* | avformat/img2enc: remove av_dup_packet() callJames Almer2017-09-251-1/+0
* | avformat: replace all uses of av_copy_packet()James Almer2017-09-259-13/+15
* | libavformat : add mov dataformat tag for HapAlphaOnly and HapQAlphaMartin Vignali2017-09-241-0/+2
* | avformat/libopenmpt: Query duration and metadata after selecting subsongJörn Heusipp2017-09-241-8/+9
* | avformat/mpeg: zero initialize idx_pktJames Almer2017-09-231-1/+1
* | avformat/mxfdec: use the common packet pts setter function for opatom filesMarton Balint2017-09-231-9/+3
* | avformat/mxfdec: factorize packet pts setter functionMarton Balint2017-09-231-23/+29
* | avformat/gif: use av_packet_alloc()James Almer2017-09-231-1/+1
* | avformat/apngenc: use av_packet_alloc()James Almer2017-09-231-1/+1
* | Fix several typosLou Logan2017-09-211-2/+2
* | Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-223-5/+5
* | avformat/hlsenc: support http method for hls fmp4 init fileSteven Liu2017-09-211-17/+18
* | avformat/hlsenc: fix CID 1418106Steven Liu2017-09-211-3/+3
* | GnuTLS: eat PREMATURE_TERMINATION errorTatsuyuki Ishi2017-09-211-0/+1
* | avformat/cafdec: reject multichannel Opus streamsAnton Khirnov2017-09-191-0/+6
* | lavf/caf: Support demuxing Opus.Carl Eugen Hoyos2017-09-204-1/+5
* | lavf/mpegts: Consider stream_type 0x0f just a hint towards AAC.Carl Eugen Hoyos2017-09-201-1/+1
* | lavf/utils: Do not force chapter end time before chapter start.Carl Eugen Hoyos2017-09-201-1/+1
* | avformat/mxfenc: cosmetic changesTobias Rapp2017-09-181-10/+11
* | avformat/mxfenc: fix aspect ratio when writing 16:9 DV framesTobias Rapp2017-09-181-1/+1
* | avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_seg...Aman Gupta2017-09-161-22/+23
OpenPOWER on IntegriCloud