76679 Commits (6ef819c40bcc2175edba7ce9e20c3036c01b36b9)
 

Author SHA1 Message Date
Ganesh Ajjanagadde c03044c86a avutil/eval: minor typo 9 years ago
Diego Biurrun 8161220eee h264_parser: Rename close() to h264_close() 9 years ago
Timothy Gu ee20354b29 pixblockdsp: Use AV_COPY128U for get_pixels_16_c 9 years ago
Michael Niedermayer 507b01f899 avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet 9 years ago
Michael Niedermayer 58346f6a29 avformat/icecast: Initialize .str based default for AV_OPT_TYPE_STRING types 9 years ago
Michael Niedermayer 4d76e89c18 avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING types 9 years ago
Clément Bœsch 953d358462 avcodec/libopenh264enc: use AV_OPT_TYPE_BOOL for allow_skip_frames option 9 years ago
Matt Oliver bff009697d avutil/x86/intmath: Add missing header. 9 years ago
Agatha Hu 20abda6b62 avcodec/nvenc: fix potential profile error when encoding yuv444p 9 years ago
Ganesh Ajjanagadde 8a5b60a6b1 avutil/opencl_internal: add av_warn_unused_result 9 years ago
Ganesh Ajjanagadde 7910a2c269 avfilter/vf_deshake: replace qsort with AV_QSORT 9 years ago
Matt Oliver 6c6ac9cb17 avutil/x86/intmath: Use tzcnt in place of bsf. 9 years ago
Matt Oliver e82883aa88 gdigrab: grab right desktop size if DPI in use, based on patch from Alexander Brotzge 9 years ago
Ganesh Ajjanagadde 8d9f86bd37 avutil/rational: use frexp rather than ad-hoc log to get floating point exponent 9 years ago
Michael Niedermayer 865f6f410f avdevice/caca: change AV_OPT_TYPE_STRING to set .str default 9 years ago
Michael Niedermayer 81d3986d2d avcodec/libopenh264enc: AV_OPT_TYPE_STRING should use .str default 9 years ago
Michael Niedermayer 9319e08380 avcodec/libopenh264enc: Fix project name 9 years ago
Michael Niedermayer a75bebfe9a avcodec/libopenh264enc: set .i64 for AV_OPT_TYPE_INT 9 years ago
Michael Niedermayer 34f49bfacd avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAX 9 years ago
Muhammad Faiz 306808f10f avfilter/showcqt: fix dependency with avformat 9 years ago
Marton Balint d9611864c2 ffprobe: add support for printing packet strings metadata as packet tags 9 years ago
Ganesh Ajjanagadde 47af5db721 all: fix enum definition for large values 9 years ago
Martin Storsjö 407ac22322 w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw 9 years ago
Ganesh Ajjanagadde 191f611906 avutil/wchar_filename: add av_warn_unused_result 9 years ago
Ganesh Ajjanagadde 20a30077c3 avutil/mathematics: correct documentation for av_gcd 9 years ago
Luca Barbato a0562e5317 configure: Add a SONAME entry for the android target 9 years ago
Rémi Denis-Courmont d35d0c723e vdpau: remove dysfunctional H.263 support 9 years ago
Vittorio Giovara f53583ea6e omadec: Fix position of opening parenthesis 9 years ago
Vittorio Giovara b4a82e7407 h264: Print the complete user message 9 years ago
Vittorio Giovara 8487987b87 h264: Print user data SEI under normal debug verbosity 9 years ago
Kirill Gavrilov 1720791e36 png: read and write stereo3d frame side data information 9 years ago
Nicolas George e8e7eb150f ffmpeg_filter: check encoder before using it to set frame size. 9 years ago
Martin Storsjö 00b62968d0 os_support: Don't try to return the service name as a string in getnameinfo 9 years ago
Steven Robertson b38e685c05 vf_lut: Add support for RGB48 and RGBA64. 9 years ago
Michael Niedermayer 203dc14693 avformat/3dostr: Remove redundant ; 9 years ago
Michael Niedermayer a7af002b5f avformat/oggparseogm: Enable parser for mpeg4 9 years ago
Carl Eugen Hoyos bd1d67efe8 lavc/proresdec2: Fix slice_count for very high resolutions. 9 years ago
Carl Eugen Hoyos 2f1d6d45af lavc/cdg: Add transparency support. 9 years ago
Ganesh Ajjanagadde b7fb7c4542 avutil/mathematics: make av_gcd more robust 9 years ago
Ganesh Ajjanagadde 0fe5dcd660 avfilter/avf_showvolume: use log10 instead of log()/M_LN10 9 years ago
Ganesh Ajjanagadde b45daad2aa ffmpeg: use log10 instead of log()/log(10) 9 years ago
Ganesh Ajjanagadde b8e1980807 avfilter/vf_ssim: use log10 instead of log()/log(10) 9 years ago
Ganesh Ajjanagadde ec66bcc0e7 avfilter/avf_showspectrum: use log10 instead of log()/... 9 years ago
Ganesh Ajjanagadde 59d37f5a4e avfilter/vf_psnr: use log10 instead of log()/log(10) 9 years ago
Andreas Cadhalpun e8c3716064 swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init 9 years ago
Andreas Cadhalpun 8bfbc8c5e5 swscale: rename sws_context_class to ff_sws_context_class 9 years ago
Andreas Cadhalpun 41455dca60 avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size 9 years ago
Ganesh Ajjanagadde 4d0d85c94a avfilter/af_volume: use log10 instead of log()/M_LN10 9 years ago
Ganesh Ajjanagadde 603d627457 avcodec/zmbvenc: use log2 instead of log()/M_LN2 9 years ago
Ganesh Ajjanagadde 68ba63ebd5 avcodec/nellymoserenc: use log2 instead of log()/M_LN2 9 years ago