|
|
|
@42df71d9
|
10 years |
lu_zero |
ratecontrol: Check memory allocation
|
|
|
@0994e142
|
10 years |
lu_zero |
pthread: Check memory allocation
|
|
|
@03927cb7
|
10 years |
lu_zero |
psymodel: Check memory allocation
|
|
|
@fef2f472
|
10 years |
lu_zero |
xvid: Check memory allocation
|
|
|
@9fb483fe
|
10 years |
lu_zero |
x264: Check memory allocation
|
|
|
@41658bc8
|
10 years |
lu_zero |
libtheora: Check memory allocation
|
|
|
@8df5fbf0
|
10 years |
lu_zero |
lcl: Check memory allocation
|
|
|
@7ca603f9
|
10 years |
lu_zero |
jpegls: Check memory allocation
|
|
|
@7d2a6826
|
10 years |
lu_zero |
huffyuv: Check memory allocation
|
|
|
@7fccc96
|
10 years |
lu_zero |
eatgv: Check memory allocation
|
|
|
@69277069
|
10 years |
lu_zero |
dct: Check memory allocation
|
|
|
@e524f373
|
10 years |
lu_zero |
asv: Check memory allocation
|
|
|
@074a1b37
|
10 years |
lu_zero |
aacpsy: Check memory allocation
|
|
|
@149fa0b7
|
10 years |
vittorio.giovara |
mpegvideo: Move MotionEstContext and function declarations to a …
|
|
|
@b2b76691
|
10 years |
vittorio.giovara |
mpegvideo: mpeg12: Move function declarations
|
|
|
@378a0008
|
10 years |
vittorio.giovara |
mpegvideo: Move tables to a separate file
|
|
|
@31a117a0
|
10 years |
vittorio.giovara |
mpegvideo: msmpeg4: Move function declarations
|
|
|
@2f15846a
|
10 years |
vittorio.giovara |
mpegvideo: wmv2: Move function declarations
|
|
|
@902a55f7
|
10 years |
lu_zero |
dxva2_hevc: re-write reference frame handling
The old logic required …
|
|
|
@35818b8a
|
10 years |
lu_zero |
dxva2_hevc: fix 32x32 scaling lists
Signed-off-by: Luca Barbato …
|
|
|
@5c720657
|
10 years |
lu_zero |
mov: always check avio_read return value
If avio_read fails, the …
|
|
|
@bff0349d
|
10 years |
lu_zero |
avio: Add avio_read wrapper to simplify error checking
Signed-off-by: …
|
|
|
@cffb9ea8
|
10 years |
lu_zero |
mov: reject zero bytes_per_frame with non-zero samples_per_frame
In …
|
|
|
@8e9c39e8
|
10 years |
lu_zero |
mov: abort on EOF in ff_mov_read_chan
Otherwise the loop can take a …
|
|
|
@a8a90906
|
10 years |
lu_zero |
mov: Correctly allocate ctts_data
It can be reallocated.
CC: …
|
|
|
@f261a55d
|
10 years |
lu_zero |
mov: Fix two memleaks
Signed-off-by: Andreas Cadhalpun …
|
|
|
@3f38d4b8
|
10 years |
vittorio.giovara |
vp9: Parse subsampling and report missing feature
|
|
|
@d68c053
|
10 years |
lu_zero |
x86: check for AV_CPU_FLAG_AVXSLOW where useful
Signed-off-by: James …
|
|
|
@cae39851
|
10 years |
lu_zero |
x86: Add helper macros to check for slow cpuflags
Signed-off-by: …
|
|
|
@f7cafb5
|
10 years |
lu_zero |
x86: add AV_CPU_FLAG_AVXSLOW flag
Signed-off-by: James Almer …
|
|
|
@d0bf20a4
|
10 years |
lu_zero |
ppc: vsx: Implement diff_pixels and get_pixels
Use a macro to …
|
|
|
@eecd29b
|
10 years |
lu_zero |
ppc: vsx: Implement float_dsp
|
|
|
@7d07ee5a
|
10 years |
lu_zero |
ppc: cpu: Add support for VSX and POWER8 extensions
|
|
|
@da60b99a
|
10 years |
lu_zero |
ppc: Restrict some Altivec implementations to Big Endian
In Little …
|
|
|
@f22ebd25
|
10 years |
lu_zero |
ppc: configure: Support ISA 2.06 and later
POWER 7 and POWER 8 …
|
|
|
@3058872c
|
10 years |
lu_zero |
ppc: Clarify and extend the cpuid check
Add POWER entries.
|
|
|
@baa94563
|
10 years |
lu_zero |
ppc: linux: Check altivec using the auxv
Should prevent trying to use …
|
|
|
@7014b659
|
10 years |
lu_zero |
ppc: pixblockdsp: Use the abriged vector types
|
|
|
@72cebae0
|
10 years |
lu_zero |
ppc: avutil: Use the abriged vector types
|
|
|
@254eb5b6
|
10 years |
lu_zero |
ppc: avutil: Drop a potentially dangerous workaround
The compiler is …
|
|
|
@881b80b3
|
10 years |
martin |
network: prevent SIGPIPE on OSX
OSX does not know MSG_NOSIGNAL. BSD …
|
|
|
@0181ae9a
|
10 years |
lu_zero |
h264: Make sure reinit failures mark the context as not initialized
…
|
|
|
@5ecabd3c
|
10 years |
lu_zero |
msrle: Use FFABS to determine the frame size in msrle_decode_pal4
As …
|
|
|
@b2f0f37
|
10 years |
martin |
rtmpdh: Generate the whole private exponent using av_get_random_seed() …
|
|
|
@e9e86d9e
|
10 years |
martin |
rtmpdh: Create sufficiently long private keys for gcrypt/nettle
There …
|
|
|
@8016a1bd
|
10 years |
martin |
rtmpdh: Remove an unnecessary check in the gcrypt/nettle …
|
|
|
@063f746
|
10 years |
martin |
rtmpdh: Add fate test for the DH handshake routine
This helps if …
|
|
|
@0508faaa
|
10 years |
martin |
rtmpdh: Pass the actual buffer size of the output secret key
…
|
|
|
@9f1b3050
|
10 years |
martin |
rtmpdh: Check the output buffer size in the openssl version of …
|
|
|
@127d813b
|
10 years |
martin |
rtmpdh: Fix a local variable name in the nettle/gcrypt codepath
…
|
|
|
@78efc69e
|
10 years |
martin |
rtmpdh: Make sure ret is initialized in the nettle version of …
|
|
|
@a64a5773
|
10 years |
lu_zero |
pixfmt: remove misleading and broken documentation
This was probably …
|
|
|
@e461030
|
10 years |
lu_zero |
x86: cavs: Remove an unneeded scratch buffer
Simplifies the code and …
|
|
|
@1b1bb2c4
|
10 years |
vittorio.giovara |
rl: Add error checking to ff_rl_init().
|
|
|
@324e50ee
|
10 years |
vittorio.giovara |
rl: Add a function for freeing dynamically allocated tables.
Such …
|
|
|
@6f57375d
|
10 years |
vittorio.giovara |
rl: Rename ff_*_rl() to ff_rl_*()
|
|
|
@fa1923f1
|
10 years |
vittorio.giovara |
mpegvideo: Move ff_*_rl functions to a separate file
|
|
|
@419e3404
|
10 years |
vittorio.giovara |
mpegvideo: Drop exchange_uv() function and use its code directly
Code …
|
|
|
@d4d90504
|
10 years |
martin |
tls_gnutls: Add missing includes for the gcrypt thread safety …
|
|
|
@dd4d709b
|
10 years |
lu_zero |
x86inc: Clear SECT
Silences warning(s) like:
…
|
|
|
@57cde2b1
|
10 years |
martin |
lavf: move TLS-related ifdeffery to library specific files
There is …
|
|
|
@d8ffb205
|
10 years |
martin |
lavf: split tls.c
Move the OpenSSL and GnuTLS implementations to …
|
|
|
@cf1f3d83
|
10 years |
lu_zero |
doc: Fix spelling of 'Transmission'
Signed-off-by: Sebastian Ramacher …
|
|
|
@d8039ef8
|
10 years |
lu_zero |
D3D11va: add a Direct3D11 video decoder similar to DXVA2
…
|
|
|
@4e17946f
|
10 years |
vittorio.giovara |
mpegvideo: Rework various functions not to use MpegEncContext directly
|
|
|
@a3f4c930
|
10 years |
vittorio.giovara |
mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly
|
|
|
@d5280455
|
10 years |
vittorio.giovara |
mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly
…
|
|
|
@6f54dc4
|
10 years |
vittorio.giovara |
mpegvideo: Drop stream_codec_tag
The field is unused.
|
|
|
@9c1db92a
|
10 years |
vittorio.giovara |
mpegvideo: Drop err_recognition
It is just a duplicate of an …
|
|
|
@848e86f7
|
10 years |
vittorio.giovara |
mpegvideo: Drop flags and flags2
They are just duplicates of …
|
|
|
@29216d7f
|
10 years |
martin |
tls: fix compilation when both gnutls and openssl are enabled
…
|
|
|
@94599a6d
|
10 years |
martin |
tls: Remove all the local polling loops
These aren't necessary any …
|
|
|
@d13b124e
|
10 years |
martin |
tls: Remove the nonblocking code
Since the underlying URLContext read …
|
|
|
@d15eec4d
|
10 years |
martin |
tls: Use custom IO to read from the URLContext
This avoids hijacking …
|
|
|
@3efe0393
|
10 years |
vittorio.giovara |
hevc: make avcodec_decode_video2() fail if get_format() fails
…
|
|
|
@7046bd9b
|
10 years |
vittorio.giovara |
lavfi: Move avcodec header to the only filter needing it
…
|
|
|
@eafbc671
|
10 years |
vittorio.giovara |
vmnc: Delay pixel size check
Some clients incorrectly set 24 as …
|
|
|
@732dd658
|
10 years |
lu_zero |
doc: Add $branch to FATE config template
Signed-off-by: Luca Barbato …
|
|
|
@e7c5e17d
|
10 years |
lu_zero |
vda: Make output CVPixelBuffer format configurable
This is useful for …
|
|
|
@3b5e5e6a
|
10 years |
lu_zero |
libx265: Use the Multi-library Interface
Use the Multi-library …
|
|
|
@85ca012b
|
10 years |
vittorio.giovara |
mjpegenc: Fix JFIF header byte ordering
The header had a wrong …
|
|
|
@d84429d4
|
10 years |
vittorio.giovara |
dnxhd: Print unknown header when found
|
|
|
@8fc11abe
|
10 years |
vittorio.giovara |
mkv: Print unsupported mov tags when found
|
|
|
@0348e74c
|
10 years |
vittorio.giovara |
quickdraw: Skip the empty 512 byte header for images
Found-by: Carl …
|
|
|
@d0dce15d
|
10 years |
vittorio.giovara |
quickdraw: Make the palette opaque
Additional overflow fix by Michael …
|
|
|
@da5c6a97
|
10 years |
lu_zero |
riff: Add MultiScope II fourcc MSC2 as MJPEG
Signed-off-by: Luca …
|
|
|
@0670acc
|
10 years |
lu_zero |
dca_parser: Extend DTS core sync word and fix existing check
The …
|
|
|
@b8d2630c
|
10 years |
martin |
dashenc: Reduce the segment duration if cutting out parts with edit …
|
|
|
@ac1a1cb9
|
10 years |
martin |
dashenc: replace attribute id with contentType for the AdaptationSet …
|
|
|
@2fb02ecf
|
10 years |
lu_zero |
fate: Reduce the number of frames used to test video filters
Use 5 …
|
|
|
@379e5603
|
10 years |
lu_zero |
id3v2: Do not export empty APIC description
APIC tags always have a …
|
|
|
@b9f7a677
|
10 years |
lu_zero |
png: Set the color range as full range
The format uses full range for …
|
|
|
@254f3dab
|
10 years |
lu_zero |
nut: Make sure to clean up on read_header failure
Based on Andreas …
|
|
|
@4d0ee496
|
10 years |
lu_zero |
avi: Validate sample_size
And either error out or set it to 0 if it …
|
|
|
@b34257ee
|
10 years |
lu_zero |
nut: Check chapter creation in decode_info_header
This fixes a …
|
|
|
@243e8443
|
10 years |
lu_zero |
alac: Reject rice_limit 0 if compression is used
If in compression …
|
|
|
@295e05a7
|
10 years |
lu_zero |
ape: Support _0000 files with nblock smaller than 64
The …
|
|
|
@e0010bb
|
10 years |
vittorio.giovara |
mux: Do not leave stale side data pointers in …
|
|
|
@6c8c7c2
|
10 years |
vittorio.giovara |
dump: Print AVAudioServiceType side data
|
|
|
@04070dbc
|
10 years |
vittorio.giovara |
libx265: Fix 'braces around scalar initializer' warning
x265 …
|
|
|