source: ffmpeg

Revision Log Mode:


Legend:

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