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
2018-06-24avformat/mxfdec: compute sample_count for all streams on seekMarton Balint
2018-06-24avformat/mxfdec: add support for returning the partition for mxf_edit_unit_ab...Marton Balint
2018-06-24avformat/mxfdec: make current_edit_unit a parameter of mxf_compute_samplesMarton Balint
2018-06-24avformat/mxfdec: make edit_units_per_packet a track propertyMarton Balint
2018-06-24avformat/mxfdec: simply use the first essence element for non frame-wrapped p...Marton Balint
2018-06-24avformat/mxfdec: compute both essence_offset and essence_length in mxf_comput...Marton Balint
2018-06-24avformat/mxfdec: extend mxf_handle_missing_index_segment for all clip wrapped...Marton Balint
2018-06-24avformat/mxfdec: add some essence container uls from SMPTE draftMarton Balint
2018-06-24avformat/mxfdec: add support for determining essence wrapping schemeMarton Balint
2018-06-24avformat/mxfdec: store next_klv in KLVPacketMarton Balint
2018-06-22lavf/amr: Make the heuristic for auto-detection even stricter.Carl Eugen Hoyos
2018-06-21avformat/movenc: allow hdlr name field to be emptyGyan Doshi
2018-06-19lavf/mov: Do not fail hard for truncated stsz atoms.Carl Eugen Hoyos
2018-06-19avformat/movenc: read track title from correct keyGyan Doshi
2018-06-18avformat/mpegts: parse large PMTs with multiple tablesAman Gupta
2018-06-17lavf/tedcaptionsdec: Replace the number by macro for bprint initJun Zhao
2018-06-17lavf/icecast: Replace the number by macro for bprint initJun Zhao
2018-06-16lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE.Carl Eugen Hoyos
2018-06-14avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer
2018-06-13avformat/movenc: fix recognization of cover image streamsTimo Teräs
2018-06-13avformat/movenc: properly handle cover image codecsTimo Teräs
2018-06-13avformat/mov: Add check for per-sample IV size.Jacob Trimble
2018-06-13avformat: deprecate unused MP4A_LATM flagGyan Doshi
2018-06-09avformat/mov: Fix reading saio/saiz for clear content.Jacob Trimble
2018-06-09avformat/mxfdec: add support for recognizing timed text streamsMarton Balint
2018-06-09avformat/mxfdec: remove check for NULL MXFTrack in mxf_set_ptsMarton Balint
2018-06-09avformat/mxfdec: only disallow seek on metadata streamsMarton Balint
2018-06-09avformat/mxfdec: recognize SMPTE 436 VBI dataMarton Balint
2018-06-09avformat/mxfdec: use MXFCodecUL struct to store essence description for data_...Marton Balint
2018-06-06lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva
2018-06-05lavf/mov.c: Fix timestamps to be strictly monotonic for video also.Sasi Inguva
2018-06-02libavformat/mov: Fix heap buffer overflow.Jacob Trimble
2018-05-31avformat/mxfdec: add some missing picture_essence_container_ulsMarton Balint
2018-05-31avformat/mxfdec: use int math for sample count calculationMarton Balint
2018-05-31avformat/mxfdec: fix klv_decode_ber_length return value usageMarton Balint
2018-05-30flvenc: Fix sequence header update timestampsAlex Converse
2018-05-30flvenc: Factorize timestamp writingAlex Converse
2018-05-29avformat/movenc: creating producer reference time (PRFT) boxVishwanath Dixit
2018-05-29avformat/utils: function to get the formatted ntp timeVishwanath Dixit
2018-05-28lavf/libssh: translate a read of 0 to EOFJan Ekström
2018-05-28avformat/dashenc: Added a warning for incorrect segment name extensionKarthick Jeyapal
2018-05-28avformat/dashenc: Added option for Segment file formatKarthick Jeyapal
2018-05-27libavformat/mxfenc: Add some () to attempt to workaround build issue on osxMichael Niedermayer
2018-05-27avformat/mxf: fix NTSC 59.94 samples per frame layoutMarton Balint
2018-05-25lavf/img2dec: Auto-detect xwd images.Carl Eugen Hoyos
2018-05-24avformat/hlsenc: support http method for hls fmp4Steven Liu
2018-05-24avformat/dashdec: replace user-agent to user_agent for deprecate warning messageSteven Liu
2018-05-24avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG
2018-05-24avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG
2018-05-22avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer