|
|
|
@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
|
|
|
@d6e1d371
|
10 years |
diego |
oss_audio: Split muxer and demuxer
Signed-off-by: Diego Biurrun …
|
|
|
@e0a2e60c
|
10 years |
diego |
dct-test: Reuse enum idct_permutation_type instead of duplicating it
|
|
|
@913fa85a
|
10 years |
diego |
dct-test: Skip indirection for MMX IDCT permutation
|
|
|
@9e0b2991
|
10 years |
diego |
x86: dnxhdenc: Eliminate some unnecessary ifdefs
|
|
|
@b4edbe9a
|
10 years |
diego |
libgsm: Split decoder and encoder
Signed-off-by: Diego Biurrun …
|
|
|
@8b0dd494
|
10 years |
diego |
idctdsp: prettyprinting cosmetics
|
|
|
@b4987f72
|
10 years |
diego |
idct: Convert IDCT permutation #defines to an enum
Also rename the …
|
|
|
@c0de9159
|
10 years |
diego |
avdevice: Give names to anonymously typedeffed structs
Anonymous …
|
|
|
@24af1aa0
|
10 years |
diego |
fft: Convert FFT/MDCT permutation type #defines to enums
|
|
|
@746ad4e0
|
10 years |
diego |
dct-test: Improve CPU flags struct member name
|
|
|
@cb44b21d
|
10 years |
diego |
dct-test: Move cpu_flags variable out of global scope
|
|
|
@7e18a727
|
10 years |
martin |
arm: cosmetics: Consistently use lowercase for shift operators
…
|
|
|
@fe67f3fb
|
10 years |
martin |
arm: cosmetics: Fix a misaligned asm operand
Signed-off-by: Martin …
|
|
|
@5a272190
|
10 years |
martin |
armv6: Accelerate butterflies_float
I benchmarked the result by …
|
|
|
@5edad2c4
|
10 years |
martin |
armv6: Accelerate vector_fmul_window
I benchmarked the result by …
|
|
|
@87552d54
|
10 years |
martin |
armv6: Accelerate ff_fft_calc for general case (nbits != 4)
The …
|
|
|
@5c22e8e4
|
10 years |
martin |
armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)
The …
|
|
|
@2d604443
|
10 years |
diego |
dsputil: Split motion estimation compare bits off into their own context
|
|
|
@a578b040
|
10 years |
martin |
configure: Assume runtime cpu detection on arm on --target-os=android …
|
|
|
@c23ce454
|
10 years |
diego |
x86: dsputil: Coalesce all init files
This makes the init files match …
|
|
|
@324ff594
|
10 years |
diego |
avpacket: Check for and return errors in ff_interleave_add_packet()
…
|
|
|
@2db953f8
|
10 years |
diego |
h264: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@a11ef610
|
10 years |
diego |
h264: Remove some commented-out, broken cruft
|
|
|
@adff0a81
|
10 years |
diego |
arm: dsputil: Coalesce all init files
|
|
|