|
|
|
@9f61d6d8
|
10 years |
michaelni |
lavc/dnxhd: ff_dnxhd_cid_table is not exported
Signed-off-by: James …
|
|
|
@0a52bbdc
|
10 years |
michaelni |
cvcodec/flacdsp_lpc_template: osmetic fix
Signed-off-by: Michael …
|
|
|
@54a51d38
|
10 years |
michaelni |
lavc/flacenc: partially unroll loop in flac_enc_lpc_16
It now does 12 …
|
|
|
@a8592db9
|
10 years |
michaelni |
avcodec/idctdsp: make add/put_pixels_clamped_c internal functions
…
|
|
|
@0081a14e
|
10 years |
michaelni |
lavc/flacenc: add sse4 version of the 16-bit lpc encoder
From 1.8 to …
|
|
|
@7cafdfe9
|
10 years |
michaelni |
lavfi: duplicate ff_log2_tab
Fixes compilation failures on msvc/icl …
|
|
|
@298b3b6
|
10 years |
michaelni |
avcodec: add C xvid IDCT support
Thanks to Pascal Massimino and …
|
|
|
@9ffac3d0
|
10 years |
michaelni |
lsws: duplicate ff_log2_tab
libswscale uses the table but wasn't …
|
|
|
@11322992
|
10 years |
michaelni |
Merge commit 'da7d839a0d3ec40423a665dc85e0cfaed3f92eb8'
* commit …
|
|
|
@b097d176
|
10 years |
michaelni |
Merge commit '3187fa14a326908f9471a038e3b5b24c0eaf655e'
* commit …
|
|
|
@980aa2ae
|
10 years |
michaelni |
Merge commit '14ca0aa69b5d954ce56d0826ab9f1f70e535c92a'
* commit …
|
|
|
@17cbc645
|
10 years |
michaelni |
Merge commit 'cf6090dc6252f2b276aa4133e3d73a89f4c6046c'
* commit …
|
|
|
@5195512a
|
10 years |
michaelni |
Merge commit 'ed53cc217f6a6e4ddb35e3f01a79496091dc82dc'
* commit …
|
|
|
@cde2de4a
|
10 years |
michaelni |
Merge commit '3505b19652ea34089a4cd08d4d3358fcc0a3db8b'
* commit …
|
|
|
@e6ffe7bc
|
10 years |
michaelni |
Merge commit '09182b3224370e1d636631e77f201a8388766bd6'
* commit …
|
|
|
@2278146a
|
10 years |
michaelni |
Merge commit 'd1b1c3bb5ef1bee409c06c3bcacfb8674e1cb574'
* commit …
|
|
|
@b7033220
|
10 years |
Carl Eugen Hoyos |
Remove useless configure option "--enable-sram".
|
|
|
@45bed0ab
|
10 years |
michaelni |
vp9/x86: fix bug in intra_pred_hd_32x32.
Fixes mismatch in first …
|
|
|
@c97870d1
|
10 years |
michaelni |
x86/dca: remove unused header
Signed-off-by: James Almer …
|
|
|
@e20ff251
|
10 years |
michaelni |
x86/ttadsp: remove an unnecessary mova
Signed-off-by: James Almer …
|
|
|
@da7d839a
|
10 years |
anton |
ffv1dec: check that global parameters do not change in version 0/1
…
|
|
|
@3187fa14
|
10 years |
anton |
hevc_mvs: avoid deriving tmvp in amvp
Reduces the number of calls to …
|
|
|
@14ca0aa6
|
10 years |
anton |
hevc: wait proper position for tmvp
The position is either rounded or …
|
|
|
@cf6090dc
|
10 years |
anton |
hevc: use intreadwrite
When dealing with MVs, both components may be …
|
|
|
@ed53cc21
|
10 years |
anton |
hevc: derive partial merge list
The merge list only needs to be …
|
|
|
@3505b196
|
10 years |
anton |
hevc: derive partially amvp list
When the candidate has been found, …
|
|
|
@09182b3
|
10 years |
anton |
hevc: simplify rounding
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@d1b1c3bb
|
10 years |
anton |
hevc: reorder loops
iterate over memory in a more continuous order
…
|
|
|
@223c374a
|
10 years |
michaelni |
configure: Check for nanosleep in headers as well, not only in libs
…
|
|
|
@99867fc0
|
10 years |
Carl Eugen Hoyos |
Fix warning if https protocol was requested but isn't available.
|
|
|
@fddea3f0
|
10 years |
Carl Eugen Hoyos |
Check for hevc startcode when muxing into mpeg-ts.
|
|
|
@d6711ee6
|
10 years |
michaelni |
lavu: stop exporting internal functions
Signed-off-by: James Almer …
|
|
|
@744f15b6
|
10 years |
michaelni |
lavu: rename ff_opencl_set_parameter() to …
|
|
|
@9f617a14
|
10 years |
michaelni |
avfilter: ported lenscorrection filter from frei0r
Signed-off-by: …
|
|
|
@52b81ff4
|
10 years |
michaelni |
proresenc_kostya: report buffer overflow
If the allocated size, …
|
|
|
@bf10f09b
|
10 years |
michaelni |
proresenc_kostya: remove unneeded parameters
Signed-off-by: Michael …
|
|
|
@2c0454cd
|
10 years |
Reimar.Doeffinger |
Add missing initialization for AVProbeData.
This has become necessary …
|
|
|
@9a162146
|
10 years |
michaelni |
avcodec/snow: fix null pointer dereference in cleanup after allocation …
|
|
|
@ba47d519
|
10 years |
michaelni |
avcodec/huffyuvdec: fix overread checks
Fixes: ffvhuff_f.avi …
|
|
|
@11512d70
|
10 years |
michaelni |
avcodec/get_bits: add BITS_LEFT() for finding the bits left with an …
|
|
|
@7b3de03c
|
10 years |
michaelni |
lavf: stop exporting internal functions
Except for those currently …
|
|
|
@31b7ab9f
|
10 years |
michaelni |
lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft
Signed-off-by: …
|
|
|
@59ecd488
|
10 years |
michaelni |
lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft
Signed-off-by: …
|
|
|
@8f2634f9
|
10 years |
michaelni |
lavc: stop exporting internal functions and tables
Signed-off-by: …
|
|
|
@9eda4e8b
|
10 years |
michaelni |
avcodec/idctdsp: move add/put_pixels_clamped_c to header
This allows …
|
|
|
@5ec85c97
|
10 years |
michaelni |
hevc: do generic validation of bitstream
After finishing parsing …
|
|
|
@bfffce4d
|
10 years |
michaelni |
hevc: add missing comma in log message.
Signed-off-by: Michael …
|
|
|
@6801eb0a
|
10 years |
michaelni |
avcodec/vc1dec: do not crash when flushing without an allocated frame
…
|
|
|
@f4e814f7
|
10 years |
michaelni |
swresample: check av_opt_set for failure in swr_alloc_set_opts()
…
|
|
|
@c4ac48c5
|
10 years |
michaelni |
swresample: document the need to configure the context using AVOptions …
|
|
|
@49456a95
|
10 years |
michaelni |
avformat/movenc: Fix printf type
Found-by: Timothy Gu …
|
|
|
@77273456
|
10 years |
michaelni |
Merge commit '08b94f160a2c966bb83e32bde0e52246fafa2155'
* commit …
|
|
|
@d177f275
|
10 years |
michaelni |
Merge commit 'cc1d8c54c19dd14fb851e3e7a7793d6b3bd75e94'
* commit …
|
|
|
@788cf6f0
|
10 years |
Carl Eugen Hoyos |
Remove panscan information in av_frame_copy_props() if resolution …
|
|
|
@3539d6c
|
10 years |
michaelni |
avcodec/iff: check pixfmt for rgb8 / rgbn
Fixes out of array access
…
|
|
|
@9bcdb988
|
10 years |
michaelni |
avcodec/iff: Factorize av_pix_fmt_desc_get() out
Signed-off-by: …
|
|
|
@cab39afb
|
10 years |
michaelni |
avformat/movenc: check that reel_name length doesn't exceed UINT16_MAX …
|
|
|
@bd879652
|
10 years |
michaelni |
Merge commit 'd63443b9684fa7b3e086634f7b44b203b6d9221e'
* commit …
|
|
|
@d123d9ab
|
10 years |
michaelni |
Merge commit '8dca0877e3e1457e9ec79ffa1ead1135aabb791c'
* commit …
|
|
|
@c24be3c4
|
10 years |
michaelni |
Merge commit '59cc0812207e3c2e2f2e559d60d0a8f9296a8847'
* commit …
|
|
|
@3787495e
|
10 years |
michaelni |
Merge commit 'ab0742d2f34d70415620441b7ed7da2f03a0c14f'
* commit …
|
|
|
@08b94f16
|
10 years |
martin |
configure: Don't pass MSVC compiler options -M[TD] to armasm
The -MD …
|
|
|
@cc1d8c54
|
10 years |
diego |
avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump
|
|
|
@7e4e45d2
|
10 years |
michaelni |
Merge commit '9f8cf50e3be04b8e178086edaa4598826143303d'
* commit …
|
|
|
@f51c3e3a
|
10 years |
michaelni |
Merge commit 'f4312352fc52cc47c1ba398a33f629d32a737e91'
* commit …
|
|
|
@d6efed84
|
10 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@61b9ce00
|
10 years |
michaelni |
Merge commit '2597a842a0a2c7e8aa76f32733d27bf64817ae86'
* commit …
|
|
|
@78eaaa85
|
10 years |
michaelni |
Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45'
* commit …
|
|
|
@273fc013
|
10 years |
Carl Eugen Hoyos |
lavf/img2dec: Initialize a stack variable.
Fixes a valgrind warning …
|
|
|
@0d0d24af
|
10 years |
michaelni |
hevc_ps: verify P/T/L information
This makes the SPS parsing a …
|
|
|
@d63443b9
|
10 years |
anton |
lavc: drop the av_fast_{re,m}alloc compatibility wrappers
They were …
|
|
|
@07262c71
|
10 years |
michaelni |
avcodec/options_table: leave xvidmmx AVOption in place
Also mark it …
|
|
|
@84bc4588
|
10 years |
michaelni |
hevc_mvs: set candidate availabilities
They might be left …
|
|
|
@43654a2
|
10 years |
derek.buitenhuis |
Revert "lavc/utils: Do not require dimensions for PNG."
…
|
|
|
@8dca087
|
10 years |
diego |
mpegts: Return proper error code on invalid input data
Signed-off-by: …
|
|
|
@59cc0812
|
10 years |
siretart |
Prepare for 11_alpha2 Release
|
|
|
@ab0742d2
|
10 years |
martin |
configure: Suggest upgrading gas-preprocessor instead of just …
|
|
|
@9f8cf50e
|
10 years |
martin |
configure: Enable gas-preprocessor on all OSes but only if available
…
|
|
|
@f4312352
|
10 years |
martin |
configure: Add probe identification of MS armasm
Signed-off-by: …
|
|
|
@2597a84
|
10 years |
lu_zero |
tiff: Improve grayscale support
Only use PAL8 if palette is present, …
|
|
|
@fb1ddcdc
|
10 years |
lu_zero |
avresample: Introduce AVFrame-based API
|
|
|
@71175472
|
10 years |
michaelni |
hevc: fix incorrect sao buffer size
It previously used the output, …
|
|
|
@6985ef78
|
10 years |
michaelni |
lavfi: stop exporting internal functions
Signed-off-by: James Almer …
|
|
|
@ddce2b26
|
10 years |
michaelni |
tools/fourcc2pixfmt: use avpriv_get_raw_pix_fmt_tags()
lavc doesn't …
|
|
|
@e18d9d9
|
10 years |
michaelni |
Merge commit '8c6f430291374cf6d2cfb85cdbb809803b5a7d83'
* commit …
|
|
|
@a71fcfad
|
10 years |
michaelni |
Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d'
* commit …
|
|
|
@329832d7
|
10 years |
michaelni |
Merge commit '24c788f4878729a42150581d7ed7e9a11daf874d'
* commit …
|
|
|
@a973e015
|
10 years |
michaelni |
avcodec: disable FF_API_FAST_MALLOC
It causes build failures in some …
|
|
|
@c218d821
|
10 years |
michaelni |
Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b'
* commit …
|
|
|
@0f7ca2d
|
10 years |
michaelni |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
…
|
|
|
@287602f9
|
10 years |
michaelni |
Merge commit '472f9ed312ec784f7c72876b77163f4741880d05'
* commit …
|
|
|
@97f8c7a0
|
10 years |
michaelni |
bump libpostproc and libswresample
this is needed / avoids some …
|
|
|
@74be0f82
|
10 years |
michaelni |
swresample-test: make it independant of the internal SWR_CH_MAX
…
|
|
|
@36bce999
|
10 years |
michaelni |
libavfilter/af_amerge: Do not depend on SWR_CH_MAX
Signed-off-by: …
|
|
|
@ce1bb4b7
|
10 years |
michaelni |
avfilter/af_pan: Do not use SWR_CH_MAX
Signed-off-by: Michael …
|
|
|
@ced765ce
|
10 years |
michaelni |
avfilter/af_pan: check if the number of channels where sucessfully set …
|
|
|
@d9e7dc3e
|
10 years |
michaelni |
ffmpeg: do not use SWR_CH_MAX
Signed-off-by: Michael Niedermayer …
|
|
|
@65cb02e8
|
10 years |
michaelni |
avcodec/version: delay removial of …
|
|
|
@a57ece0c
|
10 years |
michaelni |
Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'
* commit …
|
|
|
@80c1cb5
|
10 years |
michaelni |
avcodec/version: leave old audio API
If people prefer we can also …
|
|
|