summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add Haivision SRT protocolSven Dueking2018-03-283-0/+550
* ivf: Support VP9 and AV1 as wellLuca Barbato2018-03-121-3/+7
* hls: Add a discontinuity marker on recoverLuca Barbato2018-03-061-5/+20
* hvcc: zero initialize the nal buffers past the last written byteJames Almer2018-02-231-0/+2
* Drop some unnecessary config.h #includesDiego Biurrun2018-02-061-2/+2
* rtmp: Plug leak if sending bytes read report fails.Josh Allmann2018-01-241-1/+3
* rtsp: only break on parse_rtsp_message on errorTristan Matthews2017-11-301-1/+3
* matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0Sean McGovern2017-11-061-1/+1
* matroskadec: don't warn about unknown spherical medata when none is presentJames Almer2017-11-031-0/+3
* dashenc: copy stream frame rate to output streamPeter Große2017-10-271-0/+1
* dashenc: fix bitrate estimation with correct scalingAnton Schubert2017-10-271-1/+4
* http: Reset compressed header flag when starting to read a requestJacek Jendrzej2017-09-261-0/+3
* smacker: fix integer overflow with pts_incMichael Niedermayer2017-09-241-0/+5
* smacker: return meaningful error codes on failureSean McGovern2017-09-241-5/+5
* avio: update avio_alloc_context() doxyJames Almer2017-09-141-1/+1
* flvdec: Check the avio_seek return value after reading a metadata packetMartin Storsjö2017-09-041-1/+7
* Remove support for building for mingw32ce (Windows CE)Martin Storsjö2017-08-311-5/+3
* lavf: make avio_read_partial() publicwm42017-08-306-12/+13
* hevc: Improve stream constraint values in common headerMark Thompson2017-08-051-3/+3
* mov: move stsd finalization to an appropriate placeSean McGovern2017-07-311-2/+2
* mov: Do not set stsd_count if mov_read_stsd() failsSean McGovern2017-07-311-8/+17
* mov: log and return early on non-positive stsd entry countsSean McGovern2017-07-301-0/+5
* rmdec: add missing brackets to compound statementSean McGovern2017-07-251-1/+2
* lavf: allow avformat_close_input() with NULLwm42017-07-221-1/+6
* caf: add an Opus tagAnton Khirnov2017-07-222-0/+9
* rmdec: don't ignore the return value of av_get_packet()Sean McGovern2017-07-171-5/+14
* build: Add feature test macros for glibc 2.19+Diego Biurrun2017-07-102-0/+2
* os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILYMartin Storsjö2017-07-051-13/+1
* lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-022-2/+0
* tls_gnutls: Readd support for nonblocking operationMartin Storsjö2017-06-201-4/+19
* tls_openssl: Readd support for nonblocking operationMartin Storsjö2017-06-201-2/+20
* movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins2017-06-201-0/+1
* movenc: write correct format hvcc when tag is hvc1John Stebbins2017-06-201-1/+4
* movenc: move tags definitions to where they are usedJohn Stebbins2017-06-201-31/+31
* movenc: simplify codec_tag lookupJohn Stebbins2017-06-201-47/+13
* movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins2017-06-201-3/+34
* tls: Hide backend implementation details from usersDiego Biurrun2017-06-026-12/+14
* os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...Martin Storsjö2017-06-011-31/+0
* hlsenc: Support recovery from an already present playlistLuca Barbato2017-05-311-10/+85
* movenc-test: Add tests for negative cts offsetsMartin Storsjö2017-05-151-0/+19
* movenc: Don't write any edit list if the start offset is zeroMartin Storsjö2017-05-151-2/+1
* movenc: Add an option for enabling negative CTS offsetsMartin Storsjö2017-05-152-4/+26
* mpjpeg: Use proper CR/LF in multipart headersMartin Storsjö2017-05-111-4/+4
* aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-022-19/+22
* mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-282-2/+2
* dump: use av_spherical_projection_name() to print spherical projection namesJames Almer2017-04-271-10/+1
* matroskaenc: don't warn about unknown spherical metadata when there isn't anyJames Almer2017-04-261-3/+1
* Add ClearVideo decoderKostya Shishkov2017-04-252-0/+3
* mm: Skip unexpected audio packetsLuca Barbato2017-04-201-0/+6
* flv: Validate the packet sizeLuca Barbato2017-04-201-0/+6
OpenPOWER on IntegriCloud