summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/segafilmenc - set keyframe bit correctlyGyan Doshi2018-05-082-2/+2
* lavf/bluray: translate a read of 0 to EOFJan Ekström2018-05-061-1/+1
* lavf/format: Remove the dead code in av_probe_input_buffer2.Jun Zhao2018-05-061-8/+0
* avformat/avio: make the logic simpleJun Zhao2018-05-061-3/+2
* swscale: add gray14 supportPaul B Mahol2018-05-051-0/+3
* avformat: add vapoursynth wrapperwm42018-05-044-1/+499
* avformat/hls: don't propagate deprecated "user-agent" AVOptionwm42018-05-041-1/+1
* avformat/matroskaenc: do not write timebase as frameratewm42018-05-041-2/+0
* avformat/yuv4mpegdec: simplify mathPaul B Mahol2018-05-031-6/+3
* lavf/dashenc: pass standards compliance value to the internal contextJan Ekström2018-05-031-4/+5
* lavf/dashenc: require experimental mode to be enabled for WebMJan Ekström2018-05-031-0/+10
* lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs2018-05-031-7/+7
* avformat/qtpalette: parse color table according to the QuickTime file format ...Marton Balint2018-04-301-6/+6
* avformat/m4vdec: Use the same constant names as libavcodecMichael Niedermayer2018-04-301-4/+7
* avformat/m4vdec: Fix detection of raw MPEG-4 ES StudioMichael Niedermayer2018-04-301-0/+11
* avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF casesŁukasz Krzciuk2018-04-271-0/+30
* lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch2018-04-261-2/+1
* mov: Properly abide by the track's media durationDerek Buitenhuis2018-04-261-3/+3
* lavf/rtmpcrypt: Add a cast to silence an unavoidable warning.Carl Eugen Hoyos2018-04-261-1/+1
* avformat/dashenc: Set mp4 as the default format for VP9Karthick Jeyapal2018-04-261-2/+1
* avformat/dashenc: Set VP9 codec string with profile, level and bitdepthKarthick Jeyapal2018-04-261-6/+28
* avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture sizeKarthick Jeyapal2018-04-262-4/+51
* avformat/dashdec: fix compling warning "filename is deprecated"Steven Liu2018-04-261-3/+3
* fix memory leak of parsing dash MPDguikunzhi2018-04-261-3/+11
* avformat/yuv4mpegdec: fix seeking backwardsPaul B Mahol2018-04-251-1/+10
* Revert "libavformat: add mbedTLS based TLS"Rostislav Pehlivanov2018-04-235-413/+1
* libavformat: add mbedTLS based TLSThomas Volkert2018-04-235-1/+413
* lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed.Carl Eugen Hoyos2018-04-231-1/+1
* avformat/vpcc: add ff_isom_get_vpcc_features()James Almer2018-04-222-5/+35
* avformat/dsfdec: fix calculation of size of data chunkPaul B Mahol2018-04-221-2/+2
* avformat/dsfdec: properly handle padded last packetPaul B Mahol2018-04-221-2/+34
* avformat/segafilm - revert keyframe detectionGyan Doshi2018-04-221-1/+1
* lavf/dashdec: Do not use memcpy() to copy a struct.Carl Eugen Hoyos2018-04-211-1/+1
* avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.Jacob Trimble2018-04-212-0/+243
* avformat/utils: refactor upstream_stream_timingsAman Gupta2018-04-201-11/+10
* avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta2018-04-201-2/+12
* avformat/http: flushing tcp receive buffer when it is write only modeVishwanath Dixit2018-04-201-0/+12
* avformat/dashenc: change the hls version from 6 to 7Steven Liu2018-04-201-1/+1
* lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-201-0/+4
* libavformat/http: Refactor and fix additional leaks in get_cookies.Richard Shaffer2018-04-191-37/+28
* avformat/mov: Remove old encryption info methods.Jacob Trimble2018-04-192-101/+0
* avformat/mov: Fix memory leak in encryption info.Jacob Trimble2018-04-191-0/+1
* avformat/tls_schannel: fix handling of EOF after avio changesHendrik Leppkes2018-04-191-4/+6
* avformat/mov: Increase support for common encryption.Jacob Trimble2018-04-192-81/+327
* lavf/tcp.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-191-1/+3
* avformat/hls: remove redundant codeSteven Liu2018-04-181-3/+0
* libavformat/http: Fix memory leak in get_cookies.Richard Shaffer2018-04-171-0/+1
* avformat/movenc: support writing iTunes cover imageTimo Teräs2018-04-172-5/+84
* avformat/dashenc: addition of segment index correction logicVishwanath Dixit2018-04-171-5/+26
* avformat/dashenc: addition of muxer overhead for @bandwidth param in MPDVishwanath Dixit2018-04-171-1/+1
OpenPOWER on IntegriCloud