]> git.sesse.net Git - ffmpeg/history - libavformat
movenc: Remove a now redundant check
[ffmpeg] / libavformat /
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
2014-10-20 Vittorio Giovarartmpproto: remove dead code
2014-10-20 Vittorio Giovarawtv: clean memory on error
2014-10-20 Vittorio Giovarawtv: check seek_by_sector return value
2014-10-20 Vittorio Giovaraaviobuf: check context before using it
2014-10-20 Michael Niedermayeravio: fix sizeof argument
2014-10-20 Vittorio Giovaraidcin: fix return check
2014-10-18 Alexander Drozdovrtmp: Always call rtmp_close() on rtmp_open() failure
2014-10-18 Anton Khirnovurlprotocol: remove unused url_interrupt_cb declaration
2014-10-17 Uwe L. Kornrtmpproto: Add pause support
2014-10-17 Uwe L. Kornrtmpproto: Track last received timestamp
2014-10-17 Uwe L. Kornrtmpproto: Add getStreamLength call to query duration
2014-10-17 Uwe L. Kornrtmpproto: Add function to read a number response
2014-10-17 Luca Barbatoavformat: Make avformat_free_context handle NULL
2014-10-16 Michael Lynchrtsp: Check a memory allocation
2014-10-15 Martin Storsjörtmpproto: Fix a typo
2014-10-15 Martin Storsjörtpdec_hevc: Use av_realloc instead of av_malloc+memcpy
2014-10-15 Martin Storsjörtpdec_hevc: Rename a variable for clarity
2014-10-15 Vittorio Giovaramov: Correctly check the color transfer characteristics...
2014-10-15 Martin Storsjösdp: Provide out of bound parameter sets for HEVC if...
2014-10-15 Martin Storsjörtpdec_hevc: Parse out of band vps/sps/pps/sei from...
2014-10-15 Anton Khirnovlavf: switch to AVCodecContext.framerate for demuxing
2014-10-14 Martin Storsjömov: Handle tfdt atoms
2014-10-14 Martin Storsjömovenc: Write tfdt atoms
2014-10-13 Anton Khirnovlavf: use initial_padding instead of deprecated delay
2014-10-12 Mark McGoughicecast: Do not use chunked post
2014-10-12 Martin Storsjömovenc: Simplify code by using an existing local pointer
2014-10-12 Martin Storsjömovenc: Print a warning for an unhandled case of nonzer...
2014-10-12 Martin Storsjömovenc: Write edit lists for fragmented files as well...
2014-10-12 Martin Storsjömovenc: Add some comments explaining subtle details...
2014-10-12 Michael Niedermayermovenc: Adjust edit lists to trim out parts of tracks...
2014-10-12 Martin Storsjösmoothstreamingenc: Simplify code by removing a redunda...
2014-10-11 Michael Niedermayerlavf: Don't drop both pts and dts if timestamps are...
2014-10-10 Luca Barbatotcp: Add AVOption support
2014-10-10 Luca Barbatotls: Support passing old-style tcp options
2014-10-10 Luca Barbatortsp: Add rtsps to the probe
2014-10-10 Luca Barbatortsp: Support tls when in listen mode
2014-10-10 Luca Barbatortsp: Support tls-encapsulated RTSP
2014-10-10 Luca Barbatortsp: Check for command strings without spaces
2014-10-10 Luca Barbatosctp: Use AVERROR_BUG instead of abort()
2014-10-10 Luca Barbatolavf: More informative error message
2014-10-08 Vittorio Giovaramov: support the Color Parameter Atoms 'colr'
2014-10-08 Sylvain Rabotdump: Update streams and chapters printout format
2014-10-08 Vittorio Giovaradump: split audio and video probing on multiple lines
next