summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mxfenc: Set horizontal chroma subsample value from pixel format if a...Michael Niedermayer2015-05-181-2/+5
* avformat/mxfenc: Set the component depth from the pixel format if availableMichael Niedermayer2015-05-181-0/+7
* avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs2015-05-171-1/+3
* avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs2015-05-171-2/+8
* avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs2015-05-171-1/+7
* lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw.Carl Eugen Hoyos2015-05-171-1/+1
* lavf/wav: Read files >4G if no smaller filesize was written.Carl Eugen Hoyos2015-05-171-1/+6
* lavf/wav: Print an error if files >4G are written.Carl Eugen Hoyos2015-05-171-2/+6
* lavf/mov: Tell users about the use_absolute_path option.Carl Eugen Hoyos2015-05-171-0/+5
* avformat/avidec: add mp2 to the list of exceptions instead of generally treat...Michael Niedermayer2015-05-171-2/+3
* avformat/mux: use <0 instead of != 0 for error check of init_muxer()Michael Niedermayer2015-05-161-1/+1
* avformat/mov: Fix parsing short lociMichael Niedermayer2015-05-161-1/+1
* avformat/mov: Print reason of loci parsing failureMichael Niedermayer2015-05-161-3/+9
* avformat/rtsp: print a debug level note if time parsing failsMichael Niedermayer2015-05-151-1/+2
* lavf/webmdashenc: fix unchecked strftimeVignesh Venkatasubramanian2015-05-151-8/+14
* avformat/nutdec: Remove unused variableMichael Niedermayer2015-05-141-1/+1
* nutdec: Remove unused labelTimothy Gu2015-05-141-4/+2
* Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90'Michael Niedermayer2015-05-131-0/+6
|\
| * mkv: Print unsupported mov tags when foundVittorio Giovara2015-05-121-0/+6
* | cafdec: free extradata before allocating itAndreas Cadhalpun2015-05-131-0/+2
* | cafdec: check avio_read return valueAndreas Cadhalpun2015-05-131-3/+14
* | avformat/hevc: Check num_negative_pics and num_positive_picsMichael Niedermayer2015-05-121-0/+3
* | avformat/hevc: Check cpb_cnt_minus1Michael Niedermayer2015-05-121-2/+7
* | avformat/hls: Handle read_buffer allocation failureMichael Niedermayer2015-05-121-0/+6
* | avformat/idcin: Remove redundant chunk size checkMichael Niedermayer2015-05-121-2/+0
* | avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer2015-05-121-8/+4
* | avformat/nutdec: Fix use of uinitialized valueMichael Niedermayer2015-05-121-0/+2
* | avformat/rtpdec_xiph: Move pkt_len onto one side of the checkMichael Niedermayer2015-05-121-1/+1
* | avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()Michael Niedermayer2015-05-121-1/+1
* | avformat/rtpenc_jpeg: Check remaining buffer size for SOSMichael Niedermayer2015-05-121-0/+5
* | avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag()Michael Niedermayer2015-05-121-2/+2
* | lavf/img2dec: add option to disable pattern matchingMarton Balint2015-05-123-5/+9
* | Merge commit 'da5c6a97bbfe34d4b30a89e72150dd400299ddce'Michael Niedermayer2015-05-121-1/+1
|\ \ | |/
| * riff: Add MultiScope II fourcc MSC2 as MJPEGCarl Eugen Hoyos2015-05-121-0/+1
* | avformat/internal: Fix warning about struct declarationMichael Niedermayer2015-05-122-3/+3
* | avformat/mlvdec: Use AVFormatContext->open_cb()Michael Niedermayer2015-05-111-1/+8
* | avformat/avformat: slightly more verbose documentation for open_cb()Michael Niedermayer2015-05-111-1/+1
* | avformat/mov: Use open_cb() if setMichael Niedermayer2015-05-111-3/+11
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-115-1/+32
* | id3v2: catch avio_read errors in check_tagAndreas Cadhalpun2015-05-111-1/+1
* | avformat/mov: Pass MovContext into mov_open_dref()Michael Niedermayer2015-05-111-7/+7
* | avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length()Michael Niedermayer2015-05-112-3/+3
* | avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv()Michael Niedermayer2015-05-111-1/+4
* | avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment()Michael Niedermayer2015-05-111-2/+4
* | avformat/flacenc: Check length in flac_write_block_comment()Michael Niedermayer2015-05-111-1/+3
* | avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write()Michael Niedermayer2015-05-111-2/+4
* | avformat/subtitles: Use size_t for lenMichael Niedermayer2015-05-112-3/+3
* | avformat/matroskadec: Use size_t for the variable holding a strlen() value.Michael Niedermayer2015-05-111-1/+1
* | avformat/url: Use size_t for len from strlen()Michael Niedermayer2015-05-111-1/+1
* | Merge commit 'b8d2630c5327d2818d05c8a48be0417905d8e0fd'Michael Niedermayer2015-05-111-2/+4
|\ \ | |/
OpenPOWER on IntegriCloud