]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/mxfdec: use MXFCodecUL struct to store essence description for data_essence_...
[ffmpeg] / libavformat /
2018-06-08 Marton Balintavformat/mxfdec: use MXFCodecUL struct to store essence...
2018-06-05 Sasi Inguvalavf/mov.c: Set st->start_time for video streams explic...
2018-06-05 Sasi Inguvalavf/mov.c: Fix timestamps to be strictly monotonic...
2018-06-01 Jacob Trimblelibavformat/mov: Fix heap buffer overflow.
2018-05-30 Marton Balintavformat/mxfdec: add some missing picture_essence_conta...
2018-05-30 Marton Balintavformat/mxfdec: use int math for sample count calculation
2018-05-30 Marton Balintavformat/mxfdec: fix klv_decode_ber_length return value...
2018-05-30 Alex Converseflvenc: Fix sequence header update timestamps
2018-05-30 Alex Converseflvenc: Factorize timestamp writing
2018-05-29 Vishwanath Dixitavformat/movenc: creating producer reference time ...
2018-05-29 Vishwanath Dixitavformat/utils: function to get the formatted ntp time
2018-05-28 Jan Ekströmlavf/libssh: translate a read of 0 to EOF
2018-05-28 Karthick Jeyapalavformat/dashenc: Added a warning for incorrect segment...
2018-05-28 Karthick Jeyapalavformat/dashenc: Added option for Segment file format
2018-05-27 Michael Niedermayerlibavformat/mxfenc: Add some () to attempt to workaroun...
2018-05-27 Marton Balintavformat/mxf: fix NTSC 59.94 samples per frame layout
2018-05-25 Carl Eugen Hoyoslavf/img2dec: Auto-detect xwd images.
2018-05-24 Steven Liuavformat/hlsenc: support http method for hls fmp4
2018-05-24 Steven Liuavformat/dashdec: replace user-agent to user_agent...
2018-05-24 Colin NGavformat/dashdec: Fix for ticket 7149 (Segfault when...
2018-05-24 Colin NGavformat/dashdec: Fix for ticket 7149 (Segfault when...
2018-05-22 Michael Niedermayeravformat/mov: replace a value error by clipping into...
2018-05-22 Michael Niedermayeravformat/bintext: Reduce detection for random .bin...
2018-05-21 Thomas Volkertlibavformat: add mbedTLS based TLS
2018-05-21 Aman Guptaavformat/mpegts: fix memory leak with merge_pmt_versions=1
2018-05-21 Aman Guptaavformat/mpegts: rename variable to clarify meaning
2018-05-20 Michael Niedermayeravformat/mov: Only fail for STCO/STSC contradictions...
2018-05-20 Michael Niedermayeravformat/mov: Break out early if chunk_count is 0 in...
2018-05-20 Michael Niedermayeravformat/mp3dec: require 90% of a file to be mp3 if...
2018-05-20 Michael Niedermayeravformat/mp3dec: Require 50% of the file to be mp3...
2018-05-20 Michael Niedermayeravformat/mp3dec: Require probing data to be 50% mp3...
2018-05-19 Aman Guptaavformat/mpegts: add merge_pmt_versions option
2018-05-19 Aman Guptaavformat/mpegts: keep track of PMT details in AVProgram...
2018-05-19 Aman Guptaavformat: add fields to AVProgram/AVStream for PMT...
2018-05-18 Aman Guptaavformat/mpegts: add skip_unknown_pmt option
2018-05-17 Aman Guptaavformat/mpegts: tag video streams with still images
2018-05-17 Aman Guptaavformat: add skip_estimate_duration_from_pts
2018-05-16 Aman Guptaavformat/hls: fix seeking around EVENT playlist after...
2018-05-15 Marton Balintavformat/webm_chunk: always use a static buffer for...
2018-05-15 Aman Guptaavformat/mpegts: fix incorrect indentation
2018-05-15 Vishwanath Dixitavformat/dashenc: configuring container format options
2018-05-14 Aman Guptaavformat/mpegts: initialize section_buf to fix valgrind...
2018-05-12 Aman Guptaavformat/mpegts: reindent after last change
2018-05-12 Aman Guptaavformat/mpegts: parse sections with multiple tables
2018-05-12 Aman Guptaavformat/hlsenc: set AVFMT_NODIMENSIONS
2018-05-12 Aman Guptaavformat/mpegtsenc: set AVFMT_NODIMENSIONS
2018-05-11 Michael Niedermayeravformat/mxfenc: Set color siting to 0 for D10-MXF
2018-05-11 Michael Niedermayeravformat/mxfenc: Add Sample width/height/x offset/y...
2018-05-10 Jun Zhaolavf/network: fix doxygen comments.
2018-05-10 Thomas Mundtavformat/mxfenc: add h264 profiles
2018-05-09 Aman Guptaavformat/mpegts: clean up whitespace
2018-05-09 Aman Guptaavformat/mpegts: use MAX_SECTION_SIZE instead of hardco...
2018-05-09 Aman Guptaavformat/mpegts: skip non-PMT tids earlier
2018-05-08 Michael Niedermayeravformat/mxfenc: Write transfer characteristic
2018-05-08 Michael Niedermayeravformat/mxfenc: Add Stored F2 Offset / Image Start...
2018-05-08 Michael Niedermayeravformat/mxfenc: Write Audio Ref Level for D10
2018-05-08 Michael Niedermayeravformat/mxfenc: Add Padding Bits
2018-05-08 Michael Niedermayeravformat/mxfenc: add white/black ref /color range
2018-05-08 Michael Niedermayeravformat/mxfenc: Add vertical subsampling support
2018-05-08 Michael Niedermayeravformat/mxfenc: Fix stored width
2018-05-08 Michael Niedermayeravformat/mxfenc: Add object model version
2018-05-08 Michael Niedermayeravformat/mxfenc: Add Product Version, Toolkit version...
2018-05-08 Michael Niedermayeravformat/mxfenc: Bump minor versions for S377-1-2009
2018-05-08 Michael Niedermayeravformat/mxfenc: Correct KAG alignment of preface
2018-05-08 Gyan Doshiavformat/segafilmenc - set keyframe bit correctly
2018-05-06 Jan Ekströmlavf/bluray: translate a read of 0 to EOF
2018-05-06 Jun Zhaolavf/format: Remove the dead code in av_probe_input_buf...
2018-05-06 Jun Zhaoavformat/avio: make the logic simple
2018-05-05 Paul B Maholswscale: add gray14 support
2018-05-04 wm4avformat: add vapoursynth wrapper
2018-05-04 wm4avformat/hls: don't propagate deprecated "user-agent...
2018-05-04 wm4avformat/matroskaenc: do not write timebase as framerate
2018-05-03 Paul B Maholavformat/yuv4mpegdec: simplify math
2018-05-03 Jan Ekströmlavf/dashenc: pass standards compliance value to the...
2018-05-03 Jan Ekströmlavf/dashenc: require experimental mode to be enabled...
2018-05-03 Rodger Combslavf/dashenc: don't call flush_init_segment before...
2018-04-30 Marton Balintavformat/qtpalette: parse color table according to...
2018-04-30 Michael Niedermayeravformat/m4vdec: Use the same constant names as libavcodec
2018-04-30 Michael Niedermayeravformat/m4vdec: Fix detection of raw MPEG-4 ES Studio
2018-04-26 Łukasz Krzciukavformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for...
2018-04-26 Clément Bœschlavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent...
2018-04-26 Derek Buitenhuismov: Properly abide by the track's media duration
2018-04-26 Carl Eugen Hoyoslavf/rtmpcrypt: Add a cast to silence an unavoidable...
2018-04-26 Karthick Jeyapalavformat/dashenc: Set mp4 as the default format for VP9
2018-04-26 Karthick Jeyapalavformat/dashenc: Set VP9 codec string with profile...
2018-04-26 Karthick Jeyapalavformat/vpcc: Calculate VP9 level from Luma's Sample...
2018-04-26 Steven Liuavformat/dashdec: fix compling warning "filename is...
2018-04-26 guikunzhifix memory leak of parsing dash MPD
2018-04-25 Paul B Maholavformat/yuv4mpegdec: fix seeking backwards
2018-04-23 Rostislav PehlivanovRevert "libavformat: add mbedTLS based TLS"
2018-04-23 Thomas Volkertlibavformat: add mbedTLS based TLS
2018-04-23 Carl Eugen Hoyoslavf/os_support: Only compile inet_aton() if getaddrinf...
2018-04-22 James Almeravformat/vpcc: add ff_isom_get_vpcc_features()
2018-04-22 Paul B Maholavformat/dsfdec: fix calculation of size of data chunk
2018-04-22 Paul B Maholavformat/dsfdec: properly handle padded last packet
2018-04-22 Gyan Doshiavformat/segafilm - revert keyframe detection
2018-04-21 Carl Eugen Hoyoslavf/dashdec: Do not use memcpy() to copy a struct.
2018-04-20 Jacob Trimbleavformat/mov: Fix parsing of saio/siaz atoms in encrypt...
2018-04-20 Aman Guptaavformat/utils: refactor upstream_stream_timings
2018-04-20 Aman Guptaavformat/utils: ignore outlier durations on subtitle...
next