source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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. …
(edit) @3fb29588   12 years anton vf_drawtext: don't leak the expressions.
(edit) @6592cd22   12 years anton vf_crop: make config_props work properly when called multiple times. …
(edit) @d5c66d9c   12 years anton vf_setdar: make config_props work properly when called multiple times. …
(edit) @4c205f42   12 years anton vf_drawbox: make config_props work properly when called multiple …
(edit) @90d9a2a0   12 years anton vf_drawtext: do not reset the frame number in config_input. Frame …
(edit) @7727be79   12 years anton vf_fps: move initializing pts from config_props to init. It should …
(edit) @d371c3c2   12 years anton vf_frei0r: make config_props work properly when called multiple times. …
(edit) @87c31cfd   12 years anton vf_gradfun: make config_props work properly when called multiple times.
(edit) @b06848f4   12 years anton vf_lut: make config_props work properly when called multiple times. …
(edit) @1232a164   12 years kostya.shishkov Apple Intermediate Codec decoder
(edit) @40bbbce7   12 years martin movenc: Don't add base_data_offset in tfhd for PIFF files According …
(edit) @1fb013a5   12 years martin vc1dec: Add support for interlaced B-frames Signed-off-by: Martin …
(edit) @4dbceaa3   12 years diego sparc: Eliminate dead code in VIS acceleration macros Signed-off-by: …
(edit) @39cc4c61   12 years lu_zero flacdec: drop unnecessary assert The condition cannot happen anymore.
(edit) @b25e49b1   12 years lu_zero mjpegdec: properly report unsupported disabled features When JPEG-LS …
(edit) @3062ac4c   12 years anton vf_pad: use the name 's' for the pointer to the private context This …
(edit) @a70519aa   12 years anton vf_overlay: use the name 's' for the pointer to the private context …
(edit) @8d2565c2   12 years anton vf_lut: use the name 's' for the pointer to the private context This …
(edit) @4753f80   12 years anton vf_libopencv: use the name 's' for the pointer to the private context …
(edit) @56e4ce0d   12 years anton vf_hqdn3d: use the name 's' for the pointer to the private context …
(edit) @7af5ae2d   12 years anton vf_hflip: use the name 's' for the pointer to the private context …
(edit) @05fab553   12 years anton vf_gradfun: use the name 's' for the pointer to the private context …
(edit) @f6b6d6a   12 years anton vf_frei0r: use the name 's' for the pointer to the private context …
Note: See TracRevisionLog for help on using the revision log.