|
|
|
@6b733be7
|
10 years |
michaelni |
Fix compile error on arm4/arm5 platform
Since these commits …
|
|
|
@6843b9dc
|
10 years |
michaelni |
avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()
Fixes …
|
|
|
@e5b31129
|
10 years |
michaelni |
avcodec/webp: fix default palette color 0xff000000 -> 0x00000000
…
|
|
|
@b0f7de3e
|
10 years |
michaelni |
avcodec/asvenc: fix AAN scaling
Signed-off-by: Michael Niedermayer …
|
|
|
@0bb5ad7a
|
10 years |
michaelni |
avcodec/asvenc: Fix integer overflow in level
Warn if the qscale is …
|
|
|
@6b2caa32
|
10 years |
James |
x86/vp9: add AVX and AVX2 MC
Roughly 25% faster MC than ssse3 for …
|
|
|
@22844132
|
10 years |
michaelni |
ffmpeg: replace impossible dts/pts combinations by a reasonable guess …
|
|
|
@bdb7f086
|
10 years |
michaelni |
doc/decoders: adding documentation for lavc/dvdsubdec.c option …
|
|
|
@c7d21dee
|
10 years |
michaelni |
libavcodec/dvdsubdec: Add option forced_subs_only to only decode …
|
|
|
@1cf28fd5
|
10 years |
michaelni |
avformat/asfenc: Make asf_write_indexs index argument const
…
|
|
|
@d902a3f4
|
10 years |
michaelni |
avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it …
|
|
|
@544380aa
|
10 years |
michaelni |
avcodec/4xm: Make src of decode_p_block() const
Signed-off-by: …
|
|
|
@3a7f9db1
|
10 years |
michaelni |
avcodec/snow: Make block argumrnt of ff_snow_pred_block() const
…
|
|
|
@3c4fc6a7
|
10 years |
michaelni |
postproc/postprocess_template: mark unchanged function arguments const …
|
|
|
@bd689097
|
10 years |
michaelni |
postprocess: prefetch* dont change anything, thus their arguments …
|
|
|
@fe5093aa
|
10 years |
michaelni |
Revert "configure: Refactor setting of feature test macro …
|
|
|
@5820358b
|
10 years |
michaelni |
Add missing entry for maintainer of rtpenc_hevc.*
Signed-off-by: …
|
|
|
@9c843fb1
|
10 years |
michaelni |
avformat/avidec: ensure that palette does not contain the BottomUp …
|
|
|
@591e06b0
|
10 years |
michaelni |
avformat/img2: remove useless 'pix' duplicated entry.
The second …
|
|
|
@e1cddd1
|
10 years |
michaelni |
rtpenc_h263_rfc2190: avoid misleading error output
Signed-off-by: …
|
|
|
@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 …
|
|
|