]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2015-12-06 Anton Khirnovmpegvideo_enc: export vbv_delay in side data
2015-12-06 Anton Khirnovmpegvideo_enc: export CPB props side data
2015-12-06 Anton Khirnovlibx264: export CPB props side data
2015-12-06 Anton Khirnovlibvpxenc: export CPB props side data
2015-12-06 Anton Khirnovlibopenh264enc: export CPB props side data
2015-12-06 Anton Khirnovlavc: add a packet side data type for VBV-like parameters
2015-12-06 Anton Khirnovavconv: pass the global codec side data to the muxer
2015-12-06 Anton Khirnovlavc: add stream-global packet side data
2015-12-06 Anton Khirnovavpacket: add a function for wrapping existing data...
2015-12-06 Anton Khirnovh264: derive the delay from the level when it's not...
2015-12-06 Anton Khirnovh264: set frame_num in start_frame(), not decode_slice_...
2015-12-06 Anton Khirnovh264: eliminate default_ref_list
2015-12-05 Anton Khirnovhevcdsp: add x86 SIMD for MC
2015-12-05 Anton Khirnovcheckasm: add HEVC MC tests
2015-12-05 Anton Khirnovhevc: change the stride of the MC buffer to be in bytes...
2015-12-05 Anton Khirnovhevcdsp: split the pred functions by width
2015-12-05 Anton Khirnovhevcdsp: split the epel functions by width
2015-12-05 Anton Khirnovhevcdsp: split the qpel functions by width instead...
2015-12-05 Luca Barbatolog: Use a do {} while (0) for dlog
2015-12-05 Luca Barbatoimgconvert: Re-enable the deprecation warnings
2015-12-05 Luca Barbatoavpicture: Suppress warning from deprecated code
2015-12-05 Luca Barbatoaac: Provide more information on the failure message
2015-12-05 Luca Barbatog723: Add missing header
2015-12-03 Martin Storsjöconfigure: Add -framework CoreVideo when building the...
2015-12-02 Kylie McClainconfigure: Replace `pr` since it is not provided by...
2015-12-02 Luca Barbatoavi: Spin out the logic to position to the next non...
2015-12-02 Luca Barbatobuild: Move -Wcast-qual to the extra_warnings
2015-12-02 Michael Niedermayeravi: Validate the stream-id for DV as well
2015-12-02 Luca Barbatoavi: Use the correct data type
2015-11-30 Vittorio Giovaravsrc_color: Drop unneeded variable
2015-11-30 Mohamed Naufallavf: G.723.1 muxer
2015-11-30 Mohamed Naufallavc: G.723.1 encoder
2015-11-30 Vittorio Giovarag723_1: Move sharable functions to a separate file
2015-11-30 Vittorio Giovarag723_1: Rename files to better reflect their purpose
2015-11-30 Michael Niedermayerg723_1: Handle values at the ends of the table in lsp2lpc()
2015-11-28 Luca Barbatomatroska: Warn when metadata references a non-existent...
2015-11-28 Luca Barbatodvenc: Validate the frame size before copying it
2015-11-26 Petri Hintukainenpgssubdec: fix API compability layer
2015-11-26 Luca Barbatodoc: Amend the MSYS2 Documentation
2015-11-26 Alexandre Lisionavfoundation: Simple capture
2015-11-26 Luca Barbatoconfigure: ObjC support
2015-11-25 Luca Barbatonut: Mark non-fatal errors as warnings
2015-11-25 Luca Barbatonut: Provide more information on failure
2015-11-25 Luca Barbatortsp: Log getaddrinfo failures
2015-11-25 Luca Barbatoudp: Provide additional information on getaddrinfo...
2015-11-25 Luca Barbatoudp: Use the logging context
2015-11-25 Luca Barbatortsp: Do not assume getnameinfo cannot fail
2015-11-24 Michael Niedermayermovenc-test: Fix integer overflows
2015-11-24 Vittorio Giovaratexturedsp: Explicitly cast RGBA parameters to unsigned
2015-11-24 Vittorio Giovaratexturedspenc: Avoid using separate variables
2015-11-24 Vittorio Giovaratextureencdsp: cosmetics: Use normal static const for...
2015-11-24 Vittorio Giovarasgi: Correctly propagate meaningful error values
2015-11-24 Vittorio Giovarafate: Rework sgi tests into a suite and add the missing...
2015-11-24 Vittorio Giovarasgienc: Support encoding high bit depth images with RLE
2015-11-24 Vittorio Giovarasgienc: Use a local RLE encoding function
2015-11-24 Vittorio Giovarasgienc: Port to bytestream2
2015-11-24 Vittorio Giovarasgienc: Do not end RLE lines with 0s
2015-11-23 James Zernlibvpxenc: remove some unused ctrl id mappings
2015-11-23 Luca Barbatodoc: Document better how to use MSYS2
2015-11-23 Alexandra Hájkováasfdec: handle the case when the stream index has an...
2015-11-23 Tim Walkerdcadec: Do not check for overreads in auxiliary data
2015-11-23 Derek Buitenhuisoggparsespeex: Fix unchecked malloc
2015-11-21 Luca Barbatoconfigure: Clearly state that MSYS native builds are...
2015-11-20 Vittorio Giovaralavc: Deprecate avctx.rtp_callback field
2015-11-20 Anton Khirnovdoc/encoders: document the QSV option mappings
2015-11-20 Anton Khirnovqsvenc: expose additional encoding options
2015-11-20 Anton Khirnovqsvenc: support more RC methods
2015-11-20 Anton Khirnovqsvenc: factor out common options
2015-11-20 Anton Khirnovqsvenc: fix setting maxrate for VBR
2015-11-20 Anton Khirnovqsvenc: print the actual video parameters used by MSDK
2015-11-20 Anton Khirnovmpegvideo_enc: enable rtp_mode when multiple slices...
2015-11-20 Anton Khirnovmpevideo_enc: disallow multiple slices for h261 and flv
2015-11-18 John Stebbinsmovenc: add fallback audio track tref support
2015-11-18 John Stebbinsavcodec: Define side data type for fallback track
2015-11-18 John Stebbinsavformat: expose av_stream_new_side_data helper
2015-11-18 Anton Khirnovlavf: document that passing valid timestamps to muxers...
2015-11-17 Luca Barbatodvdsubdec: Validate the RLE offsets
2015-11-17 Vittorio Giovaratravis: Enable OSX integration
2015-11-16 Vittorio Giovaraflacenc: Clamp user-supplied min/max prediction orders
2015-11-16 Vittorio Giovaraffv1: Explicitly name the coder type
2015-11-16 Andreas Cadhalpunhqx: correct type and size check of info_offset
2015-11-14 Andreas Cadhalpundds: disable palette flag for compressed images
2015-11-14 Michael Niedermayersegafilm: Fix current_sample after seeking and avio_see...
2015-11-13 Martin Storsjörtmpcrypt: Provide the xtea keys in little endian forma...
2015-11-13 Martin Storsjörtmpcrypt: Do the xtea decryption in little endian...
2015-11-13 Martin Storsjöxtea: Add functions for little endian mode
2015-11-13 Martin Storsjöxtea: Clarify that the current API works in big endian...
2015-11-12 Andreas Cadhalpundds: add missing newline to log messages
2015-11-12 Andreas Cadhalpundds: validate compressed source buffer size
2015-11-12 Andreas Cadhalpundds: validate source buffer size before copying
2015-11-12 Vittorio Giovaramov: Drop dref when unable to parse
2015-11-12 Vittorio Giovaramov: Correctly store dref paths
2015-11-12 Vittorio Giovaralavc: Add missing mem.h header to libxvid and screenpresso
2015-11-12 Carl Eugen... aiff: Support demuxing G.722 streams
2015-11-12 Paul B Maholthp: set duration for audio stream too
2015-11-11 Martin Storsjömovenc: Add a unit test for signaling of the track...
2015-11-11 Martin Storsjömovenc: Allow setting start_dts/start_cts before writin...
2015-11-11 Martin Storsjömovenc: Add a unit test for frag_discont with edit...
2015-11-11 Martin Storsjömovenc: Assume streams starting at pts=0 for discontinu...
2015-11-10 Martin Storsjömovenc: Add an API unit test for fragmenting options...
next