]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2017-02-28 Luca Barbatortsp: Lazily set up the pollfd array once
2017-02-28 Ben Changnvenc: Fix the preset mapping list
2017-02-27 Diego Biurrunfate: Make null comparison method more useful
2017-02-27 Diego Biurrunbuild: Drop DOC_ prefix from EXAMPLES-related variables
2017-02-27 Luca Barbatortsp: Lazily allocate the pollfd array
2017-02-27 Luca Barbatortsp: Move the pollfd setup out of the for loop
2017-02-27 Luca Barbatortsp: Factor out packet reading
2017-02-27 Diego BiurrunUse modern avconv syntax for codec selection in documen...
2017-02-27 Diego Biurrunfate: Use bitexact optimizations in the svq3-2 test
2017-02-25 Anton Khirnovlavc: make sure not to return EAGAIN from codecs
2017-02-25 James Almerapetag: account for header size if present when returni...
2017-02-25 James Almerapetag: fix flag value to signal footer presence
2017-02-25 Anton Khirnovsvq3: fix the slice size check
2017-02-24 John Stebbinsasfdec: fix reading files larger than 2GB
2017-02-24 John Stebbinsh264dec: fix dropped initial SEI recovery point
2017-02-24 Diego Biurrunfate: Add another SVQ3 test to increase coverage
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Reorder iadst16 coeffs
2017-02-23 Martin Storsjöarm: vp9itxfm: Reorder iadst16 coeffs
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Reorder the idct coefficients for...
2017-02-23 Martin Storsjöarm: vp9itxfm: Reorder the idct coefficients for better...
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Avoid reloading the idct32 coefficients
2017-02-23 Martin Storsjöarm: vp9itxfm: Avoid reloading the idct32 coefficients
2017-02-23 Martin Storsjöarm: vp9lpf: Implement the mix2_44 function with one...
2017-02-23 Martin Storsjöaarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup...
2017-02-23 Martin Storsjöarm/aarch64: vp9lpf: Keep the comparison to E within...
2017-02-23 Diego BiurrunPlace attribute_deprecated in the right position for...
2017-02-22 Luca Barbatomkv: Update the seek test to match 5d3953a5dc
2017-02-22 John Stebbinsfate: Update fate-lavf-mkv after commit 5d3953a5dc
2017-02-21 Mark Thompsonfate: Add webp alpha test
2017-02-21 John Stebbinsmatroskaenc: factor ts_offset into block timecode compu...
2017-02-21 Diego Biurrunbuild: Move cli tool sources to a separate subdirectory
2017-02-21 Diego Biurrunbuild: Separate logic for building examples from that...
2017-02-21 Diego Biurrunbuild: Split logic for building examples off into a...
2017-02-21 Diego Biurrunbuild: Avoid duplication in examples lists
2017-02-21 Diego Biurrunbuild: Drop leftover reference to old EXAMPLES logic
2017-02-20 Diego Biurrunconfigure: Restructure the way check_pkg_config() operates
2017-02-20 Diego Biurrunconfigure: Explicitly spell out first require_pkg_confi...
2017-02-20 Diego Biurrunnvenc: Fix nvec vs. nvenc typo
2017-02-20 John Stebbinsdv: Don't return EIO upon EOF
2017-02-18 Mark Thompsonwebp: Fix alpha decoding
2017-02-17 Mark Thompsonvf_deinterlace_vaapi: Create filter buffer after context
2017-02-16 Mark Thompsonvaapi_encode: Discard output buffer if picture submissi...
2017-02-16 Martin Storsjövf_fade: Make sure to not miss the last lines of a...
2017-02-16 Diego Biurrunconfigure: Handle SDL version check through pkg-config
2017-02-16 Martin Storsjöaarch64: Add parentheses around the offset parameter...
2017-02-15 Mark Thompsonavconv: Move rescale to stream timebase before monotoni...
2017-02-15 Martin Storsjölibopenh264dec: Let the framework use the h264_mp4toann...
2017-02-15 Alexandra Hájkováasfdec: Account for different Format Data sizes
2017-02-15 Diego Biurrunconfigure: Check for xcb as well as xcb-shape before...
2017-02-14 Luca Barbatomov: Do not try to parse multiple stsd for the same...
2017-02-13 Mark Thompsonhwcontext_vaapi: Try to support the VDPAU wrapper
2017-02-13 Mark Thompsonvaapi: Implement device-only setup
2017-02-13 Mark Thompsonlavc: Add device context field to AVCodecContext
2017-02-12 Martin Storsjöaarch64: vp9lpf: Fix broken indentation/vertical alignment
2017-02-11 Martin Storsjöaarch64: vp9lpf: Interleave the start of flat8in into...
2017-02-11 Martin Storsjöarm: vp9lpf: Interleave the start of flat8in into the...
2017-02-11 Luca Barbatodv: Convert to the new bitstream reader
2017-02-11 Luca Barbatoaac: Validate the sbr sample rate before using the...
2017-02-11 Luca Barbatoconfigure: Move up the avbuild directory creation
2017-02-11 wm4hwcontext_dxva2: support D3D9Ex
2017-02-11 wm4AVFrame: add an opaque_ref field
2017-02-11 Anton Khirnovframe: allow align=0 (meaning automatic) for av_frame_g...
2017-02-11 Anton Khirnovlavc: use av_cpu_max_align() instead of hardcoding...
2017-02-11 Anton Khirnovcpu: add a function for querying maximum required data...
2017-02-11 Anton Khirnovscale_npp: explicitly set the output frames context...
2017-02-11 Anton KhirnovUse the new AVIOContext destructor.
2017-02-11 Anton Khirnovavio: add a destructor for AVIOContext
2017-02-10 Martin Storsjöarm: vp9lpf: Use orrs instead of orr+cmp
2017-02-10 Martin Storsjöarm/aarch64: vp9lpf: Calculate !hev directly
2017-02-10 Martin Storsjöaarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc...
2017-02-10 Martin Storsjöarm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by...
2017-02-10 Martin Storsjöaarch64: vp9mc: Calculate less unused data in the 4...
2017-02-10 Martin Storsjöarm: vp9mc: Calculate less unused data in the 4 pixel...
2017-02-10 Martin Storsjöaarch64: vp9mc: Simplify the extmla macro parameters
2017-02-10 Vittorio Giovaramov: Rework stsc index validation
2017-02-10 Vittorio Giovaraimgutils: Document av_image_get_buffer_size()
2017-02-10 Luca Barbatohlsenc: Correctly write down all 16 bytes in hex
2017-02-10 Martin Storsjöutvideodec: Add a missing include
2017-02-09 Timo Rothenpielernvenc: make gpu indices independent of supported capabi...
2017-02-09 Derek Buitenhuisavcodec: Mark some codecs with threadsafe init as such
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Fix incorrect vertical alignment
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Update a comment to refer to a regis...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Use the right lane sizes in 8x8...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Use a single lane ld1 instead of...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Share instructions for loading idct...
2017-02-09 Martin Storsjöarm: vp9itxfm: Share instructions for loading idct...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Do separate functions for half/quart...
2017-02-09 Martin Storsjöarm: vp9itxfm: Do a simpler half/quarter idct16/idct32...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Move the load_add_store macro out...
2017-02-09 Martin Storsjöarm: vp9itxfm: Move the load_add_store macro out from...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Make the larger core transforms...
2017-02-09 Martin Storsjöarm: vp9itxfm: Make the larger core transforms standalo...
2017-02-08 Diego Biurrunconfigure: Correctly recurse in do_check_deps()
2017-02-08 Martin Storsjöomx: Use the EOS flag to handle flushing at the end
2017-02-07 Diego Biurrunconfigure: Rework dependency handling for conflicting...
2017-02-07 Diego Biurrunconfigure: Add name parameter to require_pkg_config...
2017-02-07 Diego BiurrunUse bitstream_init8() where appropriate
2017-02-06 Diego Biurrunconfigure: Use cppflags check helper functions where...
2017-02-06 Diego Biurrunconfigure: Add stdlib.h #include to CPPFLAGS check...
2017-02-06 Alexandra Hájkováwma: Convert to the new bitstream reader
next