|
|
|
@f3aaec78
|
10 years |
michaelni |
avdevice/version: bump minor for the decklink input
Found-by: jamrial …
|
|
|
@bac6cfcb
|
10 years |
michaelni |
avdevice: add decklink input support
Signed-off-by: Michael …
|
|
|
@a5e040ee
|
10 years |
michaelni |
avdevice/decklink: move general code of decklink encoder to common …
|
|
|
@56b8d106
|
10 years |
michaelni |
configure: Refactor setting of feature test macro _XOPEN_SOURCE
Some …
|
|
|
@eb7a6d08
|
10 years |
george |
lavu/bprint: add const to av_bprint_is_complete() argument.
|
|
|
@08e2b0da
|
10 years |
u |
avformat/assenc: mux all extradata at once
Before this commit, the …
|
|
|
@e6077067
|
10 years |
u |
avformat/assenc: return correct error code
|
|
|
@ce8dc93a
|
10 years |
u |
avcodec/webvttdec: add some memory checks
|
|
|
@36c3a016
|
10 years |
u |
avcodec/textdec: add some memory checks
|
|
|
@947a5111
|
10 years |
u |
avcodec/subviewerdec: add some memory checks
|
|
|
@59271622
|
10 years |
u |
avcodec/srtdec: add some memory checks
|
|
|
@6a65da3a
|
10 years |
u |
avcodec/samidec: add some memory checks
|
|
|
@8e7808b5
|
10 years |
u |
avcodec/realtextdec: add some memory checks
|
|
|
@27a9bee2
|
10 years |
u |
avcodec/mpl2dec: add some memory checks
|
|
|
@e833b02f
|
10 years |
u |
avcodec/movtextdec: add some memory checks
|
|
|
@ac95b436
|
10 years |
u |
avcodec/microdvddec: add some memory checks
|
|
|
@4c850730
|
10 years |
u |
avcodec/jacosubdec: add some memory checks
|
|
|
@d210c0e7
|
10 years |
u |
avcodec/ass: add ff_ass_add_rect_bprint() helper
|
|
|
@dcdc1cb
|
10 years |
michaelni |
rtpdec_hevc: do not print an error message if the received packet has …
|
|
|
@6c7f1155
|
10 years |
michaelni |
avformat/mp3dec: avoid early EOF with concatenated gapless mp3s
…
|
|
|
@36bf549b
|
10 years |
michaelni |
mlpdec: support TrueHD streams with an Atmos substream
The fourth …
|
|
|
@ff34b2d6
|
10 years |
michaelni |
mlpdec: support major sync headers with optional extension blocks
…
|
|
|
@6821a5a4
|
10 years |
michaelni |
rtpenc: HEVC/H.265 support
Signed-off-by: Michael Niedermayer …
|
|
|
@e927682
|
10 years |
michaelni |
avfilter/vf_scale: Allow chroma samples to be above and to the left of …
|
|
|
@61af6beb
|
10 years |
michaelni |
swscale: Allow chroma samples to be above and to the left of luma …
|
|
|
@950ce21d
|
10 years |
michaelni |
Merge commit '103391ca90b2f7c56ae756d76c76f7c3dfa28dd4'
* commit …
|
|
|
@28dce3cd
|
10 years |
michaelni |
avcodec/alacenc: Remove unused variable
Signed-off-by: Michael …
|
|
|
@99500736
|
10 years |
michaelni |
alacenc: remove unneeded masking
The extra bits have already been …
|
|
|
@a0844935
|
10 years |
michaelni |
alacenc: fix incorrect buffer use
The issue lies in actually dead …
|
|
|
@d87fe268
|
10 years |
michaelni |
avformat/mp3dec: fix gapless audio support
The code already had …
|
|
|
@103391ca
|
10 years |
diego |
dca: Remove some commented-out cruft
|
|
|
@7ac6b8cf
|
10 years |
michaelni |
avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE
Signed-off-by: …
|
|
|
@33c752b
|
10 years |
James |
x86/me_cmp: port mmxext vsad functions to yasm
Also add mmxext …
|
|
|
@5c073bbb
|
10 years |
michaelni |
avcodec/dvdsubdec: fix VD/SD identifier name
Found-by: Nicholas …
|
|
|
@af18182
|
10 years |
michaelni |
avformat/os_support: Add _DEFAULT_SOURCE to hide warning about …
|
|
|
@adaa274f
|
10 years |
michaelni |
tests/utils: make arguments const that arent changed
Signed-off-by: …
|
|
|
@6edd6a4f
|
10 years |
James |
avcodec/dv_profile: deprecate internal function that shouldn't be …
|
|
|
@5ccd08d2
|
10 years |
michaelni |
postproc/postprocess: Avoid some ifs in do_a_deblock_C()
…
|
|
|
@4fd21d5
|
10 years |
michaelni |
libavcodec/webp: treat out-of-bound palette index as translucent black …
|
|
|
@59af5383
|
10 years |
michaelni |
avcodec/libilbc: support for latest git of libilbc
in the latest git …
|
|
|
@7f8d28f6
|
10 years |
michaelni |
postproc: Replace CLIP by av_clip_uint8
drop "#define CLIP …
|
|
|
@5a9ca68
|
10 years |
michaelni |
postproc/postprocess: remove redundant casts
Signed-off-by: Michael …
|
|
|
@859d7d46
|
10 years |
michaelni |
postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() …
|
|
|
@d9b141c0
|
10 years |
michaelni |
postproc/postprocess: Remove unused argument from reallocAlign()
…
|
|
|
@27f936e
|
10 years |
michaelni |
Merge branch 'postprocwork'
* postprocwork:
postproc/postprocess: …
|
|
|
@9e8be462
|
10 years |
michaelni |
postproc/postprocess: use av_strtok()
Signed-off-by: Michael …
|
|
|
@921caf62
|
10 years |
michaelni |
postprocess: make some variables in pp_get_mode_by_name_and_quality() …
|
|
|
@44dabf1f
|
10 years |
michaelni |
postproc: simplify forwarding return codes
Signed-off-by: Michael …
|
|
|
@9f9ebe63
|
10 years |
michaelni |
libpostproc/postprocess: avoid some if()
Signed-off-by: Michael …
|
|
|
@074eef56
|
10 years |
michaelni |
fate: add fate-filter-pp1
This tests a few more filters with forced …
|
|
|
@77f9a81c
|
10 years |
James |
x86/me_cmp: combine sad functions into a single macro
No point in …
|
|
|
@986f63d1
|
10 years |
michaelni |
Merge commit '2bb2c2bd75e5f4b28a945511cda77e0a1a44c758'
* commit …
|
|
|
@343643fd
|
10 years |
michaelni |
Merge commit '3f2c70355ab722bc9f741bd3ed8224c7cfb62379'
* commit …
|
|
|
@739f179d
|
10 years |
michaelni |
vf_deshake: rename Transform.vector to Transform.vec to avoid compiler …
|
|
|
@55d11d2
|
10 years |
michaelni |
swscale/x86: do not expect registers to be preserved across inline ASM …
|
|
|
@41d82b85
|
10 years |
michaelni |
avcodec/x86/vp9lpf: Always include x86util.asm
Fixes executable stack …
|
|
|
@2bb2c2bd
|
10 years |
martin |
rtpenc_chain: Pass the initial time_base hint on to the chained muxer
…
|
|
|
@3f2c7035
|
10 years |
martin |
configure: Use the right variables in check_host_cpp
HOSTCPPFLAGS and …
|
|
|
@8c71de76
|
10 years |
michaelni |
Merge commit 'c5560e72d0bb69f8a1ac9536570398f84388f396'
* commit …
|
|
|
@43633c53
|
10 years |
michaelni |
fate: disable fate-ra4-288, the code uses floats and does not produce …
|
|
|
@a4cefc25
|
10 years |
michaelni |
Merge commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e'
* commit …
|
|
|
@fffc9a07
|
10 years |
James |
avfilter: remove obsolete FF_API_FILL_FRAME cruft
Reviewed-by: Paul B …
|
|
|
@9ac08d9
|
10 years |
michaelni |
Merge commit '2dd09ebf5597fd5e4a573bee9cccf21ae821f286'
* commit …
|
|
|
@c5560e72
|
10 years |
diego |
apetag: Fix APE tag size check
The size variable is (correctly) …
|
|
|
@44caf99e
|
10 years |
diego |
fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8) …
|
|
|
@85f2c012
|
10 years |
michaelni |
avcodec/x86/me_cmp: fix sad8xh
This adds back support for 8x4 and …
|
|
|
@0456d169
|
10 years |
michaelni |
x86/me_cmp: port mmxext and sse2 sad functions to yasm
Also add a …
|
|
|
@f1a8943d
|
10 years |
onemda |
doc/filters: remove aconvert
Signed-off-by: Paul B Mahol …
|
|
|
@d1c49bca
|
10 years |
onemda |
avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft
Signed-off-by: …
|
|
|
@9ffa705e
|
10 years |
michaelni |
ffplay: try to fix build failure on apple
Signed-off-by: Michael …
|
|
|
@22a20dbb
|
10 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: use …
|
|
|
@3c020b6
|
10 years |
michaelni |
avformat/avienc: Dont search for startcodes in inserted empty avi …
|
|
|
@9c9aec33
|
10 years |
lou |
doc/filters: add geq gradient examples
Radial gradient by Víctor …
|
|
|
@474d858f
|
10 years |
michaelni |
Revert "avformat/rtpproto: fix strict aliasing violations with …
|
|
|
@1643764
|
10 years |
Marton Balint |
ffplay: use frame queue to determine last used pos
Signed-off-by: …
|
|
|
@5a5128ba
|
10 years |
Marton Balint |
ffplay: factorize frame queue operations
Create a generic frame and a …
|
|
|
@4b58349b
|
10 years |
u |
avfilter/ass: add shaping option
The documentation is mostly based on …
|
|
|
@8a9c5db2
|
10 years |
u |
avfilter/ass: better log level mapping
|
|
|
@a87527ad
|
10 years |
u |
avfilter/ass: make sure the log level are in available range
|
|
|
@7d43fbe
|
10 years |
michaelni |
Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'
* commit …
|
|
|
@9bf260b2
|
10 years |
michaelni |
Merge commit '9030c58a780a02fb8256cb75cd39275eaad786d1'
* commit …
|
|
|
@2dd09ebf
|
10 years |
diego |
cmdutils: Print a more sensible message in show_filters() w/o …
|
|
|
@a07b0ffd
|
10 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Add …
|
|
|
@4a99134f
|
10 years |
michaelni |
tools/crypto_bench: fix build when AV_READ_TIME is unavailable
…
|
|
|
@7c3ba1b
|
10 years |
Carl Eugen Hoyos |
Add a closing LF to Webm-manifest files.
Fixes …
|
|
|
@d469aa8c
|
10 years |
clement |
sws: use av_clip() instead of av_clip_c()
|
|
|
@de0e49c2
|
10 years |
clement |
avformat/flacenc: use av_clip() instead of av_clip_c()
|
|
|
@2c21e8b1
|
10 years |
stefasab |
lavf/hls: add hls_ts_option
Same as COMMITID …
|
|
|
@3a0c70f1
|
10 years |
stefasab |
doc/examples/transcoding: use av_packet_rescale_ts()
Simplify.
|
|
|
@45ff7c93
|
10 years |
diego |
dca: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@9030c58
|
10 years |
diego |
configure: Disable i686 for i586 and lower CPUs
|
|
|
@5ddfac8
|
10 years |
michaelni |
Merge commit '2d589273dd36c5eb271a035ea0e669b64dae257f'
* commit …
|
|
|
@2d589273
|
10 years |
diego |
configure: Split adding of CFLAGS and CPPFLAGS for hardened toolchain
|
|
|
@688a40b4
|
10 years |
michaelni |
avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing …
|
|
|
@aaeae281
|
10 years |
michaelni |
avformat/mpegtsenc: More verbose warning messages in case of missing …
|
|
|
@b76d6132
|
10 years |
michaelni |
avformat/network: move sockaddr_union after sockaddr_storage …
|
|
|
@864d124b
|
10 years |
u |
build: simplify libwebp check
Tested (compilation and runtime) with …
|
|
|
@21561610
|
10 years |
michaelni |
Merge commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc'
* commit …
|
|
|
@f685f7d7
|
10 years |
michaelni |
hlsenc: single_file, support HLS ver 4 byteranges
This adds a new …
|
|
|
@ad1dadac
|
10 years |
James |
avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft
Reviewed-by: …
|
|
|