source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @238e904d   12 years onemda DTS-HD demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @3a2d3df0   12 years onemda fate-lossless-tak: remove unneeded -f s16le Signed-off-by: Paul B …
(edit) @61a9f099   12 years Carl Eugen Hoyos Write 32bit palette to Targa files. Current ImageMagick fails to read …
(edit) @1e83e6ad   12 years michaelni ra144: fix code with ftrapv. A better solution is welcome! …
(edit) @03f5043f   12 years michaelni eval: Fix eval test with ftrapv Signed-off-by: Michael Niedermayer …
(edit) @e73bac48   12 years michaelni configure: add support to nicely enable ftrapv Signed-off-by: Michael …
(edit) @b56f94cc   12 years uhmmmm targa: cosmetics - add some whitespace Signed-off-by: Bobby Bingham …
(edit) @50787fe3   12 years uhmmmm targa: remove unused context members Signed-off-by: Bobby Bingham …
(edit) @c2eec3df   12 years uhmmmm targa: support 2-way and 4-way interleaved files Fixes ticket #701
(edit) @3d9cdfdc   12 years uhmmmm targa: use named constants for flag values Signed-off-by: Bobby …
(edit) @d07940b7   12 years michaelni motion_est: switch asserts to av_asserts note, the asserts where …
(edit) @72c2d8a3   12 years michaelni dsputil: convert asserts to av_asserts Signed-off-by: Michael …
(edit) @8da7907a   12 years michaelni adpcmenc: switch to av_assert() Signed-off-by: Michael Niedermayer …
(edit) @b49d94e4   12 years Carl Eugen Hoyos Support decoding of targa files with 32bit palette.
(edit) @a0276299   12 years michaelni movenc.c: Force correct value for "Samples per packet" for pcm audio …
(edit) @52dc18d4   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @ac627b3d   12 years michaelni Merge commit '716d413c13981da15323c7a3821860536eefdbbb' * commit …
(edit) @89715a3   12 years michaelni lavu: fix typo in Makefile
(edit) @ae77266f   12 years michaelni Merge commit '78071a1420b425dfb787ac739048f523007b8139' * commit …
(edit) @43c157f4   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7e522859   12 years janne-libav x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
(edit) @cb36febc   12 years janne-libav x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
(edit) @f101eab1   12 years janne-libav x86: call most of the x86 dsp init functions under if (ARCH_X86) …
(edit) @d19d01bf   12 years lu_zero doc: support the new website layout
(edit) @91f5f875   12 years lu_zero doc: remove a warning from filters.texi The tag @table expects @item …
(edit) @175d0d94   12 years lu_zero doc: initial nut documentation
(edit) @0826d85   12 years lu_zero segment: drop global headers setting avconv provides an option to set …
(edit) @d7a47392   12 years onemda TAK demuxer, decoder and parser Signed-off-by: Paul B Mahol …
(edit) @208a5d13   12 years Clément Bœsch fate/ffprobe: add some stream metadata.
(edit) @f7c46d25   12 years Clément Bœsch ffserver: fix seeking with ?date=... Regression since …
(edit) @8728b958   12 years anton lavu: fix typo in Makefile
(edit) @716d413c   12 years anton Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
(edit) @78071a14   12 years anton pixfmt: add AV_ prefixes to PIX_FMT_*
(edit) @9425dc3d   12 years michaelni Fix build failure on osx 10.5.8 ppc Second parameter to vec_splat …
(edit) @f464b02d   12 years michaelni mpegts: fuzzy crc check for not so spec compliant files Fixes …
(edit) @43bbc3f   12 years michaelni xtea: give constants the correct type Signed-off-by: Michael …
(edit) @89074e9   12 years michaelni wmalosslessdec: remove unused variable Signed-off-by: Michael …
(edit) @b9a77198   12 years michaelni tscc: fix "assignment discards qualifiers from pointer target type" …
(edit) @c5fdd069   12 years michaelni tiff: fix "assignment discards qualifiers from pointer target type" …
(edit) @bd2613a   12 years michaelni rangecoder: fix "incompatible pointer type" warning Signed-off-by: …
(edit) @106790a4   12 years michaelni ffv1: fix array data types Signed-off-by: Michael Niedermayer …
(edit) @fc6860a3   12 years michaelni 8svx: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @adcfc05   12 years michaelni mxfenc: fix av_log data type for dts paramater Signed-off-by: Michael …
(edit) @f2a7e1a6   12 years michaelni mux: change 1 assert->av_assert1() Signed-off-by: Michael Niedermayer …
(edit) @2714e84   12 years michaelni x86/motion_est: assert->av_assert2() Signed-off-by: Michael …
(edit) @f9b0694c   12 years michaelni motion-test: fix height parameter Signed-off-by: Michael Niedermayer …
(edit) @7b556be6   12 years justin.ruggles af_resample: avoid conversion of identical sample formats for 1 …
(edit) @37f701f1   12 years justin.ruggles avcodec: allow either planar or interleaved sample format when …
(edit) @53643271   12 years justin.ruggles adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right …
(edit) @62ae37de   12 years diego timefilter: De-doxygenize normal code comments and drop silly ones
(edit) @d58b25aa   12 years michaelni adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right …
(edit) @27a34151   12 years onemda avformat: fix typo in comment Signed-off-by: Paul B Mahol …
(edit) @979b9b1f   12 years michaelni h264: switch some asserts to av_assert1/2() Signed-off-by: Michael …
(edit) @1822aee7   12 years michaelni dsputil_template: replace assert() by av_assert2() Signed-off-by: …
(edit) @e67b0f99   12 years martin gxf: Include the right header for the avpriv_frame_rate_tab …
(edit) @87244c8f   12 years michaelni matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3 Should fix ticket …
(edit) @79d30321   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: wmaenc: …
(edit) @537ef8be   12 years michaelni movenc: support an alternative to edit lists to handle the first DTS …
(edit) @d067e254   12 years michaelni mov: fix integer avoption types Signed-off-by: Michael Niedermayer …
(edit) @c6c560d   12 years michaelni mpeg4videodec: fix integer avoption types Signed-off-by: Michael …
(edit) @57e1553e   12 years michaelni libvpcenc: fix flags voption types Signed-off-by: Michael Niedermayer …
(edit) @3c9502b0   12 years michaelni h264: fix integer avoption types Signed-off-by: Michael Niedermayer …
(edit) @ffc1d959   12 years michaelni tests/Makefile: fix ffprobe-test.nut with target-exec Signed-off-by: …
(edit) @19a4e10   12 years michaelni gmc_mmx: enable also for large pictures when emu edge isnt needed. …
(edit) @e063ffbf   12 years michaelni dsputil_mmx: put optimized gmc code back and avoid a VLA without …
(edit) @094a82c7   12 years michaelni get_bits: get_bits_long() support n=0 as the docs allow it also the 0 …
(edit) @ac6659af   12 years michaelni movenc: fix regression with yuyv caused by c5f23d Signed-off-by: …
(edit) @31b2262d   12 years justin.ruggles wmaenc: use float planar sample format
(edit) @b1540fc8   12 years justin.ruggles (e)ac3enc: use planar sample format
(edit) @f3e2d68d   12 years justin.ruggles aacenc: use planar sample format
(edit) @51211d35   12 years uhmmmm vf_tile: fix typos/grammar in comments Signed-off-by: Bobby Bingham …
(edit) @095be4f   12 years justin.ruggles adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt
(edit) @d9a13c2f   12 years justin.ruggles adpcmenc: move 'ch' variable to higher scope It is used for multiple …
(edit) @9606f19b   12 years justin.ruggles adpcmenc: fix 3 instances of variable shadowing
(edit) @1e35574b   12 years justin.ruggles adpcm_ima_wav: simplify encoding
(edit) @cfc0a80a   12 years justin.ruggles libvorbis: use planar sample format
(edit) @473b297f   12 years justin.ruggles libmp3lame: use planar sample formats
(edit) @233783e2   12 years justin.ruggles vorbisenc: use float planar sample format
(edit) @11dcddb9   12 years justin.ruggles ffm: do not write or read the audio sample format
(edit) @6221e247   12 years mans parseutils: fix parsing of invalid alpha values An alpha specifier …
(edit) @293e5423   12 years michaelni configure: enable -Werror=vla Signed-off-by: Michael Niedermayer …
(edit) @24702a91   12 years michaelni pca: get rid of VLA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @56d7f7d9   12 years michaelni snowenc: get rid of VLA (well it wasnt really variable anyway) …
(edit) @37ac11d9   12 years diego doc/RELEASE_NOTES: update for the 9 release. Signed-off-by: Diego …
(edit) @13a21523   12 years michaelni swr-test: avoid VLA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @55c49afc   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @886c3662   12 years stefasab doc/filters: fix typo
(edit) @9d19d7c   12 years michaelni segment: reverse pass avoid_negative_ts from the muxer This fixes …
(edit) @cde26748   12 years martin smoothstreamingenc: Add a more verbose error message This helps …
(edit) @fadd3a68   12 years martin smoothstreamingenc: Ignore the return value from mkdir We don't need …
(edit) @8e276378   12 years martin smoothstreamingenc: Try writing a manifest when opening the muxer …
(edit) @3ea06ac5   12 years martin smoothstreamingenc: Move the output_chunk_list and write_manifest …
(edit) @5fa43f7   12 years martin smoothstreamingenc: Properly return errors from ism_flush to the …
(edit) @eb2f3910   12 years martin smoothstreamingenc: Check the output UrlContext before accessing it …
(edit) @2c34367b   12 years michaelni libvorbisenc: fix afq delay setting Signed-off-by: Michael …
(edit) @d3a72bec   12 years anton yuv4mpeg: return proper error codes. Fixes Bug 373. …
(edit) @e4cbf752   12 years diego Give all anonymously typedeffed structs in headers a name Anonymous …
(edit) @76f644d9   12 years diego fate: Add parseutils test
(edit) @c010fce6   12 years diego parseutils-test: Drop random colors from parsing test This guarantees …
(edit) @ba04177e   12 years anton vf_pad/scale: use double precision for aspect ratios. Fixes Bug 203. …
Note: See TracRevisionLog for help on using the revision log.