|
|
|
@1a86e29f
|
10 years |
michaelni |
Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40'
* commit …
|
|
|
@d2f9aefb
|
10 years |
michaelni |
ffmpeg: Check for subtitle_out malloc failure
Signed-off-by: Michael …
|
|
|
@4f1923a9
|
10 years |
michaelni |
avcodec/tiffenc: Consistently use ADD_ENTRY1()
Signed-off-by: Michael …
|
|
|
@6f4364a
|
10 years |
martin |
mov: Fix handling of zero-length metadata values
Since 3cec81f4d4, a …
|
|
|
@4cffcbc8
|
10 years |
michaelni |
Merge commit '10d4c5e55e5b23e165aa4c7723073ebe2c2e7da0'
* commit …
|
|
|
@07b4d4b1
|
10 years |
michaelni |
Merge commit '3c27275c1309190f2d6ed69140b67d014215b6c9'
* commit …
|
|
|
@41915d0b
|
10 years |
michaelni |
Merge commit '4690e01c3aaf495c87127e5dc74aa347197dbc0b'
* commit …
|
|
|
@71df932
|
10 years |
michaelni |
Merge commit '490a3ebf36821b81f73e34ad3f554cb523dd2682'
* commit …
|
|
|
@38c3ffbd
|
10 years |
michaelni |
Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1'
* commit …
|
|
|
@0a3ffcf
|
10 years |
michaelni |
Merge commit '63fcedcf01247f15b72c0d1f959bb3b612853ba8'
* commit …
|
|
|
@b799ec7e
|
10 years |
michaelni |
avcodec/hevc: Print an error if luma_log2_weight_denom is out of range …
|
|
|
@241943d3
|
10 years |
michaelni |
Merge commit 'b2bece5e9a4dd96142962c6798e187c77b88bbfa'
* commit …
|
|
|
@acbc2ed
|
10 years |
michaelni |
lavf/concatdec: handle NOPTS start_time.
Fix trac ticket #3598.
…
|
|
|
@9887e7df
|
10 years |
michaelni |
Changelog: Add 10bit spp
Signed-off-by: Michael Niedermayer …
|
|
|
@838aa08d
|
10 years |
michaelni |
avfilter/vf_spp: support 10bit per sample
Signed-off-by: Michael …
|
|
|
@1307c11c
|
10 years |
michaelni |
avcodec/avdct: support >8bit per sample dcts
Signed-off-by: Michael …
|
|
|
@c1d9283
|
10 years |
michaelni |
doc/ffplay: remove duplicate threads option, this is documented in …
|
|
|
@ae658efe
|
10 years |
michaelni |
avformat/xmv: Check return code of ff_alloc_extradata()
…
|
|
|
@480cd822
|
10 years |
michaelni |
avformat/flic: se av_freep() to avoid leaving stale extradata pointer
…
|
|
|
@0051e3c2
|
10 years |
michaelni |
avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale extradata …
|
|
|
@c116befc
|
10 years |
michaelni |
avformat/xmv: use av_freep() to avoid leaving stale extradata pointer
…
|
|
|
@10d4c5e5
|
10 years |
vittorio.giovara |
tiff: set the correct return value when check_size() fails
Only one …
|
|
|
@3c27275c
|
10 years |
vittorio.giovara |
tiff: Check the check_size() return value and forward it
Also use the …
|
|
|
@4690e01c
|
10 years |
vittorio.giovara |
prores: Evaluate all the quantizers
Prevent an uninitialized data …
|
|
|
@490a3ebf
|
10 years |
vittorio.giovara |
matroskadec: Fix read-after-free in matroska_read_seek()
In …
|
|
|
@d75190aa
|
10 years |
vittorio.giovara |
mpegvideo: move REBASE_PICTURE where it is used
Drop an unused #undef …
|
|
|
@63fcedcf
|
10 years |
vittorio.giovara |
mpegvideo: remove unused function declaration
|
|
|
@b2bece5e
|
10 years |
vittorio.giovara |
hevc: always clip luma_log2_weight_denom
Its value shall be between 0 …
|
|
|
@89f0fea
|
10 years |
michaelni |
avformat/assenc: Use av_freep() to avoid leaving stale pointers in …
|
|
|
@51b19321
|
10 years |
michaelni |
avformat/avidec: Use av_freep() to avoid leaving stale pointers in …
|
|
|
@e631872f
|
10 years |
michaelni |
configure: create the tests directory like the doc directory
This …
|
|
|
@228fded0
|
10 years |
michaelni |
Merge commit 'bab8d73765238bfeea7a8dfd454f40ac213b3d22'
* commit …
|
|
|
@d2f9b9da
|
10 years |
michaelni |
Merge commit '5a82ad644f281701eb22e0359fd732fac67aafa4'
* commit …
|
|
|
@0c773390
|
10 years |
michaelni |
Merge commit 'bcbdeb318e0828cf00b458885ffa1e1596c85d06'
* commit …
|
|
|
@a400edbb
|
10 years |
michaelni |
lavu/frame: fix malloc error path in av_frame_copy_props()
The error …
|
|
|
@4fa42e04
|
10 years |
Carl Eugen Hoyos |
configure: Set the default for --shlibdir to --libdir.
Fixes ticket …
|
|
|
@cae893f6
|
10 years |
michaelni |
vp9/x86: sse2 MC assembly.
Also a slight change to the ssse3 code, …
|
|
|
@4373a25d
|
10 years |
Carl Eugen Hoyos |
lavf/mxfdec: Fix memleaks reading corrupt files.
Fixes ticket #4173.
…
|
|
|
@27bdfd2
|
10 years |
Carl Eugen Hoyos |
lavf/mxfdec: Factorize mxf_read_close().
This will allow to fix leaks …
|
|
|
@fd77fbb3
|
10 years |
michaelni |
vp9/x86: 32bit and sse2 support for vp9 inverse transform assembly
…
|
|
|
@4efdb29c
|
10 years |
michaelni |
avformat/dv: Use av_freep() to avoid leaving stale pointers in memory
…
|
|
|
@00dc2859
|
10 years |
lukasz.m.luki2 |
cmdutils: use macros for device test
Signed-off-by: Lukasz Marek …
|
|
|
@b3311f3
|
10 years |
lukasz.m.luki2 |
lavd/alsa-audio-common: mark default device in device list
…
|
|
|
@279412c8
|
10 years |
lukasz.m.luki2 |
lavd/avdevice: use better option types for caps options
Using …
|
|
|
@82909954
|
10 years |
michaelni |
Merge commit 'fd665f7f48fa7db89eb9a93ac33919f6adc40f9d'
* commit …
|
|
|
@27f2e211
|
10 years |
michaelni |
Merge commit '559fa0d41b5cf8f7e1ba89d1ac70e74712eb2816'
* commit …
|
|
|
@3f679f7
|
10 years |
michaelni |
Merge commit '8502c1e9ff9c1dbb6e467630c048d098f4064021'
* commit …
|
|
|
@0b30d186
|
10 years |
michaelni |
Merge commit '8b51bcfed75721e0d20832e5a90e1d585318c9d9'
* commit …
|
|
|
@add040ff
|
10 years |
michaelni |
Merge commit 'e10e6651b50b4087f08813f3e503620db7413d3a'
* commit …
|
|
|
@bab8d73
|
10 years |
lu_zero |
vaapi: wrap codec specific functions in appropiate #ifs
Fix linking …
|
|
|
@5a82ad64
|
10 years |
lu_zero |
svq1dec: Unbreak the scratch buffer allocation
The input packets are …
|
|
|
@bcbdeb31
|
10 years |
lu_zero |
asvenc: Forward the error instead of asserting on it
Bug-Id: CID …
|
|
|
@a29524bf
|
10 years |
michaelni |
avformat/utils: Do not update programs streams from program-less …
|
|
|
@8ddfc00a
|
10 years |
michaelni |
avformat/mp3dec: Name the dummy variable as what it is, to avoid …
|
|
|
@fd665f7
|
10 years |
anton |
avconv: Use the mpeg12 private option scan_offset
Introduced in …
|
|
|
@559fa0d4
|
10 years |
anton |
vdpau: add mapping for H.264 Constrained Baseline profile and fallback …
|
|
|
@8502c1e9
|
10 years |
anton |
vdpau: add mapping for H.264 Extended profile
Signed-off-by: Anton …
|
|
|
@8b51bcfe
|
10 years |
anton |
vdpau: revector macro to reduce line span
Signed-off-by: Anton …
|
|
|
@e10e6651
|
10 years |
anton |
thread: use "" instead of <> for including the w32pthreads wrapper
…
|
|
|
@ed86dbd0
|
10 years |
michaelni |
avformat/aviobuf: Check that avio_seek() target is non negative
Fixes …
|
|
|
@6de2f027
|
10 years |
michaelni |
avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers …
|
|
|
@eb055295
|
10 years |
michaelni |
avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in …
|
|
|
@ad2deb02
|
10 years |
michaelni |
avcodec/xiph: mark returned header pointers const from …
|
|
|
@3b537eab
|
10 years |
michaelni |
avformat/nutenc: store the actual r_frame_rate in the corresponding …
|
|
|
@28a6f970
|
10 years |
michaelni |
ffmpeg: forward r_frame_rate to the muxer in case of stream copy
…
|
|
|
@add46edf
|
10 years |
michaelni |
avformat/utils: use r_frame_rate only in the demuxer for …
|
|
|
@d823edee
|
10 years |
u |
avcodec: fix wording in AVSubtitleRect doxy
|
|
|
@4b6f2253
|
10 years |
michaelni |
swresample/soxr_resample: fix error handling
Fixes CID1257659
…
|
|
|
@d5a263f4
|
10 years |
michaelni |
fix "than" typo
Found-by reimar
Signed-off-by: Michael Niedermayer …
|
|
|
@53496aa7
|
10 years |
michaelni |
avformat/utils: Do not estimate the container bitrate from the streams …
|
|
|
@609a73b6
|
10 years |
michaelni |
avfilter/vf_uspp: fix gray pixfmt handling
Signed-off-by: Michael …
|
|
|
@3dd5f7aa
|
10 years |
michaelni |
avfilter/vf_uspp: fix used chroma subsampling factors
Signed-off-by: …
|
|
|
@354fda76
|
10 years |
michaelni |
avfilter/vf_uspp: fix used pix_fmt
Found-by: carl
Signed-off-by: …
|
|
|
@5d0cfb5
|
10 years |
michaelni |
avcodec/dvdsubdec: Avoid strerror() due to thread saftey
…
|
|
|
@3ab82e92
|
10 years |
michaelni |
avcodec/libxvid_rc: Avoid strerror() for thread saftey
Signed-off-by: …
|
|
|
@d7de48f0
|
10 years |
michaelni |
avformat/mov: Simplify code by using OFFSET() and FLAGS macros
…
|
|
|
@43fb40c3
|
10 years |
michaelni |
avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in …
|
|
|
@498396f8
|
10 years |
michaelni |
avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in …
|
|
|
@792a5004
|
10 years |
michaelni |
avfilter/vf_uspp: Add grayscale support
Signed-off-by: Michael …
|
|
|
@b898c49b
|
10 years |
michaelni |
avfilter/vf_uspp: assert that the qp_type is valid
Signed-off-by: …
|
|
|
@10ef8f06
|
10 years |
lou |
doc: add FFREPORT example
And fix a few nits.
Signed-off-by: Lou …
|
|
|
@a963fdb
|
10 years |
michaelni |
lavu/dict: check for malloc failures
Signed-off-by: Michael …
|
|
|
@a66893ac
|
10 years |
michaelni |
avformat/utils: check for malloc failure
Signed-off-by: Michael …
|
|
|
@ce35a613
|
10 years |
michaelni |
lavc/avpacket: check for malloc failure
Signed-off-by: Michael …
|
|
|
@9f85c27
|
10 years |
onemda |
Delete mp=uspp
|
|
|
@2a8eb0d1
|
10 years |
michaelni |
avfilter/vf_spp: The qp array width is qp_stride not stride/16
…
|
|
|
@e8dbecb
|
10 years |
michaelni |
avfilter/vf_spp: Allocate qp storage after qp_stride is known
…
|
|
|
@eb725235
|
10 years |
michaelni |
avdevice/v4l2: use av_freep() to avoid leaving stale pointers in …
|
|
|
@30d2ac4b
|
10 years |
michaelni |
avfilter/vf_spp: change temporary to unsigned
More consistent with …
|
|
|
@e07c8268
|
10 years |
michaelni |
avfilter/vf_uspp: fix integer overflow in intermediate
Fixes …
|
|
|
@13c3a97b
|
10 years |
michaelni |
avfilter/vf_uspp: remove YUV 411/422/440
snow doesnt support …
|
|
|
@e1540cdf
|
10 years |
michaelni |
avfilter/vf_uspp: use the average QP instead of QP[0]
Signed-off-by: …
|
|
|
@5172782
|
10 years |
michaelni |
avfilter/vf_uspp: The qp array width is qp_stride not stride/16
…
|
|
|
@d2d8ac24
|
10 years |
michaelni |
avfilter/vf_uspp: Allocate qp storage after qp_stride is known
…
|
|
|
@327c5292
|
10 years |
michaelni |
avfilter/version: bump for uspp
Found-by: ubitux
Signed-off-by: …
|
|
|
@1a4128c8
|
10 years |
u |
LICENSE: mention that uspp is GPL
|
|
|
@df307deb
|
10 years |
u |
build: add forgotten avcodec dependency in uspp
|
|
|
@e93abe1f
|
10 years |
u |
avfilter/uspp: use AVFILTER_DEFINE_CLASS()
|
|
|
@397859c4
|
10 years |
u |
avfilter/uspp: make src const in store_slice_c()
|
|
|
@73d88109
|
10 years |
u |
avfilter/uspp: misc style fixes
|
|
|