|
|
|
@be6e8146
|
11 years |
michaelni |
Merge commit '5b10ef729f610fcbc9c485e7b643ce53268144cb'
* commit …
|
|
|
@7a603480
|
11 years |
michaelni |
Merge commit '7e244c68600f479270e979258e389ed5240885fb'
* commit …
|
|
|
@64f73acd
|
11 years |
michaelni |
cmdutils & opencl: add -opencl_bench option to test and show available …
|
|
|
@8e702bd3
|
11 years |
michaelni |
Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'
* commit …
|
|
|
@c9afeda5
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Fix …
|
|
|
@3a5cbc91
|
11 years |
michaelni |
Merge commit '61b203ffe6c71789acb14f51483d63fe9e516842'
* commit …
|
|
|
@8c677a9f
|
11 years |
michaelni |
Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'
* commit …
|
|
|
@94a849b8
|
11 years |
michaelni |
Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8'
* commit …
|
|
|
@785066ae
|
11 years |
michaelni |
Merge commit 'c9ca220ef26e36abd22085e6fa156c0dbc43bbf0'
* commit …
|
|
|
@7a901eb3
|
11 years |
michaelni |
Merge commit '37a749012aaacc801fe860428417a6d7b81c103f'
* commit …
|
|
|
@58f70f17
|
11 years |
michaelni |
Merge commit 'df7aba52b51007db50410abe15fe28391abd8757'
* commit …
|
|
|
@3f5f955
|
11 years |
michaelni |
Merge commit 'c342132fa8a29692e28c98238e3a31da5c407e42'
* commit …
|
|
|
@f3acdd44
|
11 years |
michaelni |
Merge commit 'a1ee1648690726b34e98eaf8db04fd7b3303cfc8'
* commit …
|
|
|
@04dac5d1
|
11 years |
michaelni |
Merge commit '85f947aefb3dae81f65f518acdffa8e31c679654'
* commit …
|
|
|
@f4332e95
|
11 years |
michaelni |
Merge commit 'd4f0f2d1e80b76260eb6b9cdde472ac069dfda56'
* commit …
|
|
|
@5b10ef72
|
11 years |
vittorio.giovara |
h264: parse frame packing arrangement SEI messages and save relevant …
|
|
|
@7e244c68
|
11 years |
vittorio.giovara |
avframe: add codec-independent stereoscopic metadata
|
|
|
@cefabaad
|
11 years |
michaelni |
Merge commit 'e5419709f50593769037ab77d7102f82d9260784'
* commit …
|
|
|
@362383b7
|
11 years |
Carl Eugen Hoyos |
Fix remuxing of IMA_QT in mov.
Fixes ticket #1603.
|
|
|
@c5a83765
|
11 years |
Carl Eugen Hoyos |
Do not detect "00000000..." (and other non-changing values) as adp.
|
|
|
@45fd4ec9
|
11 years |
michaelni |
Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac'
* commit …
|
|
|
@b8667bcc
|
11 years |
Carl Eugen Hoyos |
Revert: flvenc: Don't pretend to support muxing "plain" VP6
Muxing …
|
|
|
@8947f47f
|
11 years |
michaelni |
Merge commit 'b605b123ef1d3bac0e7c221d8d7fa74cd8c7253c'
* commit …
|
|
|
@37945584
|
11 years |
michaelni |
Merge commit 'afa21a12bf084f905187615706b0a8d92bc98661'
* commit …
|
|
|
@6393038
|
11 years |
michaelni |
Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5'
* commit …
|
|
|
@2fade10c
|
11 years |
michaelni |
Add support for picture_ptr field in MJpegDecodeContext
…
|
|
|
@9eac7c4
|
11 years |
michaelni |
Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'
* commit …
|
|
|
@d64341e4
|
11 years |
diego |
configure: Prefix libc-related variables with "libc_"
Simplifies …
|
|
|
@61b203ff
|
11 years |
diego |
configure: detect Solaris libc
Add preprocessor flags for API …
|
|
|
@9b8d11a7
|
11 years |
martin |
avcodec: Use av_reallocp where suitable
Signed-off-by: Martin Storsjö …
|
|
|
@d4f1188
|
11 years |
anton |
dv: use AVFrame API properly
|
|
|
@c9ca220e
|
11 years |
anton |
ac3dec: make drc_scale exponentially
The a52 spec suggests that …
|
|
|
@37a7490
|
11 years |
anton |
lavc: rework handling of refcounted_frames=0
Use only proper AVFrame …
|
|
|
@df7aba5
|
11 years |
anton |
frame: cosmetics, reindent
|
|
|
@c342132f
|
11 years |
anton |
frame: copy flags in av_frame_copy_props()
Flags can be considered …
|
|
|
@a1ee1648
|
11 years |
anton |
lavc/decode_video(): always unref the frame if there is no output in …
|
|
|
@85f947ae
|
11 years |
anton |
lavc: remove a pointless check in decode_audio4()
av_frame_unref() …
|
|
|
@d4f0f2d1
|
11 years |
anton |
lavc: use buf[0] instead of data[0] as the indicator of an allocated …
|
|
|
@e5419709
|
11 years |
anton |
lavc: remove the extended_data workarounds.
All decoders should now …
|
|
|
@d351ef47
|
11 years |
anton |
pthread_frame: use the AVFrame API properly.
Remove the extended_data …
|
|
|
@b605b123
|
11 years |
anton |
mxpegdec: use the AVFrame API properly.
|
|
|
@afa21a12
|
11 years |
anton |
p*menc: use the AVFrame API properly.
|
|
|
@e2274aa5
|
11 years |
anton |
mjpegdec: use the AVFrame API properly.
|
|
|
@2d4ef7c9
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@8e70fdab
|
11 years |
michaelni |
Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'
* commit …
|
|
|
@a12f679
|
11 years |
michaelni |
common.mak: Less ugly version of the previous windres fix
Using subst …
|
|
|
@0cde2ae3
|
11 years |
michaelni |
configure: Move MinGW64 specific check to the correct place
It was …
|
|
|
@5f302b1f
|
11 years |
michaelni |
common.mak: fix the current fate failures with windres
Tested-by: …
|
|
|
@b07da13a
|
11 years |
michaelni |
avcodec/ffv1enc: support forcing experimental 1.4 version
…
|
|
|
@7854d2d
|
11 years |
michaelni |
avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT
…
|
|
|
@f0b234ab
|
11 years |
anton |
avformat: AviSynth demuxer rewrite
Directly loads AviSynth through …
|
|
|
@19c20a0a
|
11 years |
diego |
configure: Move adding of compat objects out of libc detection
|
|
|
@1b264607
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@c1b9d718
|
11 years |
michaelni |
avformat/rtpdec: Enable GSM RTP depacketization
Signed-off-by: …
|
|
|
@cea5812f
|
11 years |
eclipse7 |
configure: Special case libfreetype test
Include the freetype header, …
|
|
|
@4958f35a
|
11 years |
diego |
dsputil: Move apply_window_int16 to ac3dsp
The (optimized) functions …
|
|
|
@bc9cee98
|
11 years |
michaelni |
avfilter/vf_mergeplanes: specify pixel format min/max
Reviewed-by: …
|
|
|
@6faf4264
|
11 years |
michaelni |
avcodec/mpeg4video: fix 2 more incorrectly associated comments
…
|
|
|
@eb87d1f6
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
libvpx: …
|
|
|
@120797e2
|
11 years |
diego |
configure: Separate MinGW32 and MinGW64 libc handling
|
|
|
@ae330070
|
11 years |
michaelni |
libvpxenc: token_parts is VP8 specific
Signed-off-by: James Almer …
|
|
|
@9aa053ce
|
11 years |
diego |
libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0
…
|
|
|
@e2f800f8
|
11 years |
michaelni |
windres: Track dependencies
Signed-off-by: James Almer …
|
|
|
@d042c825
|
11 years |
michaelni |
Merge remote-tracking branch 'rbultje/vp9-simd'
* rbultje/vp9-simd:
…
|
|
|
@92436e8a
|
11 years |
rsbultje |
vp9: implement top/left half (4x4) sub-8x8-IDCT.
For that specific …
|
|
|
@b2045c44
|
11 years |
rsbultje |
vp9: split pre-load of 11585x2 out of 1d idct macro.
This allows us …
|
|
|
@f9a0d4c6
|
11 years |
rsbultje |
vp9: minor refactorings in idct ssse3 assembly.
Make register usage …
|
|
|
@8729964b
|
11 years |
rsbultje |
vp9: split x86 assembly in two files.
(And in future, loopfilter or …
|
|
|
@c6959918
|
11 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: set …
|
|
|
@e8ac905d
|
11 years |
michaelni |
avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) …
|
|
|
@0aedf90e
|
11 years |
michaelni |
avutil/opt: factor set_string_color() out
Signed-off-by: Michael …
|
|
|
@758d4e4
|
11 years |
michaelni |
avutil/opt: factor set_string_video_rate() out
Signed-off-by: Michael …
|
|
|
@9648c4fe
|
11 years |
michaelni |
avutil/opt: factor set_string_image_size() out
Signed-off-by: Michael …
|
|
|
@7f763775
|
11 years |
michaelni |
avformat/utils: remove unused variable
Signed-off-by: Michael …
|
|
|
@4dfc8f6
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dcadec: …
|
|
|
@1770da18
|
11 years |
michaelni |
avformat/utils: reject poorly fitting rfps values earlier
This avoids …
|
|
|
@ba189b1d
|
11 years |
michaelni |
avformat/mov: use rfps_add_frame() only for video
it makes no sense …
|
|
|
@4d18060e
|
11 years |
michaelni |
swscale/utils: fill xyz tables only when they will be used
makes the …
|
|
|
@f5285209
|
11 years |
michaelni |
avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL …
|
|
|
@b6a97199
|
11 years |
lu_zero |
dcadec: Decode LFE to avoid adding random data when downmixing with …
|
|
|
@a044a183
|
11 years |
michaelni |
avutil/log: skip IO calls on empty strings
These occur when no …
|
|
|
@d6838309
|
11 years |
michaelni |
avutil/log: skip setting color for default (AV_LOG_INFO) level
…
|
|
|
@2c21e2ee
|
11 years |
michaelni |
avutil/log: merge calls that set ansi color and print the string
…
|
|
|
@22ef9cb4
|
11 years |
michaelni |
avresample: Include libavutil/avutil.h in version.h
Should fix issues …
|
|
|
@59398c13
|
11 years |
michaelni |
Merge remote-tracking branch 'lukaszmluki/master'
* …
|
|
|
@ad01fae8
|
11 years |
Marton Balint |
ffplay: set default window size before starting audio
Fixes ticket …
|
|
|
@2b377fb4
|
11 years |
Marton Balint |
ffplay: factor out function setting default window size
…
|
|
|
@eff4820e
|
11 years |
Marton Balint |
ffplay: remove no longer necessary codec flush
It was introduced in …
|
|
|
@318bf57c
|
11 years |
Marton Balint |
ffplay: do not wait for flushing the picture queue on flush packet
It …
|
|
|
@618bdb7f
|
11 years |
michaelni |
lavf/mux: Don't write "encoder" metadata tag when bitexact is …
|
|
|
@fa3bfeb1
|
11 years |
lukasz.m.luki |
lavd/fbdev_enc: add default device
Use device specified by …
|
|
|
@90539cea
|
11 years |
michaelni |
avcodec/error_resilience: check that er is supported before attempting …
|
|
|
@afb18c5
|
11 years |
michaelni |
avcodec/error_resilience: factor er_supported() check out
…
|
|
|
@976fc591
|
11 years |
michaelni |
avcodec/qdm2: move static init to normal init to avoid initializing …
|
|
|
@133fbfc
|
11 years |
michaelni |
do O(1) instead of O(n) atomic operations in register functions
about …
|
|
|
@2b215f39
|
11 years |
michaelni |
mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() out
This reduces the …
|
|
|
@535af2c2
|
11 years |
michaelni |
avcodec/mpegvideo_enc/frame_end(): remove unused variable
…
|
|
|
@9a0d719b
|
11 years |
michaelni |
avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable
…
|
|
|
@82c7d704
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
webp: …
|
|
|
@db44eff1
|
11 years |
michaelni |
Merge commit 'f51e3a1971045c7ed0c3d9d29d3254a4d940198e'
* commit …
|
|
|