]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2016-03-28 Anton Khirnovsvq3: eliminate remaining H264SliceContext usage
2016-03-28 Anton Khirnovsvq3: move pict_type to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move mb strides/sizes to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move the dequant buffer to SVQ3Context
2016-03-28 Anton Khirnovsvq3: move mb2br_xy to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move {ref,mv}_cache to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: rip out the svq3-relevant parts of pred_motion...
2016-03-28 Anton Khirnovsvq3: move edge_emu_buffer to the SVQ3Context
2016-03-28 Anton Khirnovsvq3: move the pred mode variables to SVQ3Context
2016-03-28 Anton Khirnovh264: move ff_h264_check_intra[4x4]_pred_mode() to...
2016-03-28 Anton Khirnovsvq3: move mb_{x,y,xy} to SVQ3Context
2016-03-28 Anton Khirnovsvq3: eliminate write_back_intra_pred_mode() usage
2016-03-28 Anton Khirnovsvq3: add all the required dsp contexts into SVQ3Context
2016-03-28 Anton Khirnovsvq3: make the dsp functions static
2016-03-28 Anton Khirnovh264: remove the svq3-specific code
2016-03-28 Anton Khirnovsvq3: rip out the mb decoding code shared with h264
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-03-28 Anton Khirnovh2645_parse: compute the actual data length, without...
2016-03-28 Anton Khirnovh2645_parse: add support for parsing h264
2016-03-28 Anton Khirnovh2645_parse: change the AVCodecContext* parameter to...
2016-03-28 Anton Khirnovh2645_parse: add a function for uninitializing the...
2016-03-28 Anton Khirnovhevc_parse: rename into h2645_parse
2016-03-26 Martin Storsjöaarch64: Make transpose_4x4H do a regular transpose
2016-03-25 Ico Doornekamprtpdec_jpeg: fix low contrast image on low quality...
2016-03-25 Vittorio Giovaraintrax8: Add a local BlockDSPContext and initialize it
2016-03-25 Vittorio Giovaraintrax8: Reference the current AVCodecContext
2016-03-25 Vittorio Giovaraintrax8: Keep a reference to the GetBitContext reader
2016-03-25 Vittorio Giovaraintrax8: Use a constant buffer instead of a ScratchpadC...
2016-03-25 Vittorio Giovaraintrax8: Pass the output frame to the decoding function
2016-03-25 Vittorio Giovaraintrax8: Carry over the loopfilter value in ff_intrax8_...
2016-03-25 Vittorio Giovaraintrax8: Keep a reference to the context idctdsp
2016-03-25 Vittorio Giovaraintrax8: Make x8_init_block_index not use mpegvideo...
2016-03-25 Vittorio Giovaraintrax8: Use local destination buffers
2016-03-25 Diego Biurrunh264data: Move all data tables from a header to a ...
2016-03-25 Diego Biurrunlavc: Deduplicate zigzag_scan table
2016-03-25 Diego Biurrunh264: Clean up #includes
2016-03-25 Anton Khirnovrtmpdh: add an stdio.h include
2016-03-25 Anton Khirnovqsvdec_h2645: switch to the new BSF API
2016-03-25 Anton Khirnovvf_fade: make sure the slice end is always in the frame
2016-03-24 Diego Biurruntestprogs: K&R formatting cosmetics
2016-03-24 Diego Biurruntestprogs: Clean up #includes
2016-03-24 Diego Biurrunbuild: Drop redundant removal of compiled object files
2016-03-24 Diego Biurrunfate: Only run SRTP test if SRTP code is enabled
2016-03-24 Martin Storsjöunix: Use rw_timeout for setting the connect timeout
2016-03-24 Martin Storsjötcp: Use rw_timeout for setting the connect/listen...
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-03-24 Michael Niedermayeropt: Add av_opt_copy()
2016-03-24 Lukasz Marekopt: Add const to av_opt_next
2016-03-24 Martin Storsjöfile: Add an option for following a file that is being...
2016-03-24 Andrey Utkinavio: Add an option 'rw_timeout'
2016-03-24 Martin Storsjöavio: Apply avoptions on the URLContext itself as well
2016-03-23 Anton Khirnovlavfi: add an NVIDIA NPP-based scaling filter
2016-03-23 Mark Thompsonlavf: VAAPI scale filter
2016-03-23 wm4lavf: use new decode API
2016-03-23 wm4avconv: use new encode API
2016-03-23 wm4avconv: use new decode API
2016-03-23 wm4lavc: introduce a new decoding/encoding API with decoup...
2016-03-23 Diego Biurrunopt-test: Merge struct declaration and initialization
2016-03-23 Diego Biurrunopt-test: Move some variable declarations to avoid...
2016-03-23 Diego Biurrunparseutils-test: Move some variable declarations to...
2016-03-23 Diego Biurrundes-test: Move a variable declaration to avoid an ifdef
2016-03-23 Diego Biurrunbuild: Add component for the SRTP common code
2016-03-23 Diego Biurruntimefilter-test: Only compile timefilter-test if JACK...
2016-03-23 Diego Biurrundoc: Update paths to match new examples location
2016-03-23 Diego BiurrunMove const qualifier before type name
2016-03-22 Vittorio Giovaravc1dec: wmv2dec: Validate ff_intrax8_common_init return...
2016-03-22 Vittorio Giovaraintrax8: Check and propagate errors from ff_intrax8_com...
2016-03-22 Vittorio Giovaraintrax8: Move documentation from implementation to...
2016-03-22 Vittorio Giovaraintrax8: K&R formatting cosmetics
2016-03-22 Diego Biurrunintrax8: Adjust printf conversion specifier for sizeof...
2016-03-22 Vittorio Giovaraintrax8: Move a comment to the place it corresponds
2016-03-22 Vittorio Giovaraintrax8: Wrap multiline macros in do{}while(0) clauses
2016-03-22 Vittorio Giovaraintrax8: Move error resilience out of intrax8
2016-03-22 Vittorio Giovaranuv: Use the correct context for av_image_check_size
2016-03-22 Vittorio Giovaraindeo4: Consistently initialize variables
2016-03-22 Vittorio Giovaraindeo4: Rework stream analysis report
2016-03-20 Anton Khirnovavconv: switch to the new BSF API
2016-03-20 Anton Khirnovlavc: add a new bitstream filtering API
2016-03-20 Andreas Cadhalpuntakdec: ensure chan2 is a valid channel index
2016-03-20 Luca Barbatompegts: Forward the errors on mpeg4 objects parsing
2016-03-19 Mark Thompsonlavfi: generic hardware surface upload and download...
2016-03-19 Mark Thompsonlavu: VAAPI hwcontext implementation
2016-03-19 Mark Thompsonlavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX...
2016-03-19 Mark Thompsonlavu: add a way to query hwcontext frame constraints
2016-03-16 Luca Barbatosvq3: Use a separate buffer for decoding the slices
2016-03-15 Sean McGoverncmdutils: update copyright year to 2016
2016-03-15 Luca Barbatomatroska: Support V_QUICKTIME as written in the specifi...
2016-03-15 Luca Barbatoqsv: Fix loading multiple plugins
2016-03-11 Luca Barbatomov: Check the entries value when parsing dref boxes
2016-03-07 Luca Barbatoconfigure: Add support for clang llvm-cov
2016-03-07 Luca Barbatoconfigure: Support msan as toolchain
2016-03-07 Anton Khirnovbuffer: drop a reference to a non-existing function...
2016-03-07 Anton Khirnovpixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxy
2016-03-05 Luca Barbatompegvideo: Refactor emulated_edge_mc calls
2016-03-05 Luca Barbatompegvideo: Fix undefined negative shifts in mpeg_motion...
2016-03-05 Luca Barbatompegvideo: Fix undefined negative shifts in ff_init_blo...
2016-03-05 Katerina Barone... idct8x8: Fix undefined negative shifts
2016-03-05 Vittorio Giovaravdpau: Add missing deprecation guards
2016-03-05 Vittorio Giovaramov: Trim dref absolute path
2016-03-05 wm4avconv: remove sub-frame warning
next