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-01-29avformat: deprecate AVFormatContext filename fieldMarton Balint
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2018-01-29avformat: add url field to AVFormatContextMarton Balint
2018-01-24avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer
2018-01-16avformat: make avformat_network_init() explicitly optionalwm4
2018-01-16avformat: deprecate another ffserver API leftoverwm4
2017-12-29avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal
2017-12-26lavc, lavf: move avformat static mutex from avcodec to avformatwm4
2017-11-24avformat/utils: fix mixed declarations and codeJames Almer
2017-11-24avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis
2017-11-15avformat/utils: remove usage of AVCodecContext accessorsJames Almer
2017-11-11avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer
2017-11-11avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packetJohn Stebbins
2017-11-11aptx: add raw muxer and demuxer for aptXAurelien Jacobs
2017-11-08avformat: move priv_pts from AVStream to an internal structJames Almer
2017-10-29avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer
2017-10-28Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'James Almer
2017-10-22avformat: remove dead av_stream_get_side_data() cruftJames Almer
2017-10-22avformat: remove ABI portion of the side data merging APIJames Almer
2017-10-05avformat: fix id3 chaptersLukas Stabe
2017-09-20lavf/utils: Do not force chapter end time before chapter start.Carl Eugen Hoyos
2017-08-17avformat/utils: always av_reduce r_frame_rateMarton Balint
2017-08-06avformat/utils: fix memory leak in avformat_free_contextSteven Siloti
2017-06-07lavf: consider codec framerate for framerate detectionwm4
2017-06-06avformat/utils: Slightly un-clutter code in determinable_frame_size() by usin...Michael Niedermayer
2017-06-04avformat/utils: change bitrate to int64_t in av_find_best_streamMarton Balint
2017-06-04avformat/utils: return impaired streams in av_find_best_stream if only those ...Marton Balint
2017-06-04avformat/options: log filename on openMichael Niedermayer
2017-05-06avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson
2017-04-13avformat: Free the internal codec context at the endLuca Barbato
2017-04-07lavf: use the new bitstream filter for extracting extradataJames Almer
2017-03-24Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'"James Almer
2017-03-23Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'James Almer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-02-19avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur...Michael Niedermayer
2017-01-29avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier
2016-12-30lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz
2016-12-18avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen
2016-12-13avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2016-12-08avformat: Add max_streams optionMichael Niedermayer
2016-12-05lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao
2016-12-03avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-11-27avformat/utils: Fix type mismatchMichael Niedermayer
2016-11-27lavf: always forward codec_whitelist in avformat_find_stream_infoAndreas Cadhalpun
2016-11-23utils: Add av_stream_add_side_data()James Almer
2016-11-22avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer
2016-11-20avformat/utils: check for overflow before reallocating side dataJames Almer
2016-11-19avformat/utils: add av_stream_add_side_data()James Almer
2016-11-03avformat: close parser if codec changedAndreas Cadhalpun