summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* nutdec: abort if EOF is reached in decode_info_header/read_sm_dataAndreas Cadhalpun2015-05-20
* nutdec: stop skipping bytes at EOFAndreas Cadhalpun2015-05-20
* nutdec: fix infinite resync loopsAndreas Cadhalpun2015-05-20
* avformat/nutdec: Fix recovery when immedeately after seeking a failure happensMichael Niedermayer2015-05-20
* avformat/nutdec: Return error on EOF from get_str()Michael Niedermayer2015-05-20
* avformat/mxfenc: Set horizontal chroma subsample value from pixel format if a...Michael Niedermayer2015-05-18
* avformat/mxfenc: Set the component depth from the pixel format if availableMichael Niedermayer2015-05-18
* avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs2015-05-17
* avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs2015-05-17
* avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs2015-05-17
* lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw.Carl Eugen Hoyos2015-05-17
* lavf/wav: Read files >4G if no smaller filesize was written.Carl Eugen Hoyos2015-05-17
* lavf/wav: Print an error if files >4G are written.Carl Eugen Hoyos2015-05-17
* lavf/mov: Tell users about the use_absolute_path option.Carl Eugen Hoyos2015-05-17
* avformat/avidec: add mp2 to the list of exceptions instead of generally treat...Michael Niedermayer2015-05-17
* avformat/mux: use <0 instead of != 0 for error check of init_muxer()Michael Niedermayer2015-05-16
* avformat/mov: Fix parsing short lociMichael Niedermayer2015-05-16
* avformat/mov: Print reason of loci parsing failureMichael Niedermayer2015-05-16
* avformat/rtsp: print a debug level note if time parsing failsMichael Niedermayer2015-05-15
* lavf/webmdashenc: fix unchecked strftimeVignesh Venkatasubramanian2015-05-15
* avformat/nutdec: Remove unused variableMichael Niedermayer2015-05-14
* nutdec: Remove unused labelTimothy Gu2015-05-14
* Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90'Michael Niedermayer2015-05-13
|\
| * mkv: Print unsupported mov tags when foundVittorio Giovara2015-05-12
* | cafdec: free extradata before allocating itAndreas Cadhalpun2015-05-13
* | cafdec: check avio_read return valueAndreas Cadhalpun2015-05-13
* | avformat/hevc: Check num_negative_pics and num_positive_picsMichael Niedermayer2015-05-12
* | avformat/hevc: Check cpb_cnt_minus1Michael Niedermayer2015-05-12
* | avformat/hls: Handle read_buffer allocation failureMichael Niedermayer2015-05-12
* | avformat/idcin: Remove redundant chunk size checkMichael Niedermayer2015-05-12
* | avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer2015-05-12
* | avformat/nutdec: Fix use of uinitialized valueMichael Niedermayer2015-05-12
* | avformat/rtpdec_xiph: Move pkt_len onto one side of the checkMichael Niedermayer2015-05-12
* | avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()Michael Niedermayer2015-05-12
* | avformat/rtpenc_jpeg: Check remaining buffer size for SOSMichael Niedermayer2015-05-12
* | avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag()Michael Niedermayer2015-05-12
* | lavf/img2dec: add option to disable pattern matchingMarton Balint2015-05-12
* | Merge commit 'da5c6a97bbfe34d4b30a89e72150dd400299ddce'Michael Niedermayer2015-05-12
|\|
| * riff: Add MultiScope II fourcc MSC2 as MJPEGCarl Eugen Hoyos2015-05-12
* | avformat/internal: Fix warning about struct declarationMichael Niedermayer2015-05-12
* | avformat/mlvdec: Use AVFormatContext->open_cb()Michael Niedermayer2015-05-11
* | avformat/avformat: slightly more verbose documentation for open_cb()Michael Niedermayer2015-05-11
* | avformat/mov: Use open_cb() if setMichael Niedermayer2015-05-11
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-11
* | id3v2: catch avio_read errors in check_tagAndreas Cadhalpun2015-05-11
* | avformat/mov: Pass MovContext into mov_open_dref()Michael Niedermayer2015-05-11
* | avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length()Michael Niedermayer2015-05-11
* | avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv()Michael Niedermayer2015-05-11
* | avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment()Michael Niedermayer2015-05-11
* | avformat/flacenc: Check length in flac_write_block_comment()Michael Niedermayer2015-05-11