summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/mov_esds: check return value of ff_mp4_read_dec_config_descrJames Almer2017-11-25
* avformat/isom: return proper error values in ff_mp4_read_dec_config_descrJames Almer2017-11-25
* lavf/mov: fix crash in mov_read_sidxJohn Stebbins2017-11-25
* avformat/dashenc: Associate mpd extension with dash muxerKarthick J2017-11-25
* avformat/utils: fix mixed declarations and codeJames Almer2017-11-24
* avformat/ttaenc: add tta_init()James Almer2017-11-24
* avformat/ttaenc: buffer packets directlyJames Almer2017-11-24
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2017-11-24
* avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tagKarthick J2017-11-24
* avformat/hlsenc: Refactor an inconsistent variable nameKarthick J2017-11-24
* avformat/hlsenc: Minor fix in setting http options for master playlistKarthick J2017-11-24
* Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined"Derek Buitenhuis2017-11-23
* lavf/mov: Read aspect ratio from AVID jpeg2000 mov files.Carl Eugen Hoyos2017-11-23
* avformat/mov: Increment stsd_count while processing stsd data; avoids leaks.Dale Curtis2017-11-22
* avformat/dashenc: Added configuration to override HTTP User-AgentKarthick J2017-11-21
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2017-11-21
* Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis2017-11-21
* avformat/avio: remove must_flush from AVIOContextMarton Balint2017-11-20
* lavf/mov: Do not mix variable declaration and code.Carl Eugen Hoyos2017-11-20
* avformat/hlsenc: use FFABS to instead of absSteven Liu2017-11-20
* avformat/swfenc: use FFABS to instead of absSteven Liu2017-11-20
* avformat/mxf: use FFABS to instead of absSteven Liu2017-11-20
* avformat/mp3dec: use FFABS to instead of absSteven Liu2017-11-20
* avformat/hlsenc: creation of hls master playlist fileVishwanath Dixit2017-11-20
* avformat/hlsenc: creation of hls variant streams in a single hlsenc instanceVishwanath Dixit2017-11-20
* avformat/movenc: write clap atom for uncompressed yuv in movDave Rice2017-11-20
* avformat/movenc: correct ImageDescription for uncompressed ycbcrDave Rice2017-11-20
* avformat/subfile: allow to extract till EOFGyan Doshi2017-11-19
* avformat/dashenc: fix min_seg_duration option sizeJames Cowgill2017-11-19
* avformat: remove unnecessary AVStreamParseType enum offsetJames Almer2017-11-18
* lavf/tcp: Fix the type of the optlen argument to getsockopt().Carl Eugen Hoyos2017-11-18
* lavf/mov: don't read outside frag_index boundsJohn Stebbins2017-11-18
* Fix leak of frame_duration_buffer in mov_fix_index().Dale Curtis2017-11-18
* avformat/tcp: add option to enable TCP_NODELAYAman Gupta2017-11-17
* lavf/mxf: Support 60fps output.Carl Eugen Hoyos2017-11-16
* avformat/mov: Check size of STSC allocationFredrik Hubinette2017-11-16
* lavf/movenc: allow writing avc3 sample entry typeJohn Stebbins2017-11-16
* avformat/utils: remove usage of AVCodecContext accessorsJames Almer2017-11-15
* lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame...Sasi Inguva2017-11-14
* avformat/http: fix chunked response w/ multiple_requests=1Aman Gupta2017-11-14
* avformat/hlsenc: write fmp4 init header after first AV frameSteven Liu2017-11-14
* This fixes a deadlock while reading a chunked https response, ifAman Gupta2017-11-13
* lavf/tls_securetransport: handle incomplete reads gracefullyRodger Combs2017-11-13
* movenc-test: fix potential uninitialized readTimo Rothenpieler2017-11-13
* avformat/fitsenc: validate input pixel formatTimo Rothenpieler2017-11-13
* avformat/http: fix stray quote in trace loggingAman Gupta2017-11-13
* avformat/img2enc: add frame_pts option for make output filenameSteven Liu2017-11-13
* avformat/hlsenc: allocate space for terminating nullTimo Rothenpieler2017-11-13
* lavf/tls_securetransport: build on iOSAman Gupta2017-11-12
* avformat/ty: check cur_chunk_pos before using itPaul B Mahol2017-11-12