|
|
|
@9325d88
|
10 years |
anton |
lavc: remove obsolete and disabled avpriv functions
|
|
|
@24c788f4
|
10 years |
anton |
Remove obsolete FF_API_REFERENCE_DTS cruft.
|
|
|
@24e87f7f
|
10 years |
anton |
Remove obsolete FF_API_PROBE_MIME cruft.
|
|
|
@472f9ed3
|
10 years |
anton |
Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.
|
|
|
@1985c2e7
|
10 years |
anton |
Bump major versions of all libraries.
|
|
|
@f4c444e
|
10 years |
anton |
Postpone API-incompatible changes until the next bump.
|
|
|
@7acdd3a
|
10 years |
anton |
hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()
1) each …
|
|
|
@52a2c17e
|
10 years |
anton |
hevc_refs: drop the handling of negative coordinates in …
|
|
|
@a7a17e3f
|
10 years |
anton |
hevc_filter: move some conditions out of loops
|
|
|
@7021153
|
10 years |
anton |
hevc: deobfuscate slice/tile boundary handling for DBF
Use named …
|
|
|
@55019715
|
10 years |
anton |
hevc_filter: drop more redundant checks
The if() around those loops …
|
|
|
@65b8b6c4
|
10 years |
anton |
hevc_filter: drop redundant checks
…
|
|
|
@4d1ff2a4
|
10 years |
anton |
hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled
|
|
|
@d35b94fb
|
10 years |
diego |
avcodec: Rename xvidmmx IDCT to xvid
The Xvid IDCT is not MMX-specific.
|
|
|
@84d173d3
|
10 years |
diego |
xvididct: Ensure that the scantable permutation is always set …
|
|
|
@6f1960ab
|
10 years |
diego |
idct: cosmetics: Drop one unnecessary if-block level
|
|
|
@444c7358
|
10 years |
diego |
configure: Only run gas checks on ARM and PowerPC
Standalone GNU …
|
|
|
@0026e356
|
10 years |
diego |
configure: Die if gas is unavailable under aarch64 as well as ARM
|
|
|
@e4c9e59a
|
10 years |
diego |
mpeg: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@45469760
|
10 years |
diego |
mpegts: Use av_free() to free memory allocated by av_strdup()
|
|
|
@5b220e1e
|
10 years |
diego |
mpegts: Fix memory leaks and related crashes in mpegs_write_header()
|
|
|
@f8ab9f2f
|
10 years |
diego |
mpegts: Avoid unnecessary variable shadowing
|
|
|
@6d6bd3a3
|
10 years |
diego |
mpegts: Drop some unnecessary parentheses
|
|
|
@b7b1bf91
|
10 years |
diego |
mpegts: K&R formatting cosmetics
|
|
|
@bb789016
|
10 years |
diego |
swscale: Undeprecate sws_getContext()
sws_getCachedContext is not a …
|
|
|
@ad1ee5fa
|
10 years |
diego |
avcodec: Undeprecate reordered_opaque
It allows attaching other …
|
|
|
@a7e541c9
|
10 years |
vittorio.giovara |
h264: fix interpretation of interleved stereo modes
Column and row …
|
|
|
@b50173a4
|
10 years |
stebbins |
movenc: fix QT chapter track character encoding
An encoding ("encd") …
|
|
|
@da9cc22d
|
10 years |
stebbins |
movenc: add track title to tracks
|
|
|
@d9432789
|
10 years |
stebbins |
movenc: remove pointless loop around BITEXACT test
|
|
|
@7b588bb6
|
10 years |
anton |
svq1: do not modify the input packet
The input data must remain …
|
|
|
@c7d9b473
|
10 years |
anton |
cdgraphics: do not return 0 from the decode function
0 means no data …
|
|
|
@a1599f3f
|
10 years |
anton |
cdgraphics: switch to bytestream2
Fixes possible invalid memory …
|
|
|
@ed6d9ce9
|
10 years |
martin |
configure: Include the armcc build number in the compiler …
|
|
|
@cbc808d7
|
10 years |
vittorio.giovara |
jpeg2000: enable 4 component pixel formats
Bug-Id: 721
CC: …
|
|
|
@a7153444
|
10 years |
anton |
huffyuvdec: check width size for yuv422p
Avoid out of array accesses. …
|
|
|
@70cd3b8e
|
10 years |
anton |
mmvideo: check horizontal coordinate too
Fixes out of array accesses. …
|
|
|
@849b9d34
|
10 years |
anton |
wmalosslessdec: fix mclms_coeffs* array size
Fixes corruption of …
|
|
|
@15201e25
|
10 years |
janne-libav |
configure: check $as first before using $gas as GNU as
llvm's …
|
|
|
@d395895c
|
10 years |
janne-libav |
fate: generate tests/pixfmts.mak for all targets requiring it
All …
|
|
|
@0897d2fd
|
10 years |
lu_zero |
movenc: Add option to disable nero chapters
And add flag to muxer …
|
|
|
@2601a944
|
10 years |
lu_zero |
mpegts: Add HEVC definitions
Signed-off-by: Luca Barbato …
|
|
|
@89616408
|
10 years |
lu_zero |
mpegts: Define the section length with a constant
The specification …
|
|
|
@701e8b42
|
10 years |
lu_zero |
vc-1: Optimise parser (with special attention to ARM)
The previous …
|
|
|
@adf8227c
|
10 years |
lu_zero |
vc-1: Add platform-specific start code search routine to …
|
|
|
@db7f1c7c
|
10 years |
lu_zero |
h264: Move start code search functions into separate source files.
…
|
|
|
@eee813ee
|
10 years |
diego |
fate: Only generate tests/pixfmts.mak if some pixfmts fate test is run
|
|
|
@990e2f35
|
10 years |
diego |
avcodec: Suppress deprecation warnings from DTG code scheduled for removal
|
|
|
@086a5418
|
10 years |
vittorio.giovara |
fate: png-suite
Every supported format is converted to RGB.
|
|
|
@60cbd6ad
|
10 years |
vittorio.giovara |
tiff: support reading gray+alpha at 8 bits
Signed-off-by: Vittorio …
|
|
|
@bcc5f69b
|
10 years |
vittorio.giovara |
tiff: support reading gray+alpha at 16 bits
|
|
|
@e64f0bf
|
10 years |
vittorio.giovara |
png: support reading gray+alpha at 16 bits
|
|
|
@2257165b
|
10 years |
vittorio.giovara |
png: disable broken MMX/SIMD code for bpp <= 2
The decoder was …
|
|
|
@f84a1b59
|
10 years |
vittorio.giovara |
swscale: support AV_PIX_FMT_YA16 as input
Based on a long debug …
|
|
|
@e9abafca
|
10 years |
vittorio.giovara |
avutil: add AV_PIX_FMT_YA16 pixel format
|
|
|
@e96c3b81
|
10 years |
vittorio.giovara |
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
The rationale is …
|
|
|
@e0d73fd
|
10 years |
vittorio.giovara |
avutil: add alias names for gray 8/16 colour spaces
|
|
|
@d2962e9f
|
10 years |
vittorio.giovara |
pixdesc: Support pixelformat aliases
Signed-off-by: Vittorio Giovara …
|
|
|
@5420099c
|
10 years |
vittorio.giovara |
swscale: correctly pad destination buffer in rgb conversion
Bug-Id: …
|
|
|
@23dfa00b
|
10 years |
janne-libav |
fate: explicitly set the default THREADS value
This makes the default …
|
|
|
@eb9244f2
|
10 years |
martin |
Add Icecast protocol
Icecast is basically a convenience wrapper …
|
|
|
@bb41115d
|
10 years |
diego |
imgutils: Do not declare avpriv_set_systematic_pal2 in the public header
|
|
|
@1ef9e83
|
10 years |
diego |
avcodec: Deprecate dtg_active_format field in favor of avframe …
|
|
|
@d0393d79
|
10 years |
diego |
huffyuv: Check and propagate function return values
Bug-Id: …
|
|
|
@62340581
|
10 years |
diego |
huffyuv: Return proper error codes
|
|
|
@3160bdc7
|
10 years |
diego |
huffyuv: Use avpriv_report_missing_feature() where appropriate
|
|
|
@b7616f57
|
10 years |
diego |
huffyuv: Eliminate some pointless casts
|
|
|
@c065f4a0
|
10 years |
diego |
huffyuv: K&R formatting cosmetics
|
|
|
@f89d76c
|
10 years |
diego |
mpeg4video: Initialize xvididct for all threads
Signed-off-by: Diego …
|
|
|
@a238b83b
|
10 years |
janne-libav |
aarch64: use MACH-O const data asm directive in const macro
|
|
|
@ac6b95db
|
10 years |
janne-libav |
aarch64: add ',' between assembler macro arguments where missing
…
|
|
|
@caf5ef85
|
10 years |
janne-libav |
cpu-test: test av_cpu_count
Add CPU count and number threads as …
|
|
|
@07d8fa58
|
10 years |
janne-libav |
fate: add informative cpu test
libavutil/cpu-test prints raw and …
|
|
|
@6a463e7f
|
10 years |
lu_zero |
http: Refactor http_open_cnx
Split return value handling from the …
|
|
|
@fbc0b865
|
10 years |
lu_zero |
lavr: Do not change the sample format for mono audio
This treats mono …
|
|
|
@9f17685d
|
10 years |
diego |
avcodec: Deprecate unused defines and options
|
|
|
@bad81800
|
10 years |
diego |
avcodec: options: Add missing deprecation ifdefs around emu_edge
|
|
|
@072916d9
|
10 years |
diego |
filtfmts: Replace deprecated uses of AVFilterPad
Also add missing …
|
|
|
@6a928293
|
10 years |
diego |
examples: filter_audio: Add missing mem.h header for av_freep()
|
|
|
@c6a1ac2d
|
10 years |
diego |
vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrame
|
|
|
@c697c590
|
10 years |
diego |
lcl: Disentangle pointers to input data and decompression buffer
This …
|
|
|
@df507d5
|
10 years |
diego |
tiff: Replace deprecated PIX_FMT names by modern ones
|
|
|
@7835c24e
|
10 years |
diego |
dv: Update DV-profile-related functions to current public API
|
|
|
@ffa4d4e
|
10 years |
diego |
ppc: fft: Build AltiVec optimizations in the standard way
|
|
|
@f0e95948
|
10 years |
lu_zero |
af_channelmap: Set the frame channel layout
Otherwise the frame would …
|
|
|
@87efaa97
|
10 years |
lu_zero |
af_join: Set the output frame format
|
|
|
@fa14804c
|
10 years |
lu_zero |
flv: Index the audio stream
And leverage the video index if the video …
|
|
|
@7ab551f9
|
10 years |
vittorio.giovara |
h264: prevent theoretical infinite loop in SEI parsing
Properly …
|
|
|
@b2e059a1
|
10 years |
vittorio.giovara |
pixdesc: K&R formatting cosmetics
Also change some comments to …
|
|
|
@92a36a6b
|
10 years |
vittorio.giovara |
pngdec: correctly indent macros
|
|
|
@52269f48
|
10 years |
vittorio.giovara |
Revert "vf_interlace: deprecate lowpass option"
This reverts commit …
|
|
|
@4da8cdbb
|
10 years |
diego |
tscc: Eliminate pointless variable indirections in decode_frame()
|
|
|
@5735552f
|
10 years |
diego |
pngenc: Drop pointless pointer cast in png_write_row()
|
|
|
@a786c825
|
10 years |
diego |
idct: Split off Xvid IDCT
The Xvid IDCT is only required to decode …
|
|
|
@03c9f357
|
10 years |
diego |
ppc: idctdsp: Immediately return if no AltiVec is available
This is …
|
|
|
@706208ef
|
10 years |
diego |
fate: Split fate-pixdesc tests and dispatch them through Make
This …
|
|
|
@d98e6c5
|
10 years |
lu_zero |
pgssubdec: Check RLE size before copying
Make sure the buffer size …
|
|
|
@a0ce85ac
|
10 years |
diego |
configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled
|
|
|
@a8d803a3
|
10 years |
diego |
vf_select: Drop a debug av_log with an unchecked double to enum …
|
|
|
@ccbf370f
|
10 years |
diego |
mpegvideo: move vol_control_parameters to the only place it is used
…
|
|
|