]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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-07 Henrik Gramneravstring: Mark some character handling functions av_const
2014-11-06 Vittorio Giovaramjpegdec: fix undefined shift
2014-11-06 Luca Barbatopthreads_frame: Do not leak on failure path
2014-11-06 Vittorio Giovarampeg12dec: simplify context duplication
2014-11-06 Vittorio Giovarampeg12enc: factor out check in encode_dc
2014-11-06 Vittorio Giovarampegvideo_enc: factor out denominator and explicitly...
2014-11-06 Vittorio Giovarampegvideo_enc: rework direct mode check
2014-11-06 Anton Khirnovnutdec: do not set has_b_frames
2014-11-06 Anton Khirnovlavc: make avpriv_flac_is_extradata_valid() private...
2014-11-06 Anton Khirnovoggenc: accept only STREAMINFO extradata
2014-11-06 Anton Khirnovlavc: make avpriv_flac_parse_streaminfo() private on...
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-06 Anton Khirnovvorbis_parser: use a dedicated AVClass for logging
2014-11-05 Martin Storsjörtmpproto: Ignore errors from the getStreamLength method
2014-11-04 Rémi Denis... hwaccel: Deinitialize hardware acceleration early enough
2014-11-04 Vittorio Giovaraaacdec: add default case in channel layout
2014-11-04 Michael Niedermayeraacsbr: change order of operation to prevent out of...
2014-11-03 Vittorio Giovaraaacsbr: treat 1-d arrays as such
2014-11-03 Vittorio Giovaracelp_filters: don't use filter lenght as loop bound
2014-11-03 Vittorio Giovaraerror_resilience: initialize prev_* variables
2014-11-03 Vittorio Giovaramotion_est: remove dead code
2014-11-03 Vittorio Giovaraget_bits: remove unused assignment
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ödoc: Document the omit_tfhd_offset flag to the mp4...
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 Luca Barbatojack: Use av_strerror
2014-10-29 Luca Barbatofbdev: Use av_strerror
2014-10-29 Vittorio Giovaramtv: improve header check and avoid division by zero
2014-10-29 Michael Niedermayeroggenc: remove unneeded null check
2014-10-28 Luca Barbatoconfigure: Check only for xcb
2014-10-28 Anton Khirnovlavd: fix building x11grab after a6674d2
2014-10-28 Rémi Denis... vdpau: return MAIN instead of BASELINE for H.264 CBP
2014-10-28 Rémi Denis... vdpau/h264: request MAIN rather than BASELINE VDPAU...
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-26 Luca Barbatoxcbgrab: XCB-based screen capture
2014-10-25 Martin Storsjölavf: Implement ff_brktimegm using gmtime_r
2014-10-25 Martin Storsjödrawtext: Remove the ifdef for localtime_r
2014-10-25 Martin StorsjöUse gmtime_r instead of gmtime and localtime_r instead...
2014-10-25 Martin Storsjölavu: Provide fallbacks for gmtime_r and localtime_r
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 Vittorio Giovaraavfilter: check filter link validity
2014-10-24 Anton Khirnovmp3enc: write full LAME frame
2014-10-24 Anton Khirnovavconv: copy stream-level side data when streamcopying
2014-10-24 Anton Khirnovdoc: reword the mp3 muxer documentation
2014-10-24 Anton Khirnovmp3dec: fix reading the Xing tag
2014-10-24 Martin Storsjölavf: Use av_gettime_relative
2014-10-24 Martin Storsjöavconv: Use av_gettime_relative
2014-10-24 Martin Storsjöavplay: Use av_gettime_relative
2014-10-24 Olivier Langloistools: Use av_gettime_relative
2014-10-24 Olivier Langloislavc: Use av_gettime_relative
2014-10-24 Martin Storsjölavu: Add 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-21 Janne Grunaufate-mpeg4: use TARGET_SAMPLES for resize tests
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 Giovaravf_format: check input validity
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
next