source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee33eb40   13 years Carl Eugen Hoyos libopenjpegenc: Rename four conversion functions.
(edit) @7e62315c   13 years Reimar.Doeffinger Use correct register size. Fixes compilation with NASM. …
(edit) @67f5650a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
(edit) @905c4dc2   13 years michaelni dpxenc: Dont store lavc indent when bitexact is set. This avoids fate …
(edit) @00430075   13 years Carl Eugen Hoyos Support 64bit pam decoding.
(edit) @328e7932   13 years Carl Eugen Hoyos Support gray8a pam decoding.
(edit) @dc2f652a   13 years Carl Eugen Hoyos Fix pix_fmt_info for yuva420. This allows correct output pix_fmt …
(edit) @72ad228a   13 years Clément Bœsch fate: add GEN tag for mapchan sw tests.
(edit) @94bf9ac4   13 years michaelni fix av_dlog call with non-AVClass struct Signed-off-by: Michael …
(edit) @c203044   13 years Reimar.Doeffinger Remove extraneous newline from dpx reference which breaks FATE. …
(edit) @9e12002f   13 years janne-libav rv34: add NEON rv34_idct_add Overall almost 4% faster, idct_add down …
(edit) @9ba9c340   13 years janne-libav rv34: 1-pass inter MB reconstruction Implement 1-pass inverse …
(edit) @75947915   13 years Reimar.Doeffinger Rework VP8 decoder frame skipping code. This reworks the frame …
(edit) @203f94fd   13 years Reimar.Doeffinger mxfdec: Add missing free. Should fix valgrind FATE. Signed-off-by: …
(edit) @6003ec88   13 years Reimar.Doeffinger asfdec: Move variable declarations into the blocks they are used in. …
(edit) @5fc51c31   13 years Clément Bœsch lavu: add 2.1 channel layout.
(edit) @d93b6340   13 years Carl Eugen Hoyos Add dpx encoding regression test.
(edit) @ffa0923e   13 years kostya.shishkov add SMJPEG muxer Signed-off-by: Kostya Shishkov …
(edit) @68b94f8b   13 years kostya.shishkov avformat: split out common SMJPEG code This is a preparation for …
(edit) @203ea375   13 years Carl Eugen Hoyos Support rgb64 dpx encoding.
(edit) @a8b117f8   13 years Carl Eugen Hoyos Add gray16 and rgb48 png encoding regression tests.
(edit) @d8591913   13 years justin.ruggles pictordec: Use bytestream2 functions Signed-off-by: Justin Ruggles …
(edit) @811de351   13 years michaelni Enhance HLS seeking. Enhances seeking by demuxing until the requested …
(edit) @ebc9ff8   13 years michaelni vorbisdec: Check that the x values of floor1 are unique. This is …
(edit) @fa169d56   13 years michaelni mov: cosmetics - move a line to a better position and add a comment …
(edit) @60168f93   13 years michaelni movenc: add FIXME to add alis and rsrc atoms Signed-off-by: Jean …
(edit) @ee458cb   13 years justin.ruggles avconv: use avcodec_encode_audio2()
(edit) @05f95443   13 years justin.ruggles pcmenc: use AVCodec.encode2()
(edit) @a6ccae3   13 years justin.ruggles avcodec: bump minor version and add APIChanges for the new audio …
(edit) @b2c75b6   13 years justin.ruggles avcodec: Add avcodec_encode_audio2() as replacement for …
(edit) @5ee5fa02   13 years justin.ruggles avcodec: add a public function, avcodec_fill_audio_frame(). This is a …
(edit) @0c10885c   13 years michaelni movenc: indent cosemtics Signed-off-by: Jean First …
(edit) @4a4c4278   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @d7806238   13 years janne-libav rv34: Intra 16x16 handling Extract processing of intra 16x16 blocks …
(edit) @3eeb7557   13 years janne-libav rv34: Inter/intra MB code split Split inter/intra macroblock handling …
(edit) @f94ce3bc   13 years Carl Eugen Hoyos Support rgb48 and rgba64 png encoding.
(edit) @2df5f59a   13 years diego fate: split ADPCM and DPCM test references into separate files.
(edit) @107f55cb   13 years Carl Eugen Hoyos Simplify RGB32 png encoding.
(edit) @bcd5d979   13 years diego mov, mxfdec: Employ more meaningful return values. Signed-off-by: …
(edit) @fdc013da   13 years Carl Eugen Hoyos Support gray16 png encoding.
(edit) @ed10ca4   13 years Carl Eugen Hoyos Support gray8a png encoding.
(edit) @e2ff436   13 years siretart lavc: Relax API strictness in avcodec_decode_audio3 with a custom …
(edit) @ea3abcd5   13 years Reimar.Doeffinger Fix ff_get_guid for short reads or errors. Current code would just …
(edit) @719a576f   13 years michaelni lavfi-showfiltfmts: fix typo that segfaulted haiku. Signed-off-by: …
(edit) @e6e7bfc1   13 years kostya.shishkov wavpack: fix clipping for 32-bit lossy mode Reference decoder clips …
(edit) @bb4c0abc   13 years stefasab ffplay: mark i variable in toggle_full_screen() as unused Fix gcc …
(edit) @4ee03fef   13 years stefasab lavfi/rgbtestsrc: make alpha plane opaque
(edit) @6922458   13 years michaelni iff: support masking plane feature Fixes ticket 705. Reported-by: …
(edit) @73da4fd5   13 years michaelni Revert "buildsystem: add $EXESUF to the used tool for fate" This …
(edit) @8af6b971   13 years Reimar.Doeffinger Fix uninitialized reads for fate-vsynth1-asv2 test. This is not a …
(edit) @bbf372e1   13 years nicolas.george overlay: do not leak x/y expressions.
(edit) @668a74e8   13 years michaelni buildsystem: add $EXESUF to the used tool for fate Signed-off-by: …
(edit) @4fccc7c   13 years justin.ruggles vb: Use bytestream2 functions Signed-off-by: Justin Ruggles …
(edit) @d9816cd5   13 years michaelni imgconvert: add PIX_FMT_GRAY8A to pix_fmt_info Fixes selecting gray8a …
(edit) @4640da7e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: sgidec: …
(edit) @a91f2066   13 years michaelni ljpegdec: reset restart interval for each plane of a non interleaved …
(edit) @1843e6c8   13 years michaelni thp: Fix handling of restart interval Fixes Ticket903 Signed-off-by: …
(edit) @7a172308   13 years Reimar.Doeffinger Fix compilation without HAVE_AVX, HAVE_YASM etc. At the very least …
(edit) @c4888316   13 years michaelni timecode: fix typo Signed-off-by: Jean First <jeanfirst@gmail.com> …
(edit) @5a840f63   13 years michaelni x86/yuv2rgb_mmx: Remove yuv420 check. This check is not correct, the …
(edit) @52889b54   13 years michaelni mpeg12dec: BW10 support Signed-off-by: Michael Niedermayer …
(edit) @0d5c810b   13 years michaelni mpeg12dec: check uppercased codec_tag. We do this for all other …
(edit) @b26f0ee3   13 years michaelni avidec: XMPG support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @4cd0bdae   13 years justin.ruggles sgidec: Use bytestream2 functions to prevent buffer overreads. The …
(edit) @83b12c16   13 years Reimar.Doeffinger Use correct register size, fixes compilation with NASM. …
(edit) @e44c11e9   13 years diego cosmetics: Move static and inline attributes to more standard places. …
(edit) @c4ba5198   13 years Reimar.Doeffinger Fix leaking of side data. While we correctly "register" the side data …
(edit) @45c39e56   13 years michaelni udp: fix segfault on closing Fixes ticket915
(edit) @633606c   13 years michaelni FATE: fix targa tests on big-endian systems
(edit) @0b4f1e0d   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @4057505e   13 years stefasab doc/bistream_filters.texi: add documentation for the h264_mp4toannexb …
(edit) @28002030   13 years Carl Eugen Hoyos Support transparency in iff images. Fixes ticket #707. Reviewed-by: …
(edit) @6ba74be5   13 years Carl Eugen Hoyos Add CR/LF to a reget_buffer warning message.
(edit) @b5c2b5af   13 years anton configure: provide libavfilter/version.h header to get_version() Fix …
(edit) @a63a86fd   13 years michaelni Fixes issue 890: OOM with zmbv file Signed-off-by: Michael …
(edit) @44e19145   13 years michaelni utils: check that parameters havnt changed in reget_buffer() Fixes …
(edit) @2422e827   13 years michaelni cabac_functions: fix license header, this wasnt developed in libav …
(edit) @c834c7e3   13 years michaelni 1000l commit forgotten cabac fix Signed-off-by: Michael Niedermayer …
(edit) @e986a5d1   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @3c172a41   13 years rsbultje swscale: change yuv2yuvX code to use cpuflag().
(edit) @36397ea1   13 years Carl Eugen Hoyos RGBA64 encoding with libopenjpeg. Reviewed-by: Michael Bradshaw
(edit) @ffd1017f   13 years Carl Eugen Hoyos Gray16 encoding with libopenjpeg. Reviewed-by: Michael Bradshaw
(edit) @89fc7e3   13 years michaelni alacdec: support 32 bps Signed-off-by: Michael Niedermayer …
(edit) @8d95eb67   13 years michaelni lavc: Prevent opening of experimental codecs if strict_std_compliance …
(edit) @dd55adb1   13 years Carl Eugen Hoyos Support reading 64bit dpx images. Reviewed-by: Jean First
(edit) @0b1f20e2   13 years Carl Eugen Hoyos Support reading 64bit sgi images. Reviewed-by: Jean First
(edit) @3fe4540b   13 years Carl Eugen Hoyos Support 64bit pam encoding.
(edit) @c714cd3b   13 years Carl Eugen Hoyos Support 64bit tiff images. Fixes a part of ticket #503. Reviewed-by: …
(edit) @57facb73   13 years martin libx264: Don't leave max_b_frames as -1 if the user didn't set it …
(edit) @93af38ca   13 years Carl Eugen Hoyos Increase maximum encoding video buffer size. libavutil now supports …
(edit) @7c10d3ca   13 years Carl Eugen Hoyos Simplify 32bit RGB pam encoding. Reviewed-by: Paul B Mahol
(edit) @4c82c6d9   13 years justin.ruggles FATE: convert output to rgba for the targa tests which currently …
(edit) @502bf3b4   13 years janne-libav fate: add missing reference files for targa tests in 9c2f9b0e2 Fixes …
(edit) @9c2f9b0e   13 years justin.ruggles FATE: enable the 2 remaining targa conformance suite tests
(edit) @faaebcdf   13 years justin.ruggles targa: add support for rgb555 palette
(edit) @e1a7af6f   13 years justin.ruggles FATE: fix targa tests on big-endian systems
(edit) @68d6012c   13 years justin.ruggles FATE: add tests for targa Based on a patch by Oana Stratulat …
(edit) @71b3a63e   13 years mans ARM: fix Thumb-mode simple_idct_arm The alignment directive must …
(edit) @5c5e1ea   13 years mans ARM: 4-byte align start of all asm functions Due to apprent bugs in …
(edit) @4cef928   13 years Reimar.Doeffinger j2kdec: Fix memleak, ensure cleanup is called also on error. Fixes …
Note: See TracRevisionLog for help on using the revision log.