]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2015-07-27 Vittorio Giovaraac3enc_template: Use the correct context field
2015-07-27 Martin Storsjöconfigure: Check for _M_ARMT to detect thumb when using...
2015-07-27 Martin Storsjöconfigure: Check MSVC defines for identifying hardfloat
2015-07-27 Martin Storsjöconfigure: Default to armasm for --toolchain=msvc when...
2015-07-27 Martin Storsjöconfigure: Simplify, remove an unnecessary intermediate...
2015-07-27 Martin Storsjödoc: Remove the now unnecessary remark about PATH and...
2015-07-27 Alexandra Hájkováasfdec: interpret the first flag in an asf packet as...
2015-07-27 Henrik Gramnercheckasm: Modify report format
2015-07-27 Anton Khirnovqsvdec_*: add missing CODEC_CAP_DR1
2015-07-26 Martin Storsjöconfigure: Only redirect strtoll to _strtoi64 if necessary
2015-07-26 Martin Storsjöconfigure: Only redefine inline to __inline for msvc...
2015-07-26 Martin Storsjöconfigure: Only add -FIstdlib.h for msvc/icl if necessary
2015-07-26 Steve Lhommeforce WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to...
2015-07-26 Michael Niedermayercheckasm: Use LOCAL_ALIGNED
2015-07-25 Anton Khirnovlavc: add Intel libmfx-based HEVC decoder.
2015-07-25 Anton Khirnovlavc: add Intel libmfx-based MPEG2 decoder.
2015-07-25 Anton Khirnovlavc: add a HEVC mp4->annex B bitstream filter
2015-07-25 Anton Khirnovqsvdec: move qsv_process_data() from qsvdec_h264 to...
2015-07-25 Anton Khirnovqsvenc_hevc: fix enum declaration
2015-07-25 Anton Khirnovqsvdec: fix a memleak of async_fifo
2015-07-25 Anton Khirnovqsvdec: avoid an infinite loop with no consumed data...
2015-07-24 Steve Lhommeuse a wrapper script to call MS link.exe to avoid mixin...
2015-07-23 Steve Lhommeconfigure: force -nologo- when detecting MSVC
2015-07-23 Martin Storsjödds: Write the palette in the native endian form
2015-07-23 Tom Butterworthhap: Name enums, remove unused struct member
2015-07-23 Tom Butterworthsnappy: Refactor so ff_snappy_uncompress() uses an...
2015-07-23 Alexandra Hájkováasfdec: remove the wrong condition
2015-07-23 Tom Butterworthhap: Fix slice size computation
2015-07-23 Tom Butterworthdds: Fix the slice size computation
2015-07-23 Anton Khirnovaf_channelmap: properly set the supported output channe...
2015-07-23 Alexandra Hájkováasfdec: increment nb_streams right after the stream...
2015-07-23 Alexandra Hájkováasfdec: set nb_streams to 0 in the asf_read_close
2015-07-22 Vittorio Giovarampegvideo: Add missing include
2015-07-22 Vittorio Giovaradds: Add a rgba fate test
2015-07-22 Michael Niedermayerdds: Fix 32bpp bitmaps decoding
2015-07-22 Vittorio Giovaradds: Fix palette decoding
2015-07-22 Vittorio Giovaradds: Fix enum declaration
2015-07-22 Alexandra Hájkováasfdec: avoid crash in the case when chunk_len is 0...
2015-07-22 Alexandra Hájkováasfdec: close the demuxer properly when read_header...
2015-07-22 Alexandra Hájkováasfdec: factor out seeking to the Data Object outside...
2015-07-22 Anton Khirnovqsvenc_hevc: use the correct HW plugin UID
2015-07-22 Janne Grunaucheckasm: remove empty array initializer list in h264pr...
2015-07-21 Luca Barbatocheckasm: Always link statically
2015-07-21 Luca Barbatodds: Decode using optimal slices sizes
2015-07-21 Luca Barbatohap: Decode using optimal slices sizes
2015-07-21 Luca Barbatoparseutil: Use non ambiguous aliases for uhd
2015-07-20 Janne Grunauarm: use a local label instead of the function symbol...
2015-07-20 Janne Grunauh264: aarch64: intra prediction optimisations
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovaraflashsvenc: Keep coded_frame.key_frame a write-only...
2015-07-20 Vittorio Giovaraffv1enc: Use input frame to set SAR and interlacing
2015-07-20 Vittorio Giovaraffv1enc: Keep coded_frame.key_frame a write-only variable
2015-07-20 Vittorio Giovaraqtrleenc: Keep coded_frame.key_frame a write-only variable
2015-07-20 Vittorio Giovaralibtheoraenc: Keep coded_frame.key_frame a write-only...
2015-07-20 Vittorio Giovaralibvpxenc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaralibxvid: Do not entangle coded_frame
2015-07-20 Vittorio Giovarasvq1enc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaraproresenc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaraa64multienc: Do not entangle coded_frame
2015-07-20 Vittorio Giovararoqvideoenc: Drop unneeded initialization
2015-07-20 Vittorio Giovarampegvideo_enc: Drop unnneded initialization
2015-07-20 Luca Barbatoparseutil: Add more resolution aliases
2015-07-19 Anton Khirnovqsvenc: properly handle asynchronous encoding
2015-07-19 Anton Khirnovqsvdec: properly handle asynchronous decoding
2015-07-19 Anton Khirnovaf_resample: do not touch the timestamps if we are...
2015-07-19 Anton Khirnovavconv: split creating and (re-)configuring complex...
2015-07-19 Anton Khirnovavconv: create the complex filtergraphs earlier
2015-07-19 Anton Khirnovavconv: move the no streams failure to open_output_file()
2015-07-19 Anton Khirnovavconv: factor out the output stream initialization
2015-07-19 Anton Khirnovavconv: use read_file() for reading the 2pass stats
2015-07-19 Anton Khirnovavconv: move handling the 2pass logfile into avconv_opt
2015-07-19 Anton Khirnovavconv: set the encoding/decoding_needed flags earlier
2015-07-19 Anton Khirnovavconv: drop update_sample_fmt()
2015-07-19 Alexandra Hájkováasfdec: make nb_sub to be unsigned int
2015-07-19 Alexandra Hájkováasfdec: read the replicated data in a separate function
2015-07-19 Alexandra Hájkováasfdec: convert condition for the replicated data readi...
2015-07-19 Alexandra Hájkováasfdec: do not read replicated data when their length...
2015-07-17 Janne Grunaufate: add checkasm target
2015-07-17 Janne Grunaucheckasm: test all architectures with optimisations
2015-07-17 Michael Niedermayercheckasm: Give macro a body to avoid potential unexpect...
2015-07-17 Henrik Gramnercheckasm: exit with status 0 instead of 1 if there...
2015-07-17 Janne Grunauh264: arm: use intra pred8x8 functions only for chroma_...
2015-07-17 Luca Barbatocosmetics: Reformat checkasm tests
2015-07-17 Henrik Gramnercheckasm: Add unit tests for bswapdsp
2015-07-17 Henrik Gramnerx86: bswapdsp: Don't treat 32-bit integers as 64-bit
2015-07-17 Vittorio Giovaraconfigure: Factor out g722dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out wmv2dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out vp8dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out vp56dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out rv34dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out mss34dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out ividsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out flacdsp module
2015-07-17 Dave YeoOS/2: Cleanup slib_create_def_cmd
2015-07-17 Luca Barbatolibx264: Add support for the MPEG2 encoder
2015-07-17 Vittorio Giovarahq_hqa: Fix decoding when INFO section is absent
2015-07-17 Vittorio GiovaraAPIchanges: Mention lavfi and lavd identification symbo...
2015-07-17 Vittorio GiovaraRevert "mov: Double-check that alias path is not an...
next