]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2016-03-05 wm4lavc: factor apply_param_change() AV_EF_EXPLODE handling
2016-03-05 wm4lavu: improve documentation of some AVFrame functions
2016-03-05 Anton Khirnovasfenc: remove an unused variable
2016-03-05 Anton Khirnovasfenc: fix some possible integer overflows
2016-03-04 Anton Khirnovavformat_find_stream_info: move duration guessing after...
2016-03-01 Diego Biurrunfate: Add separate target for all indeo3 tests
2016-03-01 Vittorio Giovarafate: Add test for indeo2 with delta frames
2016-03-01 Luca Barbatoindeo2: Fix banding artefacts
2016-03-01 Luca Barbatoindeo2data: K&R formatting cosmetics
2016-03-01 Diego Biurrunfft: Split MDCT bits off from FFT
2016-03-01 Mark Harrissdp: fix opus sprop-stereo fmtp syntax
2016-02-26 Diego Biurrunfate: fft: Split DCT/FFT/MDCT/RDFT tests into separate...
2016-02-26 Diego Biurrunrdft: arm: Split RDFT initialization into a separate...
2016-02-26 Diego Biurrunfft: arm: Drop unnecessary #include, add missing ones
2016-02-26 Diego Biurrunfft: x86: cosmetics: Drop silly comments, add comment...
2016-02-26 Luca Barbatoqsv: Move down the implementation query
2016-02-26 Anton Khirnovavpacket: properly reset data/size in av_packet_move_ref()
2016-02-26 Anton Khirnovavprobe: switch to codecpar
2016-02-26 Anton Khirnovavprobe: add local per-stream state
2016-02-26 Anton Khirnovavprobe: add local per-file state
2016-02-26 Anton Khirnovmpegvideo_enc: use avcodec_free_context() instead of...
2016-02-26 Anton Khirnovavprobe: print information from the codec descriptor
2016-02-26 Anton Khirnovavprobe: remove a pointless condition and a dead branch
2016-02-26 Anton KhirnovAPIchanges: add missing hashes and dates
2016-02-26 Anton Khirnovlavf: add a missing bump and APIchanges for the codecpa...
2016-02-25 Vittorio Giovaravc1dec: Check group allocations separatedly
2016-02-25 Vittorio Giovaravc1dec: Fix leak on error for array allocations
2016-02-25 Vittorio Giovaravc1dec: Properly call deinit function on error
2016-02-25 Vittorio Giovaravc1dec: Drop commented out cruft
2016-02-24 Vittorio Giovaraimg2: Drop av_ prefix for a static function
2016-02-24 Diego Biurrunidct: Only build prores IDCT if ProRes decoder is enabled
2016-02-24 Anton Khirnovqsvdec: store the sync point in heap memory
2016-02-24 Maxym Dmytrychenkoqsvenc: store the sync point in heap memory
2016-02-24 Anton Khirnovvsrc_movie: convert to codecpar
2016-02-24 Anton Khirnovexamples/transcode_aac: convert to codecpar
2016-02-24 Anton Khirnovexamples/qsvdec: convert to codecpar
2016-02-24 Anton Khirnovexamples/output: convert to codecpar
2016-02-24 Anton Khirnovavplay: convert do codecpar
2016-02-24 Anton Khirnovavplay: do not use AVStream.codec for decoding
2016-02-23 Anton Khirnovavconv: convert to codecpar
2016-02-23 Anton Khirnovavconv: switch opening decoders and encoders
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-02-23 Anton Khirnovlavc: add a variant of av_get_audio_frame_duration...
2016-02-23 Anton Khirnovlavc: add codec parameters API
2016-02-23 Diego Biurrunx86: hevc: Fix linking with both yasm and optimizations...
2016-02-23 Diego Biurrunfate: Ignore errors from concatenating report files
2016-02-23 Diego Biurrunfate: Be silent when fetching Git updates
2016-02-23 Marton Balintmpeg12enc: always write closed gops for intra only...
2016-02-23 Michael Niedermayerh264: Add an AVClass pointer to H264Context
2016-02-23 Vittorio Giovaralibx264: Fix noise_reduction option assignment
2016-02-22 Anton Khirnovlavf: add a protocol whitelist/blacklist for file opene...
2016-02-22 Anton Khirnovurlprotocol: receive a list of protocols from the caller
2016-02-22 Anton Khirnovaviobuf: add a private data struct for avio_open()ed...
2016-02-22 Anton Khirnovprotocols: make the list of protocols static
2016-02-22 Anton Khirnovlavf: move urlcontext_child_class_next() to protocols.c
2016-02-22 Anton Khirnovlavf: move avio_enum_protocols() to protocols.c
next