summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/dashdec: Fix several memleaks.Carl Eugen Hoyos2017-11-121-9/+13
* Revert "lavf/dashdec: Fix several memleaks."Steven Liu2017-11-121-13/+9
* Merge commit '55fe72a841ba306370e68e86c88f34b4456aa4dd'James Almer2017-11-121-0/+6
|\
| * 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
* | Merge commit '4723c6226aa1ece4099338cc9b38a9cef4fa4846'James Almer2017-11-121-1/+3
|\ \ | |/
| * 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
* | Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer2017-11-111-5/+3
|\ \ | |/
| * 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
* | lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index.Sasi Inguva2017-11-111-11/+21
* | avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer2017-11-112-4/+13
* | avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packetJohn Stebbins2017-11-111-0/+1
* | Merge commit 'defe307fb22beca60a632e976ab97e5edd4aee25'James Almer2017-11-111-2/+5
|\ \ | |/
| * 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
* | aptx: add raw muxer and demuxer for aptXAurelien Jacobs2017-11-105-0/+95
* | avformat/dashdec: use the current DASHContext for the rep_destSteven Liu2017-11-101-12/+11
* | lavf/dashdec: Fix several memleaks.Carl Eugen Hoyos2017-11-101-9/+13
* | avformat/ty: fix format specifiers in debug log messagesJames Almer2017-11-081-2/+2
* | avformat: move priv_pts from AVStream to an internal structJames Almer2017-11-074-14/+14
* | Merge commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36'James Almer2017-11-071-4/+7
|\ \ | |/
| * 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
* | Merge commit '4d330da006fe48178a4c8047f06270925eaedf63'James Almer2017-11-071-1/+1
|\ \ | |/
| * 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
* | avformat/ty: do not overread chunkPaul B Mahol2017-11-061-0/+4
* | avformat/ty: try harder to find stream signaturePaul B Mahol2017-11-061-4/+9
* | avformat/rtpdec_asf: free the buffer pointed by the AVIOContextJames Almer2017-11-061-2/+2
* | avformat: add TiVo ty demuxerPaul B Mahol2017-11-064-1/+768
* | lavf/amr: Do not set codec_tag for raw amr_nb and raw amr_wb.Carl Eugen Hoyos2017-11-061-2/+0
* | lavf/amr: Add amrnb and amrwb demuxers.Carl Eugen Hoyos2017-11-054-12/+129
* | avformat/mvdec: check for EOFPaul B Mahol2017-11-051-1/+7
* | lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS.Sasi Inguva2017-11-041-43/+86
* | Merge commit 'eb061ad6fd0e3cea7cf7cfbff0749bc90dd7d888'James Almer2017-11-021-4/+19
|\ \ | |/
| * tls_gnutls: Readd support for nonblocking operationMartin Storsjö2017-06-201-4/+19
* | Merge commit '0671eb2346c17e8fb13784cf90ce416661fdea1c'James Almer2017-11-021-2/+20
|\ \ | |/
| * 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