]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2015-02-28 Martin Storsjötcp: Clarify the units for the timeout avoptions
2015-02-28 Martin Storsjöavio: Rename avclass symbols relating to avio
2015-02-26 Luca Barbatoconfigure: Move the cross_prefix setting after the...
2015-02-24 Luca Barbatoxcbgrab: Unbreak parsing filename options
2015-02-24 Luca Barbatoxcbgrab: Provide better names for the y and x option
2015-02-24 John Stebbinsmatroskaenc: Allow writing track "forced" flag
2015-02-24 Martin Storsjörtpdec: Rename the free method to close
2015-02-24 Martin Storsjölibavformat: Use ffio_free_dyn_buf where applicable
2015-02-24 Martin Storsjörtpdec: Use ffio_free_dyn_buf
2015-02-24 Martin Storsjöavio: Add an internal utility function for freeing...
2015-02-24 Martin Storsjörtpdec: Free depacketizers if the init function failed
2015-02-24 Martin Storsjörtpdec: Don't free the payload context in the .free...
2015-02-24 Martin Storsjörtpdec: Remove the now unused .alloc field
2015-02-24 Martin Storsjörtpdec: Use .init instead of .alloc to set default...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary inline attributes
2015-02-24 Martin Storsjörtpdec: Don't pass non-const pointers to fmtp attribute...
2015-02-24 Martin Storsjörtpdec: Add const to string parameters in internal...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary checks
2015-02-24 Martin Storsjörtpenc: Merge the h264 and hevc packetizers
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of fragmented...
2015-02-24 Martin Storsjörtpdec_hevc: Reduce indentation level by returning...
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of parsing a...
2015-02-24 Martin Storsjörtpdec_hevc: Add asterisks at the start of each long...
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2015-02-24 Martin Storsjörtpdec: Allow allocating and freeing the private data...
2015-02-24 Martin Storsjörtpdec: Set need_parsing via a handler field
2015-02-24 Martin Storsjörtpdec: Allow setting the need_parsing field in RTPDyna...
2015-02-24 Martin Storsjörtpdec_mpa_robust: Move .enc_name to the start of the...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary _if_needed suffixes on functions
2015-02-24 Martin Storsjörtpdec: Change enc_name to a pointer instead of a fixed...
2015-02-24 Martin Storsjörtpdec_h264: Remove an unnecessary include
2015-02-24 Martin Storsjörtpdec_h264: Remove unnecessary struct padding
2015-02-24 Martin Storsjörtpdec_amr: Use the common indentation style
2015-02-24 Martin Storsjörtsp: Fix the indentation of a linewrapped statement
2015-02-24 Martin Storsjörtpdec: Add missing trailing commas
2015-02-24 Gilles Chanteperdrixlibavformat: add T.140 RTP depacketization (RFC 4103)
2015-02-24 Martin Storsjörtsp: Interpret the text media type as AVMEDIA_TYPE_DATA
2015-02-23 Diego Biurrunfate: Rename fate-dts test to fate-dca-core
2015-02-23 Diego Biurrunqsv: Skip qsv.h compilation if qsv is not enabled
2015-02-23 Gilles Chanteperdrixrtsp: punch holes again after pause
2015-02-23 Federico Tomassettieamad: check for out of bounds read
2015-02-23 Federico Tomassettimdec: check for out of bounds read
2015-02-23 Martin Storsjörtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL...
2015-02-22 Vittorio GiovaraCanopus HQX decoder
2015-02-22 Carl Eugen... hevc_deblock: Fix compilation with nasm
2015-02-22 Vittorio Giovaralibschroedinger: Check memory allocations
2015-02-22 Vittorio Giovaraconfigure: Properly fail when libcdio/cdparanoia is...
2015-02-22 Vittorio Giovaraconfigure: Use pkg-config for libdc1394 discovery
2015-02-22 Martin Storsjörtpenc_hevc: Aggregate multiple NAL units into one...
2015-02-22 Martin Storsjörtpenc_h264: Aggregate multiple NAL units into one...
2015-02-22 Thomas Volkertrtpdec: DV depacketizer (RFC 6469)
2015-02-21 Gilles Chanteperdrixrtpdec_mpeg4: reassemble fragmented AAC frames
2015-02-21 Gilles Chanteperdrixrtpdec_mpeg4: add more verbose error logging
2015-02-21 Gilles Chanteperdrixlibavformat: add robust MPEG audio depacketization...
2015-02-21 Gilles Chanteperdrixmpegaudio_parser: add MP3 ADU headers parser
2015-02-21 Gilles Chanteperdrixlibavformat: add AC3 RTP depacketization (RFC 4184)
2015-02-21 Gilles Chanteperdrixrtsp: parse lang attribute in SDP
2015-02-21 Gilles Chanteperdrixrtpdec: fix issue with conversion from unsigned to...
2015-02-21 Martin Storsjörtpdec_h264: Add a missing closing paren in a log message
2015-02-21 Peter Meerwaldlibavresample: NEON optimized FIR audio resampling
2015-02-21 Thomas Volkertrtpdec_hevc: Implement parsing of aggregated packets
2015-02-21 Martin Storsjörtpdec_hevc: Initialize variables to silence false...
2015-02-21 Martin Storsjörtpdec_hevc: Use a shared function for parsing paramete...
2015-02-21 Martin Storsjörtpdec_h264: Make reusable functions non-static
2015-02-21 Martin Storsjörtpdec_h264: Fix nal type counting after refactoring
2015-02-21 Martin Storsjörtpdec_h264: Prepare h264_handle_packet_stap_a for...
2015-02-21 Martin Storsjörtpdec_h264: Generalize parse_sprop_parameter_sets
2015-02-21 Clément Bœschtests: drop bc dependency
2015-02-21 Anton Khirnovh264: initialize H264Context.avctx in init_thread_copy
2015-02-21 Anton Khirnovh264: only ref cur_pic in update_thread_context if...
2015-02-20 Peter Meerwaldlibavcodec: Make use of av_clip functions
2015-02-20 Peter Meerwaldlibavutil: Add ARM av_clip_intp2_arm
2015-02-20 Peter Meerwaldlibavutil: Add av_clip_intp2
2015-02-20 Hendrik Leppkeshlsenc: write playlist into a temp file and replace...
2015-02-20 Hendrik Leppkeshlsenc: remove the AVIOContext for the playlist from...
2015-02-20 Peter Meerwaldlibavcodec: Don't use av_cold annotation in twinvq...
2015-02-20 Peter Meerwaldlibavresample: Annotate AARCH64 init function with...
2015-02-20 Martin Storsjörtpdec_h264: Move a leftover comment into h264_handle_p...
2015-02-20 Martin Storsjörtpdec_h264: Remove an unnecessary check
2015-02-20 Martin Storsjörtpdec_h264: Return immediately on errors in h264_handl...
2015-02-20 Martin Storsjörtpdec_h264: Make a parameter pointer const
2015-02-20 Martin Storsjörtpdec_h264: Use av_realloc instead of av_malloc+mempcy
2015-02-20 Martin Storsjörtpdec_h264: Include the right header for AV_RB16
2015-02-20 Martin Storsjörtpdec_vp8: Set the keyframe flag
2015-02-19 Vittorio Giovarafate: Add tests for DSS
2015-02-19 Oleksij Rempellavf: Add DSS demuxer
2015-02-19 Oleksij Rempellavc: Add DSS SP decoder
2015-02-19 Anton Khirnovqsv_api: fix building with libmfx disabled
2015-02-19 Anton Khirnovconfigure: add missing h264_qsv hwaccel deps
2015-02-19 Anton Khirnovlavc: add an Intel libmfx-based H.264 decoder
2015-02-19 Anton Khirnovh264_parser: export video format and dimensions
2015-02-19 Anton Khirnovpixfmt: add a pixel format for QSV hwaccel
2015-02-19 Himangi Saraogirv40: Return more meaningful error codes
2015-02-18 Derek Buitenhuislibx265: Add crf private option
2015-02-18 Derek Buitenhuislibx265: Reduce the scope of some variables
2015-02-17 Vittorio Giovarariff: Support QT RLE Animation in avi ('rle ' FourCC)
2015-02-17 Vittorio Giovarariff: Support ProRes in avi (APCH fourcc)
2015-02-17 Himangi Saraogiwmv2: Return meaningful error codes
2015-02-17 Himangi Saraogiqdm2: Return meaningful error codes
2015-02-17 Himangi Saraogilibxvid: Return meaningful error messages
next