Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-23avformat/bink: Check return value of av_add_index_entry()Michael Niedermayer
2014-02-23avformat/flac_picture: clear padding areaMichael Niedermayer
2014-02-23avformat/flac_picture: allocate buffer padding for pictureMichael Niedermayer
2014-02-23avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer
2014-01-27rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö
2014-01-26avformat/matroskadec: Fix start_timeAlex Sukhanov
2014-01-22lavf/libssh: fix seek with whence==SEEK_CURLukasz Marek
2014-01-21avformat/rmdec: move packet allocation downMichael Niedermayer
2014-01-21avformat/mpegts: check sl.timestamp_lenMichael Niedermayer
2014-01-21avformat/ape: free packet on avio_read() failureMichael Niedermayer
2014-01-21Merge commit '6892d145a0c80249bd61ee7dd31ec851c5076bcd'Michael Niedermayer
2014-01-21Allow decoding of slightly broken Nikon avi files.Carl Eugen Hoyos
2014-01-16Do not read mkv audio bit_depth if bits_per_coded_sample is already set.Carl Eugen Hoyos
2014-01-16Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726.Carl Eugen Hoyos
2014-01-14avformat/utils/av_probe_input_buffer2: fix buffer passed to ffio_rewind_with_...Michael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: fix offset checkMichael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: Fix pd.buf_sizeMichael Niedermayer
2014-01-13avformat/pjsdec: dont increase pointer when its already at the end in read_ts()Clément Bœsch
2014-01-13avformat/matroskadec: check generic audio deinterleaver sub_packet_size again...Michael Niedermayer
2014-01-13avformat/flvdec: initialize context before reading from itMichael Niedermayer
2014-01-13avformat/mxfdec: check avio_read(UID) resultMichael Niedermayer
2014-01-13avformat/rmdec: when reading audio blocks, dont leave holes when reading failsMichael Niedermayer
2014-01-08Use the h264 parser when decoding VSSH in avi.Carl Eugen Hoyos
2014-01-08avformat/mxfdec: detect loops during header parsingMichael Niedermayer
2014-01-08avformat/mov: Check that we have a stream before accessing it in mov_read_ares()Michael Niedermayer
2014-01-08avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completelyMichael Niedermayer
2014-01-08avformat/avidec: Dont assert the existence of an index for video streams.Michael Niedermayer
2014-01-07do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer
2014-01-07lavf/matroskadec ReferenceBlock is a signed integerJan Gerber
2014-01-07lavf/matroska*: DiscardPadding is a signed integerJan Gerber
2014-01-07avformat/matroska: simplify signed int access codeMichael Niedermayer
2014-01-07lavf/matroska*: add support for signed integersJan Gerber
2014-01-05avformat/oggdec: dont read timestamps from EOS pages of ogm videosMichael Niedermayer
2013-12-30matroskadec: Fix bug when parsing realaudio codec parametersJames Almer
2013-12-24nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and dis...Michael Niedermayer
2013-12-24wtvenc: populate VIDEOINFOHEADER2Peter Ross
2013-12-24avformat/riffenc: indentPeter Ross
2013-12-24riffenc: add option to ff_put_bmp_header to ignore extradataPeter Ross
2013-11-18avformat/mpegts: fix resync seekMichael Niedermayer
2013-11-18avformat/utils: dont count attached pics toward the probesizeMichael Niedermayer
2013-11-18avformat/image2: allow muxing gif files.Clément Bœsch
2013-11-17avformat/utils: never decrease has_b_frames in compute_pkt_fields()Michael Niedermayer
2013-11-17avformat/thp: force moving forwardMichael Niedermayer
2013-11-17avformat/thp: fix variable types to avoid overflowsMichael Niedermayer
2013-11-17lavf/spdifdec: fix demuxing of AAC in IEC 61937Anssi Hannula
2013-10-31avformat/http: fix cookiesMichael Niedermayer
2013-10-27avio: Check for memory allocation failure of private dataDerek Buitenhuis
2013-10-27correct the AVOption documentation for AV_EF_CAREFULMichael Niedermayer
2013-10-27avformat/utils: make "first_dts not matching first dts in the queue" message ...Michael Niedermayer
2013-10-27avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer