|
|
|
@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
…
|
|
|
@fa38573c
|
10 years |
lu_zero |
matroska: Register mime types
|
|
|
@02cf0c9e
|
10 years |
lu_zero |
aac: Register the mime type
Speed up probing ADTS live streams that …
|
|
|
@3a19405d
|
10 years |
lu_zero |
avformat: Use the mime type information in input probe
It should …
|
|
|
@69e7336b
|
10 years |
lu_zero |
avstring: Expose the simple name match function
Signed-off-by: …
|
|
|
@e253a9e2
|
10 years |
lu_zero |
avformat: Move av_probe_input* to format.c
|
|
|
@942269fd
|
10 years |
diego |
caf: Use correct printf conversion specifiers for POSIX int types
|
|
|
@019a28cd
|
10 years |
diego |
sanm: Use correct printf conversion specifiers for POSIX int types
|
|
|
@59ca29a5
|
10 years |
diego |
dump: Use correct printf conversion specifiers for POSIX int types
|
|
|
@4f8cf0dc
|
10 years |
diego |
x86: build: Restore ordering of OBJS lines
|
|
|
@e4a462e3
|
10 years |
lu_zero |
configure: Use require_pkg_config for Speex
Distributors and …
|
|
|
@259fe728
|
10 years |
lu_zero |
mxf: Extract origin information from material and source track
…
|
|
|
@c9d982aa
|
10 years |
lu_zero |
mxf: Detect Vanc/Vbi SMPTE-436M mxf track
Signed-off-by: Luca Barbato …
|
|
|
@dc71f195
|
10 years |
diego |
video4linux2: Avoid a floating point exception
This avoids a segfault …
|
|
|
@e76f2d1
|
10 years |
anton |
hevc: eliminate the last element from TransformTree
Replace it by …
|
|
|
@4aa80808
|
10 years |
anton |
hevc: eliminate unnecessary cbf_c{b,r} arrays
They are replaced by …
|
|
|
@0daa2554
|
10 years |
anton |
hevc: do not store the transform inter_split flag in the context
It …
|
|
|
@53a11135
|
10 years |
anton |
hevc: simplify splitting the transform tree blocks
|
|
|
@e36a2f4c
|
10 years |
anton |
hevc: eliminate an unnecessary array
We do not need to store the …
|
|
|
@4b169321
|
10 years |
anton |
codec_desc: fix some typos in long codec names
The rv20 typo spotted …
|
|
|
@c5fca017
|
10 years |
anton |
lavc: add a property for marking codecs that support frame reordering
|
|
|
@42eb9154
|
10 years |
janne-libav |
fate: support testing of release branches
Adding 'branch=release/10' …
|
|
|
@541427ab
|
10 years |
anton |
eamad: use the bytestream2 API instead of AV_RL
This is safer and …
|
|
|
@7215fcf8
|
10 years |
diego |
avformat: Mark AVOutputFormat argument in avformat_query_codec as const
|
|
|
@ec4f04da
|
10 years |
diego |
avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
|
|
|
@53abe324
|
10 years |
diego |
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as …
|
|
|
@1a880b2f
|
10 years |
anton |
hevc: SSE2 and SSSE3 loop filters
Additional contributions by James …
|
|
|
@73bb8f61
|
10 years |
anton |
hevcdsp: remove an unneeded variable in the loop filter
beta0 and …
|
|
|
@56f98e3
|
10 years |
anton |
output example: convert audio to the format supported by the encoder
|
|
|
@884f7c97
|
10 years |
anton |
output example: set the stream timebase
This is required by the new API.
|
|
|
@d8520d3e
|
10 years |
diego |
mpegvideo: Move QMAT_SHIFT* defines to the only place they are used
|
|
|
@4fbb62a2
|
10 years |
diego |
mpegvideo: Move ME_MAP_* defines to the only place they are used
|
|
|
@ff853343
|
10 years |
diego |
mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines
|
|
|
@165e9df1
|
10 years |
diego |
fft-test: Pass the right struct members instead of casting
|
|
|
@58e65e44
|
10 years |
diego |
vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c
This avoids …
|
|
|
@7fb993d3
|
10 years |
diego |
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
|
|
|
@060e4a9e
|
10 years |
diego |
dct/rdft: Remove duplicate typedefs for context structs
The typedefs …
|
|
|
@436ced24
|
10 years |
diego |
mpegenccontext: Remove unused opaque pointer
Signed-off-by: Diego …
|
|
|
@ce2e858f
|
10 years |
diego |
http: K&R formatting cosmetics
Also comment some #endifs and …
|
|
|
@d0de7330
|
10 years |
diego |
fft-test: Pass correct struct members to (i)dct functions
This fixes …
|
|
|
@6133d658
|
10 years |
diego |
fft-test: K&R formatting cosmetics
Also rearrange #includes into …
|
|
|
@c3c96deb
|
10 years |
diego |
fft-test: Check memory allocations
|
|
|
@7288b34
|
10 years |
diego |
fft-test: Drop unnecessary pointer indirection for context structs
|
|
|
@d445c865
|
10 years |
diego |
fft-test: Reduce variable scope where sensibly possible
Also merge …
|
|
|
@eac77fcd
|
10 years |
diego |
mpegenccontext: Remove unused dct_unquantize_h261 function pointers
…
|
|
|
@20ec0daa
|
10 years |
diego |
fft-test: Make global exptab variable static
|
|
|
@2b6ab3a2
|
10 years |
diego |
mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used
|
|
|
@06a1d13
|
10 years |
martin |
configure: Extend the neon intrinsics check
Check for an instruction …
|
|
|
@5be7d859
|
10 years |
diego |
fft-test: Comment some #endifs
|
|
|
@57f1b1dc
|
10 years |
diego |
fft-test: Drop unnecessary #ifdefs around header includes
|
|
|
@11c7155c
|
10 years |
diego |
dct/rdft: Add missing typedefs for context structs
Without the …
|
|
|
@eba2233b
|
10 years |
diego |
build: Add define for SIMD extensions requiring 16-byte aligned buffers
|
|
|
@67bc1ba5
|
10 years |
diego |
libxvid: Drop PPC-specific CPU detection hack
It is doubtful if the …
|
|
|
@7bdd2ff6
|
10 years |
lu_zero |
http: Use a constant for the supported header size
|
|
|
@78670fbf
|
10 years |
diego |
imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery
|
|
|
@6869612f
|
10 years |
diego |
arm: Macroize the test for 'setend' CPU instruction support
…
|
|
|
@16e66522
|
10 years |
janne-libav |
aarch64: NEON intrinsics dct_unquantize_h263.
Intrinsics only used on …
|
|
|
@d45ebd48
|
10 years |
janne-libav |
configure: add support for neon intrinsics
|
|
|
@389380c2
|
10 years |
lu_zero |
http: Do move the class instantiation in the conditional block
Remove …
|
|
|
@28df1d24
|
10 years |
lu_zero |
http: Provide an option to override the HTTP method
Certain servers …
|
|
|
@bb0babd7
|
10 years |
lu_zero |
build: Support executable only ldflags
The options is useful to build …
|
|
|
@b396bbad
|
10 years |
lu_zero |
configure: Do not add extralibs to avresample .pc file
The library …
|
|
|
@fc27e727
|
10 years |
anton |
mpegts: do not export empty language tags
Signed-off-by: Anton …
|
|
|
@4d2d059
|
10 years |
diego |
fate: Split audio- and video-related RealMedia targets
Signed-off-by: …
|
|
|
@2ce5388
|
10 years |
diego |
build: Conditionally compile all avcodec test programs
|
|
|
@16b73280
|
10 years |
diego |
build: Conditionally build and run DCT test program
|
|
|
@bd499d9a
|
10 years |
diego |
build: Conditionally build and test iirfilter
|
|
|
@c3ec963d
|
10 years |
diego |
mjpeg: return proper error code
Signed-off-by: Diego Biurrun …
|
|
|
@81b9bf31
|
10 years |
diego |
dct-test: Move arch-specific bits into arch-specific subdirectories
|
|
|
@a9f3f5fa
|
10 years |
janne-libav |
Revert "tiff: support reading gray+alpha at 8 bits"
This reverts …
|
|
|
@819bb3e8
|
10 years |
vittorio.giovara |
fate: add h264-direct-bff test
|
|
|
@c39059be
|
10 years |
vittorio.giovara |
h264: Fix direct temporal mvs for bottom-field-first poc order
Such …
|
|
|
@b31d76e
|
10 years |
vittorio.giovara |
tiff: support reading gray+alpha at 8 bits
Signed-off-by: Vittorio …
|
|
|
@4de8b606
|
10 years |
diego |
idct: Move arm-specific declarations to a header in the arm directory
|
|
|
@9f99a5f1
|
10 years |
diego |
mpegencconetxt: Move rv10-specific orig_width/orig_height where they …
|
|
|
@1a583c0c
|
10 years |
diego |
fdct: Move ppc-specific declarations to a header in the ppc directory
|
|
|
@5dcc2015
|
10 years |
diego |
simple_idct: Move x86-specific declarations to a header in the x86 …
|
|
|
@85cabb8d
|
10 years |
diego |
fdct: Move x86-specific declarations to a header in the x86 directory
|
|
|