]> git.sesse.net Git - ffmpeg/history - libavformat
Replace lena.pnm
[ffmpeg] / libavformat /
2014-11-28 Martin Storsjörtmpproto: Fix a typo in a comment
2014-11-28 Martin Storsjödashenc: Avoid a VLA-like construct
2014-11-28 Bryan Huhdashenc: Add options to make segment names configurable
2014-11-28 Martin Storsjörtmpproto: Only prepend @setDataFrame for onMetaData...
2014-11-28 Martin Storsjörtmppkt: Make pkt->data reallocable
2014-11-28 Martin Storsjörtmpproto: Simplify code for copying data into the...
2014-11-28 Martin Storsjörtmpproto: Clarify a comment
2014-11-27 Martin StorsjöRevert "lavf: Don't try to update files atomically...
2014-11-27 Martin Storsjölavf: Use MoveFileEx instead of rename/_wrename on...
2014-11-27 Martin StorsjöShare the utf8 to wchar conversion routine between...
2014-11-26 Martin Storsjömovenc: Expose the fragment index as an avoption
2014-11-26 Martin Storsjömovenc: Add a flag for indicating a discontinuous fragment
2014-11-24 Martin Storsjölavf: Use wchar functions for filenames on windows...
2014-11-24 Martin Storsjölavf: Don't try to update files atomically with renames...
2014-11-24 Uwe L. Kornflvdec: Document how the duration is retrieved at the...
2014-11-24 Martin Storsjödashenc: Don't segment all video streams when one strea...
2014-11-24 Vittorio Giovarasol: simplify sol_codec_id()
2014-11-24 Vittorio Giovarampegenc: prevent a NULL pointer dereference
2014-11-22 Martin Storsjödashenc: Don't require the stream bitrate to be known
2014-11-22 Martin Storsjölavf: Remove a redundant include of sys/stat.h
2014-11-22 Michael Niedermayerflvenc: Remove an unused variable
2014-11-21 Luca Barbatoxwma: Do not leak on failure path
2014-11-19 Martin Storsjöhdsenc: Clear the previous codec tag when setting up...
2014-11-19 Martin Storsjöhdsenc: Use the right filename in an error message
2014-11-17 Vittorio Giovaramov: check ff_get_wav_header() return value
2014-11-17 Vittorio Giovaralibrtmp: append the correct field to the string
2014-11-17 Martin Storsjölavf: Only initialize s->offset once when using avoid_n...
2014-11-17 Martin Storsjötools: Add a sidxindex tool
2014-11-17 Martin Storsjömovenc: Allow writing a DASH sidx atom at the start...
2014-11-17 Martin Storsjömovenc: Add tfra entries for all tracks in a moof
2014-11-17 Martin Storsjölavf: Add an MPEG-DASH ISOFF segmenting muxer
2014-11-17 Martin Storsjömovenc: Add support for writing sidx atoms for DASH...
2014-11-17 Martin Storsjömovenc: Factorize adding fragment info into a separate...
2014-11-17 Martin Storsjömovenc: Include empty tracks in iods when writing fragm...
2014-11-17 Andrew Stoneflvenc: Send new metadata when FLAG_METADATA_UPDATED...
2014-11-17 Andrew Stoneflvenc: move metadata updates into a single function
2014-11-15 Marvin ScholzIcecast: Send content-type in all cases
2014-11-15 Marvin ScholzIcecast: Send 100-continue header if possible
2014-11-14 Vittorio Giovarariff: support ProRes in avi (APCN fourcc)
2014-11-08 Martin Storsjömovenc: Require samples before trying to write edts
2014-11-08 Martin Storsjömovenc: Avoid leaking locally allocated data when retur...
2014-11-08 Martin Storsjömovenc: Remove an outdated comment
2014-11-07 Martin Storsjömovenc: Write correct presentation timestamps in tfra
2014-11-07 Martin Storsjömovenc: Remove a now redundant check
2014-11-07 Martin Storsjömovenc: Allow to request not to use edit lists
2014-11-07 Michael Niedermayerlavf: Print a warning if failed to avoid negative times...
2014-11-07 Michael Niedermayerlavf: Add an option for avoiding negative timestamps
2014-11-06 Anton Khirnovnutdec: do not set has_b_frames
2014-11-06 Anton Khirnovoggenc: accept only STREAMINFO extradata
2014-11-06 Anton Khirnovlavf: stop using avpriv_flac_parse_streaminfo()
2014-11-06 Anton Khirnovriffenc: do not fall back on AVCodecContext.frame_size...
2014-11-06 Anton Khirnovlavf: use the format context strict_std_compliance...
2014-11-06 Anton Khirnovlavc,lavf: switch to the new vorbis parse API
2014-11-06 Anton Khirnovlavc: add a public API for parsing vorbis packets.
2014-11-06 Anton Khirnovvorbis_parser: add an AV prefix to VorbisParseContext
2014-11-05 Martin Storsjörtmpproto: Ignore errors from the getStreamLength method
2014-11-03 Martin Storsjömovenc: Define the flag bits using shifts instead of...
2014-10-30 Martin Storsjömovenc: Don't write any iso brands in ismv files
2014-10-30 Martin Storsjömovenc: Don't write any tfdt atom for ismv files
2014-10-30 Martin Storsjömovenc: Write a 0 duration in mdhd and tkhd for an...
2014-10-29 Martin Storsjömovenc: Add a flag for using default-base-is-moof in...
2014-10-29 Martin Storsjömovenc: Signal iso6 in compatible_brands when using...
2014-10-29 Martin Storsjömovenc: Use a local variable consistently
2014-10-29 Martin Storsjömovenc: Don't check the custom IO flag when using faststart
2014-10-29 Martin Storsjömovenc: Don't use track_id to decide which track is...
2014-10-29 Vittorio Giovarabethsoftvid: simplify return handling
2014-10-29 Vittorio Giovaraassdec: check av_new_packet return value
2014-10-29 Vittorio Giovaramtv: improve header check and avoid division by zero
2014-10-29 Michael Niedermayeroggenc: remove unneeded null check
2014-10-27 Tomas Härdinmxfdec: reduce loop bound in mxf_read_pixel_layout()
2014-10-27 Vittorio Giovarabethsoftvid: check return value and clean memory
2014-10-27 Vittorio Giovarafilmstripdec: avoid integer overflow
2014-10-27 Vittorio Giovaramatroskaenc: write correct Display{Width, Height} in...
2014-10-25 Martin Storsjölavf: Implement ff_brktimegm using gmtime_r
2014-10-25 Martin StorsjöUse gmtime_r instead of gmtime and localtime_r instead...
2014-10-25 Martin Storsjölavf: Check the return value of strftime
2014-10-25 Martin Storsjöwtv: Avoid needlessly calling gmtime twice with the...
2014-10-24 Vittorio Giovaramov: fix assigment check
2014-10-24 Tomas Härdinmxfenc: Fix possible integer overflows
2014-10-24 Vittorio Giovaramxfdec: add missing break
2014-10-24 Vittorio Giovaramatroskaenc: check avio_open_dyn_buf return value
2014-10-24 Vittorio Giovaramatroskadec: check return values
2014-10-24 Vittorio Giovaramatroskadec: fix leak on error
2014-10-24 Luca Barbatolavf: replace rename() with ff_rename()
2014-10-24 Vittorio Giovaraflac_picture: prevent a possible out of bound write
2014-10-24 Vittorio Giovaraimg2dec: check av_new_packet return value
2014-10-24 Vittorio Giovaraaudiointerleave: check av_new_packet return value
2014-10-24 Anton Khirnovmp3enc: write full LAME frame
2014-10-24 Anton Khirnovmp3dec: fix reading the Xing tag
2014-10-24 Martin Storsjölavf: Use av_gettime_relative
2014-10-21 Vittorio Giovaranutdec: check av_new_packet return value
2014-10-21 Vittorio Giovaranutenc: check for negative index rather than assert
2014-10-21 Vittorio Giovararmdec: stricter error check to avoid theoretical unitia...
2014-10-21 Vittorio Giovararmdec: check av_new_packet return value
2014-10-21 Vittorio Giovaraflvdec: make sure to check create_stream and report...
2014-10-21 Vittorio Giovaraflvdec: avoid unitialized use of a struct member
2014-10-21 Vittorio Giovarasmoothstreamingenc: explict cast to avoid overflow
2014-10-20 Luca Barbatortpproto: Free the addrinfo pointer on failure
2014-10-20 Luca Barbatonutdec: Prevent a memory corruption
2014-10-20 Vittorio Giovarartpdec_hevc: drop unnecessary check
next