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
2017-01-07libavformat/avio: Add avio_get_dyn_buf functionsoftworkz
2016-12-18avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen
2016-12-14Bump for psd demuxer and decoderMichael Niedermayer
2016-12-08avformat: Add max_streams optionMichael Niedermayer
2016-12-07mov: Export spherical informationVittorio Giovara
2016-11-25lavf/flvdec: Set avg_frame_rate for video streams.Carl Eugen Hoyos
2016-11-19avformat/utils: add av_stream_add_side_data()James Almer
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-10-24lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs
2016-10-24lavf/mux: add avformat_init_outputRodger Combs
2016-10-22lavf/rtpdec_g726: Map mime type G726 to g726le.Carl Eugen Hoyos
2016-10-13avformat: bump minor version after the Matroska field order enum fixJames Almer
2016-10-12lavf/riffenc: Always write unexpected channel_mask.Carl Eugen Hoyos
2016-10-11lavf/matroskaenc: Always write V_QUICKTIME extradata.Carl Eugen Hoyos
2016-10-11lavf/aiffenc: Write extradata also for qcelp.Carl Eugen Hoyos
2016-10-11lavf/aiffdec: Default to full rate qcelp as QT does.Carl Eugen Hoyos
2016-10-07avformat/matroskaenc: add an option to disable writting CRC32 elementsJames Almer
2016-09-29lavf/movenc: Put correct display aspect ratio in ARES atom.Carl Eugen Hoyos
2016-09-29lavf/mov: Read display aspect ratio from ares atom also for dnxhd.Carl Eugen Hoyos
2016-09-27avformat: add av_stream_get_codec_timebase()James Almer
2016-09-19lavf/mov: Add support for edit list parsing.Sasi Inguva
2016-09-17lavf/http: deprecate user-agent optionSteven Liu
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
2016-09-08avformat/hlsenc: implement program_date_timeMichael Niedermayer
2016-09-03lavf/httpauth: Do case-insensitive http header checks.Carl Eugen Hoyos
2016-08-28avformat: fix decoded creation_time timestampsMarton Balint
2016-08-22avformat: Add fifo pseudo-muxerJan Sebechlebsky
2016-08-17lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer.Carl Eugen Hoyos
2016-08-17lavf/version: fix belive/believe typoClément Bœsch
2016-08-17lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch
2016-08-13lavc/raw: Support QT b64a ARGB64 rawvideo.Carl Eugen Hoyos
2016-08-05avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer
2016-08-04avformat: add a TTA MuxerJames Almer
2016-07-21avformat: add an Ogg Video muxerJames Almer
2016-07-19avformat: Add tee protocolMichael Niedermayer
2016-07-15lavf: add libopenmpt demuxerJosh de Kock
2016-06-30avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer
2016-06-23Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron
2016-06-23Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron
2016-06-22lavf/img2dec: add pnm pipe demuxersClément Bœsch
2016-06-20avformat/version: Change the version bumping commentMichael Niedermayer
2016-06-19avformat/udp: replace packet_gap with bitrate optionMarton Balint
2016-06-19lavc/cafenc: Allow QDMC muxing.Carl Eugen Hoyos
2016-06-13rtpenc: packetizer for VP9 RTP payload format (draft v2)Thomas Volkert
2016-06-13avformat/utils: Export coded dimensions unconditionallyMichael Niedermayer
2016-06-04avformat/version: Add Ticket5421 to list of tickets possibly affected by a ma...Michael Niedermayer
2016-06-02avformat: Copy properties from internal contextMichael Niedermayer
2016-05-28lavf/mov: Support one more Avid compression id for AVCI50.Carl Eugen Hoyos
2016-05-21avformat: add MTAF demuxerPaul B Mahol