|
|
|
@a9b046fb
|
11 years |
justin.ruggles |
tiff: use a better name and enum values for PhotometricInterpretation
…
|
|
|
@fdbe18b7
|
11 years |
justin.ruggles |
tiffdec: use a single strip if RowsPerStrip is 0
The spec does not …
|
|
|
@0a467a9b
|
11 years |
justin.ruggles |
tiffdec: use bytestream2 to simplify overread/overwrite protection
…
|
|
|
@5748faf2
|
11 years |
justin.ruggles |
bytestream: add bytestream2_copy_buffer() functions
This is basically …
|
|
|
@de9d2705
|
11 years |
justin.ruggles |
bytestream: add functions for accessing size of buffer
Signed-off-by: …
|
|
|
@58bc38a5
|
11 years |
justin.ruggles |
tiffdec: use correct data type for palette entries and set alpha to 0xFF
|
|
|
@bf2064f0
|
11 years |
justin.ruggles |
tiffdec: rename variables for consistency and fix variable shadowing
…
|
|
|
@d9a542ac
|
11 years |
justin.ruggles |
swscale: Set alpha to opaque for internal palettes.
Fixes conversion …
|
|
|
@20c38c9c
|
11 years |
justin.ruggles |
swscale: fix some undefined signed left shifts
Based on a patch by …
|
|
|
@60c4660b
|
11 years |
justin.ruggles |
swscale: fix an implementation-defined unsigned-to-signed conversion
|
|
|
@d4a8a86c
|
11 years |
lu_zero |
doc: Libavfilter English cleanup
This aims to standardize the English …
|
|
|
@617a1a98
|
11 years |
lu_zero |
mp3enc: Properly write bitrate value in XING header
Instead of using …
|
|
|
@254c95cd
|
11 years |
anton |
resample: split linear into its own function
|
|
|
@be394968
|
11 years |
anton |
resample: add initial padding explicitly
This simplifies the code, …
|
|
|
@eed752d6
|
11 years |
anton |
resample: drop useless abs()
negative sample_index is handled in the …
|
|
|
@3c84f6b5
|
11 years |
anton |
resample: reindent
|
|
|
@f20892eb
|
11 years |
anton |
resample: split the nearest neighbour path into a separate function pointer
|
|
|
@b9dea237
|
11 years |
anton |
resample: fix avresample_get_delay() return value
The correct "next" …
|
|
|
@71c32ed5
|
11 years |
vittorio.giovara |
DNxHD: convert inline asm to yasm
|
|
|
@67685620
|
11 years |
vittorio.giovara |
DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
|
|
|
@89ef08c9
|
11 years |
vittorio.giovara |
DNxHD: K&R formatting cosmetics
|
|
|
@a7448064
|
11 years |
lu_zero |
mp2: Do not force a samplerate
The default should be not to resample.
|
|
|
@25fbfee
|
11 years |
derek.buitenhuis |
libx265: Only set the SAR if it is valid
Signed-off-by: Derek …
|
|
|
@cd0ac6f6
|
11 years |
derek.buitenhuis |
libx265: Use 16-bit SAR
The spec says it is 16 bits.
Signed-off-by: …
|
|
|
@4a222645
|
11 years |
derek.buitenhuis |
libx265: Use x265_param_parse to set the SAR
Signed-off-by: Derek …
|
|
|
@9a07fac6
|
11 years |
anton |
mov: read hydrogenaudio replaygain information
|
|
|
@ad8159e0
|
11 years |
anton |
libavfilter: Add asettb filter for setting timebase for audio
Ported …
|
|
|
@f6774f90
|
11 years |
vittorio.giovara |
mpegvideo: operate with pointers to AVFrames instead of whole structs
…
|
|
|
@60fd7d36
|
11 years |
vittorio.giovara |
fate: correctly set sample rate for mp2 tests
|
|
|
@e6e8be54
|
11 years |
vittorio.giovara |
doc: Completely document the x264 options
And fix an option mismatch.
|
|
|
@0d671ade
|
11 years |
vittorio.giovara |
doc: Use a 3 columns multitable
Make the html output much nicer.
|
|
|
@be59675a
|
11 years |
vittorio.giovara |
doc: Change the multitable rendering in texi2pod
Makes it working …
|
|
|
@59388dac
|
11 years |
vittorio.giovara |
fate: update tests for YVYU422 pixel format
|
|
|
@b6a09ef7
|
11 years |
vittorio.giovara |
rawvideo: Support decoding YVYU422 FourCC
|
|
|
@92b099da
|
11 years |
vittorio.giovara |
swscale: support converting YVYU422 pixel format
|
|
|
@8b17243d
|
11 years |
vittorio.giovara |
lavu: Add packed YVYU422 pixel format
|
|
|
@46439e15
|
11 years |
vittorio.giovara |
mp2: match twolame default options
|
|
|
@718907cd
|
11 years |
vittorio.giovara |
libtwolame MP2 encoding support
Signed-off-by: Vittorio Giovara …
|
|
|
@17a75a8c
|
11 years |
vittorio.giovara |
libxvid: fix missing end of line character
Error introduced in …
|
|
|
@486e3649
|
11 years |
vittorio.giovara |
xtea: Add Doxy @file and group
|
|
|
@f7349568
|
11 years |
vittorio.giovara |
adler32: Fix doxy group definition
Based on a patch by James Almer …
|
|
|
@e10fd08a
|
11 years |
janne-libav |
h264: Refactor decode_nal_units
|
|
|
@c389a804
|
11 years |
vittorio.giovara |
libxvid: Add SSIM displaying through a libxvidcore plugin
…
|
|
|
@5ce7ca68
|
11 years |
vittorio.giovara |
libxvid: add working lumimasking and variance AQ
The old …
|
|
|
@d3789eee
|
11 years |
janne-libav |
aarch64: implement videodsp.prefetch
8% faster h264 decoding on Apple A7.
|
|
|
@8675bcb0
|
11 years |
janne-libav |
aarch64: add armv8 CPU flag
|
|
|
@a027d2a8
|
11 years |
vittorio.giovara |
fate: add tests for SANM and VIMA
Signed-off-by: Vittorio Giovara …
|
|
|
@eeadcdfd
|
11 years |
vittorio.giovara |
LucasArts SMUSH demuxer
Signed-off-by: Vittorio Giovara …
|
|
|
@6f273093
|
11 years |
vittorio.giovara |
LucasArts SMUSH VIMA audio decoder
Signed-off-by: Vittorio Giovara …
|
|
|
@a420ccd4
|
11 years |
vittorio.giovara |
LucasArts SMUSH SANM video decoder
Signed-off-by: Vittorio Giovara …
|
|
|
@5f922043
|
11 years |
diego |
dsputil: Move DV-specific ff_zigzag248_direct table to dvdata
|
|
|
@57b5b84e
|
11 years |
diego |
x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they …
|
|
|
@c2c5be57
|
11 years |
diego |
x86: h264_qpel: Simplify an #if conditional
The extra conditions are …
|
|
|
@01c5779f
|
11 years |
diego |
x86: Drop some unnecessary YASM ifdefs
Dead code elimination is …
|
|
|
@b718b24b
|
11 years |
diego |
ppc: Drop a bunch of unnecessary dsputil_altivec.h #includes
|
|
|
@b42f49e4
|
11 years |
diego |
x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
|
|
|
@3dc6272b
|
11 years |
diego |
Remove a number of unnecessary dsputil.h #includes
|
|
|
@9c21c08
|
11 years |
anton |
af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBY
|
|
|
@a49aa440
|
11 years |
anton |
af_volume: implement replaygain pre-amplification
This adds a new …
|
|
|
@c74b8669
|
11 years |
anton |
x86/synth_filter: add synth_filter_fma3
Signed-off-by: James Almer …
|
|
|
@81e02fae
|
11 years |
anton |
x86/synth_filter: add synth_filter_avx
Sandy Bridge Win64:
180 cycles …
|
|
|
@2025d802
|
11 years |
anton |
x86/synth_filter: add synth_filter_sse
Build only on x86_32 targets.
…
|
|
|
@b97f2c7c
|
11 years |
anton |
replaygain: remove unused variable
Signed-off-by: Anton Khirnov …
|
|
|
@0048deb8
|
11 years |
anton |
oggparsevorbis: export replaygain tags from Vorbis comments
…
|
|
|
@1d55f8d5
|
11 years |
anton |
flacdec: export replaygain tags from Vorbis comments
Signed-off-by: …
|
|
|
@8542f9c4
|
11 years |
anton |
replaygain: correctly parse peak values
According to the ReplayGain …
|
|
|
@25b6837f
|
11 years |
anton |
replaygain: fix gain sign decoding
The gain sign was incorrectly …
|
|
|
@f37815b1
|
11 years |
janne-libav |
arm: asm decode_block_coeffs_internal is vp8 specific
Unbreaks …
|
|
|
@28743243
|
11 years |
vittorio.giovara |
fate: add a VP7 test
|
|
|
@ac4b32df
|
11 years |
vittorio.giovara |
On2 VP7 decoder
Further performance improvements and security fixes …
|
|
|
@ce58ead4
|
11 years |
vittorio.giovara |
riff: Add an additional AAC TwoCC
Mentioned on …
|
|
|
@1e8c4fb
|
11 years |
vittorio.giovara |
riff: support 0xa100 TwoCC for G723_1
Sample-Id: …
|
|
|
@00ccdcd8
|
11 years |
vittorio.giovara |
riff: add 0x594a TwoCC for Xan DPCM
Sample-Id: crusader-no-regret.avi
|
|
|
@7b600ea0
|
11 years |
vittorio.giovara |
riff: add 0x64 to g726
Sample-Id: g726-test1.wav
|
|
|
@b7a12ab
|
11 years |
vittorio.giovara |
riff: add G723_1 wav tag
|
|
|
@10a14bd
|
11 years |
vittorio.giovara |
riff: map 0x0038 to amrnb
Sample-Id: 40709.avi
|
|
|
@228af18a
|
11 years |
vittorio.giovara |
riff: Support FLIC FourCC
|
|
|
@fb6c21fa
|
11 years |
vittorio.giovara |
riff: add escape130 FourCC
|
|
|
@ae584669
|
11 years |
vittorio.giovara |
riff: support 'aas4' FourCC
|
|
|
@7100f3c0
|
11 years |
vittorio.giovara |
riff: add "YUV8" FourCC
Sample-Id: MAILTEST.AVI
|
|
|
@c9787f03
|
11 years |
vittorio.giovara |
riff: Add "S263" FourCC
|
|
|
@9ff6429b
|
11 years |
vittorio.giovara |
riff: Support XMPG as mpeg1
|
|
|
@771cb3e5
|
11 years |
vittorio.giovara |
riff: support BW10 as mpeg1
|
|
|
@eaec09a5
|
11 years |
vittorio.giovara |
riff: Add SLDV FourCC for dvvideo
|
|
|
@a1c58b3a
|
11 years |
vittorio.giovara |
riff: Support NTSC forward dvcpro videos
PAL looks incorrect.
|
|
|
@6aa7cbd5
|
11 years |
vittorio.giovara |
riff: add dvis/pdvc FourCCs
|
|
|
@adf0ff00
|
11 years |
vittorio.giovara |
riff: add "GXVE" FourCC for WMV2
Sample-Id: vivd.avi
|
|
|
@96dd7b23
|
11 years |
vittorio.giovara |
riff: add PLV1 fourcc to mpeg4
Sample-Id: york-water-meteor.avi
|
|
|
@f5f18aec
|
11 years |
vittorio.giovara |
riff: Support decoding ASP variant from QNAP Systems
|
|
|
@ade32b4a
|
11 years |
vittorio.giovara |
riff: add "SM4V" FourCC
|
|
|
@684e43c5
|
11 years |
vittorio.giovara |
riff: add DYM4 mpeg4 fourcc
|
|
|
@32b0942c
|
11 years |
vittorio.giovara |
riff: add DM4V FourCC
|
|
|
@fa6a0211
|
11 years |
vittorio.giovara |
riff: add G264 to mpeg4, only decodes keyframes
|
|
|
@9ab2d5a3
|
11 years |
vittorio.giovara |
riff: add "lsvm" FourCC for H263.
|
|
|
@915524e5
|
11 years |
vittorio.giovara |
riff: Support H.264 fourcc UMSV
|
|
|
@dcb6e145
|
11 years |
vittorio.giovara |
riff: add FourCC for GeoVision cameras
|
|
|
@9d9d319a
|
11 years |
vittorio.giovara |
riff: Add V264 for H264 in CCTV recordings
|
|
|
@51ace0fb
|
11 years |
vittorio.giovara |
riff: add H264 from QNAP Systems
|
|
|
@a52a1bc
|
11 years |
vittorio.giovara |
riff: add SMV2 FourCC for H264
Sample-Id: smv2.avi
|
|
|
@235bf1da
|
11 years |
vittorio.giovara |
riff: add ISMP/timecode tag
|
|
|