|
|
|
@794ca87d
|
12 years |
anton |
wvdec: split block header parsing into a separate file
It will be …
|
|
|
@0a1a9445
|
12 years |
anton |
lavf: rename wv.c to wvdec.c
wv.c will be used for shared wavpack …
|
|
|
@89806691
|
12 years |
anton |
wavpack: check that all the channels were coded.
|
|
|
@eae1b845
|
12 years |
anton |
wavpack: check that there aren't too many blocks per packet
|
|
|
@7d039e70
|
12 years |
anton |
wavpack: extract channel information from the bitstream
This way we …
|
|
|
@78f75b6f
|
12 years |
anton |
wavpack: extract sample rate from the bitstream
This way we don't …
|
|
|
@0ba49d28
|
12 years |
lu_zero |
configure: support gcc-4.8 instrumentation
Since version 4.8 gcc …
|
|
|
@ba13606c
|
12 years |
martin |
fate: Add a --target-samples path parameter
This allows having the …
|
|
|
@4a27a52a
|
12 years |
martin |
fate: Don't use files from SRC_PATH in the actual tests
If building …
|
|
|
@2cf5d291
|
12 years |
kostya.shishkov |
indeo4: reuse context block VLC for band instead of defaulting
…
|
|
|
@6647aa04
|
12 years |
kostya.shishkov |
indeo4: add missing Haar and slanted transforms
That involves fixing …
|
|
|
@3b03d7e2
|
12 years |
kostya.shishkov |
dxtory v2 support
|
|
|
@72821499
|
12 years |
martin |
vc1dec: Remove interlaced warning
Also add a note about the feature …
|
|
|
@d8b9dbe7
|
12 years |
martin |
vc1dec: Fix mixed field/frame intensity compensation
Signed-off-by: …
|
|
|
@17410faa
|
12 years |
martin |
vc1dec: Match addressing between compensation and MC in …
|
|
|
@1be175f
|
12 years |
martin |
vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() …
|
|
|
@c69765a2
|
12 years |
martin |
vc1dec: Fix doxy for vc1_mc_4mv_chroma4()
Signed-off-by: Martin …
|
|
|
@b412f70
|
12 years |
martin |
vc1dec: Drop old use_ic code from vc1_b_mc
Signed-off-by: Martin …
|
|
|
@5053a9a1
|
12 years |
martin |
vc1: Use shuffled use_ic instead of equally shuffled mv_mode
…
|
|
|
@3ced06f2
|
12 years |
martin |
vc1dec: Implement intensity compensation for vc1_interp_mc()
…
|
|
|
@28243b0d
|
12 years |
martin |
vc1dec: Redesign the intensity compensation
Use the …
|
|
|
@93b1281
|
12 years |
martin |
vc1dec: Shuffle field MVs after decoding, not before
This simplifies …
|
|
|
@851bc1d6
|
12 years |
kostya.shishkov |
smacker: assign video frame PTS
|
|
|
@9b6f47c4
|
12 years |
anton |
matroskadec: export full wavpack blocks.
This allows us to get rid of …
|
|
|
@5074f454
|
12 years |
anton |
wavpack demuxer: export full wavpack blocks.
Currently the demuxer …
|
|
|
@72dee5f4
|
12 years |
anton |
wavpack: don't set sample format in init.
We don't know whether it …
|
|
|
@35596bd4
|
12 years |
anton |
wavpack: remove a useless parameter from wavpack_decode_block().
The …
|
|
|
@d1bec4be
|
12 years |
anton |
wavpack: return an error on 0-sized blocks
Such blocks are not valid.
|
|
|
@1d177200
|
12 years |
anton |
wavpack: remove a useless check.
Number of samples in the first block …
|
|
|
@0f3a0b24
|
12 years |
anton |
wavpack: add an error message to a failure.
|
|
|
@474fb0c
|
12 years |
anton |
wavpack: return 0 instead of samples count from decoding functions
…
|
|
|
@528daa39
|
12 years |
anton |
wavpack: switch to planar output
This simplifies the code and makes …
|
|
|
@a7ec3a9a
|
12 years |
anton |
wavpack: drop redundant if/else blocks
|
|
|
@7b44c991
|
12 years |
anton |
wavpack: remove the subframes codec cap
The decoder always consumes …
|
|
|
@c330eba8
|
12 years |
anton |
lavf: preserve side data when parsing packets.
|
|
|
@268bb885
|
12 years |
kostya.shishkov |
smacker: add a clarification notice about audio decoding
|
|
|
@a3fc62e8
|
12 years |
anton |
configure: make jack depend on pthreads
|
|
|
@538bf767
|
12 years |
anton |
avconv: make -aspect work with streamcopy
|
|
|
@564b7e0c
|
12 years |
anton |
matroskadec: silently skip CodecState element.
mkvmerge apparrently …
|
|
|
@c3c08ba
|
12 years |
kostya.shishkov |
smacker: fix off-by-one error in palette expanding code
|
|
|
@5f30c6c8
|
12 years |
kostya.shishkov |
Revert "smackaud: clip output samples"
Smacker audio uses overflows …
|
|
|
@be7952b
|
12 years |
martin |
arm: Only output eabi attributes if building for ELF
This matches the …
|
|
|
@0418cbf0
|
12 years |
kostya.shishkov |
fix scalarproduct_and_madd_int16_altivec() for orders > 16
the second …
|
|
|
@322e4194
|
12 years |
lu_zero |
msvc/icl: Intel Compiler support on Windows
Initial support for the …
|
|
|
@9495cd17
|
12 years |
lu_zero |
configure: Fix check_exec_crash for ICL support
Change the …
|
|
|
@597208fd
|
12 years |
martin |
cpu: Include common.h for av_popcount64
This fixes build failures on …
|
|
|
@8a994b7
|
12 years |
anton |
vf_fade: support slice threading
|
|
|
@cb79881
|
12 years |
anton |
vf_yadif: support slice threading
|
|
|
@129bb23
|
12 years |
anton |
lavfi: add a slice threading infrastructure
Mostly based on libavcodec's
|
|
|
@2a6eaeaa
|
12 years |
anton |
Move get_logical_cpus() from lavc/pthread to lavu/cpu.
It will be …
|
|
|
@90f9a583
|
12 years |
anton |
w32pthreads: move from lavc to compat/
It will be used in other …
|
|
|
@e69222c5
|
12 years |
anton |
doxy: enable TYPEDEF_HIDES_STRUCT
This means that typedef struct …
|
|
|
@e9e5a1bd
|
12 years |
kostya.shishkov |
Monkey's Audio old versions FATE tests
|
|
|
@3f1a7ceb
|
12 years |
anton |
h264_parser: Set field_order and picture_structure.
Signed-off-by: …
|
|
|
@b493847d
|
12 years |
anton |
avcodec: Add picture structure information to AVCodecParserContext.
…
|
|
|
@fd062912
|
12 years |
lu_zero |
wavpack: check packet size early
Reported-by: Mateusz "j00ru" Jurczyk …
|
|
|
@3f0b6d7a
|
12 years |
lu_zero |
wavpack: use bytestream2 in wavpack_decode_block
Prevent most out of …
|
|
|
@f36d7831
|
12 years |
anton |
pixdesc: mark gray8 as pseudopal
Many functions treat it as such …
|
|
|
@3eae9b03
|
12 years |
janne-libav |
mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size …
|
|
|
@5b2b0b91
|
12 years |
martin |
configure: Enable the strtod workaround when building for bionic
…
|
|
|
@03ece7b0
|
12 years |
kostya.shishkov |
proresdec: simplify slice component offsets handling
|
|
|
@cfbd98ab
|
12 years |
lu_zero |
mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac
…
|
|
|
@c209d0df
|
12 years |
martin |
fate.sh: add support for build-only FATE instances
If the …
|
|
|
@a030279a
|
12 years |
lu_zero |
ljpeg: use the correct number of components in yuv
Reported-by: …
|
|
|
@8aa35009
|
12 years |
lu_zero |
mjpeg: Validate sampling factors
They must be non-zero.
Reported-by: …
|
|
|
@4b796681
|
12 years |
janne-libav |
mpegvideo: unref old current_picture before allocating a new one
…
|
|
|
@db347280
|
12 years |
lu_zero |
vorbis: fallback to normal division instead of crashing
The use of …
|
|
|
@ddf1b4a2
|
12 years |
lu_zero |
vorbis: simplify the inner loop in setup_classifs
|
|
|
@36f1038
|
12 years |
lu_zero |
vorbis: use normal integer values for iterators
No need to use …
|
|
|
@98186578
|
12 years |
lu_zero |
vorbis: refactor vorbis_residue_decode_internal
|
|
|
@c360fb17
|
12 years |
martin |
win32: Do not use GetProcAddress when compiled for Vista+
Instead …
|
|
|
@0b6899f1
|
12 years |
martin |
configure: msvc: Set the target windows version to XP if no target is …
|
|
|
@e45d6222
|
12 years |
kostya.shishkov |
Escape 130 FATE test
|
|
|
@8e673efc
|
12 years |
kostya.shishkov |
prores: update FATE test to account for alpha plane present in the …
|
|
|
@edfe609f
|
12 years |
lu_zero |
configure: Add basic valgrind-massif support
With the parameter …
|
|
|
@ed506730
|
12 years |
lu_zero |
wavpack: validate samples size parsed in wavpack_decode_block
…
|
|
|
@8c345581
|
12 years |
lu_zero |
wavpack: return meaningful errors
And forward those that were already …
|
|
|
@0f689a3d
|
12 years |
diego |
wavpack: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@350914fc
|
12 years |
kostya.shishkov |
Escape 130 (RPL) decoder
Some fixes provided by Paul B Mahol …
|
|
|
@cebdedc
|
12 years |
kostya.shishkov |
prores: decode alpha plane when it's present
|
|
|
@7e2b15c0
|
12 years |
anton |
avfilter: check a malloc in avfilter_link().
Additionally change …
|
|
|
@bf5b5d2b
|
12 years |
anton |
avfilter.c: cosmetics, reformat
|
|
|
@d79bd604
|
12 years |
anton |
lavfi: factorize freeing a link
|
|
|
@1dd35611
|
12 years |
anton |
vf_format: do not use the AVFilterFormats internals.
Use the …
|
|
|
@c5ab6088
|
12 years |
anton |
af_aformat: cosmetics, fix indentation
|
|
|
@b01f6041
|
12 years |
anton |
lavfi: rename AVFilterFormats.format_count to nb_formats
This is more …
|
|
|
@e27f4b7c
|
12 years |
anton |
doxy: don't sort struct members alphabetically
The declaration order …
|
|
|
@006ec648
|
12 years |
anton |
lavr doxy: add version.h to the lavr group
|
|
|
@f0cebf51
|
12 years |
anton |
lavc doxy: add avcodec.h to the libavcodec group.
|
|
|
@40020e17
|
12 years |
anton |
doxy: add a section about versioning.
|
|
|
@bc8c1cdc
|
12 years |
anton |
lavfi doxy: add a page for lavfi.
|
|
|
@abad3749
|
12 years |
lu_zero |
jpegls: check the scan offset
Prevent an out of array bound write.
…
|
|
|
@4a4107b4
|
12 years |
lu_zero |
jpegls: factorize return paths
|
|
|
@a5a0ef5e
|
12 years |
lu_zero |
jpegls: return meaningful errors
|
|
|
@2768f7e4
|
12 years |
diego |
sparc: VIS mnemonics
Currently, if VIS is enabled by configure, it …
|
|
|
@259af1b9
|
12 years |
anton |
mpegvideo: allocate sufficiently large scratch buffer for interlaced …
|
|
|
@db8e336e
|
12 years |
anton |
pthread: reindent
|
|
|
@30e25643
|
12 years |
anton |
lavc/pthread: remove obsolete checks
Those were useful when …
|
|
|
@16a645a
|
12 years |
anton |
vf_pixdesctest: make config_props work properly when called multiple times.
|
|
|
@3ba35a34
|
12 years |
anton |
vf_hqdn3d: make config_props work properly when called multiple times. …
|
|
|