]> git.sesse.net Git - ffmpeg/history - libavformat
lclenc: Mark codec as init-thread-safe and init-cleanup
[ffmpeg] / libavformat /
2015-04-24 Vittorio Giovarariff: Add GMP4 fourcc for mpeg4
2015-04-24 Vittorio Giovarariff: Add GLV4 fourcc for mpeg4
2015-04-24 Martin Storsjörtsp: Make sure we don't write too many transport entri...
2015-04-23 Andrey Utkinrtpenc_jpeg: Handle case of picture dimensions not...
2015-04-23 Martin Storsjörtsp: Don't warn about unparsed time ranges
2015-04-20 Vittorio Giovaralavf: Fix variables constness in ff_iso8601_to_unix_time()
2015-04-20 Luca Barbatormenc: Drop the temporary buffer for ac3 byteswap
2015-04-20 Luca Barbatoogg: Forward errors further
2015-04-20 Martin Storsjödashenc: Add a publishTime field in dynamic manifests
2015-04-19 Eric Zimmermang2meet: Support G2M5 codec variant
2015-04-19 Vittorio Giovaramov: Double-check that alias path is not an absolute...
2015-04-19 Vittorio Giovaramov: Read alternate absolute path in dref alis
2015-04-19 Vittorio GiovaraCanopus HQ/HQA decoder
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-04-18 Thomas Guillemmatroskadec: fix crash when parsing invalid mkv
2015-04-15 Diego Biurrunavisynth: Simplify shared library name construction
2015-04-14 Stephen Hutchinsonavisynth: Bump minimum required version to interface...
2015-04-14 Stephen Hutchinsonavisynth: Fix detection of AviSynth 2.5
2015-04-12 Himangi Saraogirtsp: Fix unchecked return value
2015-04-12 Himangi Saraogirtsp: Check a malloc return value
2015-04-09 Anders Nystromlibavformat: Handle error return from ff_listen_bind
2015-04-09 Vittorio Giovarariff: Add 'M705' FourCC for mpeg2video
2015-04-09 Vittorio Giovaramov: Rely on box type rather than file type for colr...
2015-04-08 wm4matroskadec: export cover art correctly
2015-04-07 Luca Barbatoparseutils: Make av_small_strptime public
2015-04-03 Martin Storsjömpegtsenc: Take max_delay into account when buffering...
2015-04-01 Luca Barbatortsp: Add a buffer_size option
2015-04-01 Luca Barbatortp: Add an option to set the send/receive buffer size
2015-04-01 Luca Barbatortp: Map the urloptions to AVOptions
2015-03-30 Diego Biurrunbuild: Split JPEG-related tables off into a separate...
2015-03-29 Luca Barbatoudp: Fix pkt_size management
2015-03-24 Stephen Hutchinsonavisynth: update documentation about the avisynth_c...
2015-03-24 Stephen Hutchinsonavisynth: Fix compilation against current 2.6 header(s).
2015-03-23 Vittorio Giovaramov: Write the display matrix in order
2015-03-23 Martin Storsjömovenc: Write the make and model metadata keys for...
2015-03-21 Federico Tomassettioggdec: Check memory allocation
2015-03-21 Federico Tomassettimms: Check memory allocation
2015-03-21 Federico Tomassettirmenc: Check memory allocation
2015-03-19 Anton Khirnovmovenc: write the display transform matrix
2015-03-19 Martin Storsjömovenc: Don't assume that fragment durations in pts...
2015-03-19 Martin Storsjömovenc: Move sidx edit list timestamp adjustment into...
2015-03-19 Martin Storsjömovenc: Only adjust the cts offset at the start of...
2015-03-19 Martin Storsjömovenc: Write pts timestamps in tfxd, instead of dts...
2015-03-19 Martin Storsjömovenc: Set the last packet duration based on the next...
2015-03-19 Martin Storsjödashenc: Heuristically fill in the duration of packets...
2015-03-19 Martin Storsjömovenc: Heuristically set the duration of the last...
2015-03-19 Martin Storsjöudp: Fix crashes after adding AVOptions
2015-03-18 Derek Buitenhuismov: Add option to keep exact packet sequence after...
2015-03-17 Vittorio Giovaramov: Fix little endian audio detection
2015-03-17 Carl Eugen Hoyoslavf: Do not list mov-only codecs in riff tags
2015-03-17 Paul B Maholisom: Add X-Com Radvision FourCC
2015-03-17 Vittorio Giovarariff: Add 'tshd' FourCC for H.264
2015-03-17 Luca Barbatoisom: Add support for TSCC2
2015-03-16 Martin Storsjömovenc: Allow interleaving samples when writing fragmen...
2015-03-16 Martin Storsjömovenc: Support writing multiple trun atoms
2015-03-15 Luca Barbatomkv: Add support for DVB subtitles
2015-03-15 Luca Barbatoudp: Use AVOptions
2015-03-15 Luca Barbatosctp: Update to match tcp
2015-03-13 Vittorio GiovaraTDSC decoder
2015-03-12 Vittorio Giovaramatroskadec: Check memory allocations
2015-03-12 Vittorio Giovaranutdec: Prevent leaks on memory error
2015-03-11 Diego Biurrunlavf: Explicitly convert types at function pointer...
2015-03-11 Andreas Cadhalpunasfenc: fix leaking asf->index_ptr on error
2015-03-11 Vittorio Giovarartpdec_vp9: Drop extra sanity check for size of input...
2015-03-11 Vittorio Giovaramp3: Properly use AVCodecContext API
2015-03-11 Vittorio Giovaramatroskaenc: Fix type used for chapter timestamps
2015-03-10 Martin Storsjömovenc: Support setting fragment_index before the moov...
2015-03-10 Martin Storsjömovenc: Don't rely on the fragment index for vc1 info...
2015-03-10 Martin Storsjörtpenc_mpegts: Set chain->rtp_ctx only after avformat_w...
2015-03-10 Martin Storsjörtpenc_mpegts: Free the right ->pb in the error path...
2015-03-09 Vittorio Giovarasiff: Use the correct type for packet size variables
2015-03-09 Vittorio Giovaramatroskaenc: Also validate chapter end time
2015-03-09 Vittorio Giovarartpdec_hevc: Drop extra sanity check for size of input...
2015-03-09 Martin Storsjömovenc: Avoid writing separate flags for the first...
2015-03-09 Martin Storsjömovenc: Set tfhd default sample flags based on actual...
2015-03-08 Martin Storsjömxfdec: Fix the error handling for when strftime fails
2015-03-08 Carl Eugen Hoyosrmdec: Improve message for demux error
2015-03-06 Martin Storsjömovenc: Keep writing zero-entry stts atoms as intended
2015-03-06 Timo Rothenpielerdashenc: Update extradata for mov muxer
2015-03-06 Timo Rothenpielerdashenc: Simplify code by using a local variable
2015-03-05 Andreas Cadhalpunavformat/adxdec: set avctx->channels in adx_read_header
2015-03-05 Andreas Cadhalpunrmenc: limit packet size
2015-03-05 Thomas Volkertrtpdec: experimental VP9 depacketizer (draft 0)
2015-03-04 Martin Storsjördt: Use a separate variable to clarify the different...
2015-03-04 Martin Storsjörtpdec_qt: Use a local variable instead of RTP_FLAG_KEY
2015-03-04 Martin Storsjörtpdec_asf: Don't set RTP_FLAG_KEY
2015-03-04 Luca Barbatoflv: Validate and reject unsupported codecs
2015-03-04 Diego Biurrundca: Move syncword definitions to a separate header
2015-03-04 Martin Storsjörtpdec_asf: Don't free the payload context in the ...
2015-03-04 Martin Storsjörtpdec_mpa_robust: Fix incrementing split_pos
2015-03-03 Vittorio Giovaraasf: do not export XMP metadata by default
2015-03-02 Martin Storsjödashenc: Simplify code by using a local variable
2015-03-02 Martin StorsjöRevert "mov: Change DTS-based seek into CTS-based seek."
2015-02-28 Martin Storsjörtpenc: Don't set max_frames_per_packet based on the...
2015-02-28 Martin Storsjörtpenc: Restructure if statements in packetizers to...
2015-02-28 Martin Storsjörtpenc: Skip redundant initialization
2015-02-28 Martin Storsjörtpenc: Always do the default initialization regardless...
2015-02-28 Martin Storsjörtpenc_xiph: Don't exclude headers from max_payload_size
2015-02-28 Martin Storsjörtpenc_xiph: Use AV_WB16 instead of manual bitshifts
2015-02-28 Martin Storsjörtpenc_aac: Use AV_WB16 instead of manual bitshifts
next