]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2015-03-02 Luca Barbatoprores: Extend the padding check to 16bit
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
2015-02-28 Martin Storsjörtpenc_aac: Merge a definition with a declaration
2015-02-28 Martin Storsjörtpenc: Write conditional statements on separate lines
2015-02-28 Martin Storsjörtpenc_aac: Set a default value for max_frames_per_pack...
2015-02-28 Martin Storsjörtpenc_amr: Use s->num_frames instead of s->buf_ptr...
2015-02-28 Martin Storsjörtpenc_aac: Fix sending fragmented frames
2015-02-28 Anton KhirnovAdd a QSV decoding example.
2015-02-28 Andreas Cadhalpunavcodec/utils: use correct printf specifier in ff_set_sar
2015-02-28 Christian Hujerx11grab: Unbreak building
2015-02-28 Anton Khirnovlavc: do not compile fmtconvert unconditionally
2015-02-28 Anton Khirnovfmtconvert: drop unused functions
2015-02-28 Anton Khirnovlavc: remove unused traces of fmtconvert usage
2015-02-28 Martin Storsjötls: Pass AVOptions dictionaries through to the chained...
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...
next