source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d2b18c8f   12 years michaelni Introduce ff_network_wait_fd_timeout() Signed-off-by: Michael …
(edit) @3a45688a   12 years michaelni lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled …
(edit) @8d2e0e2c   12 years michaelni Check for resync marker based on vop coding type- vop_fcode_forward …
(edit) @ce19aec   12 years michaelni Check resync marker only when enabled. Signed-off-by: Michael …
(edit) @ef9fe5be   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a75b9a18   12 years diego mingw/cygwin: Stop adding -fno-common to gcc CFLAGS This was done to …
(edit) @f75f419   12 years diego Restructure av_log_missing_feature message Some invocations include a …
(edit) @238e904d   12 years onemda DTS-HD demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @c136a813   12 years martin rtp: Support packetization/depacketization of opus Signed-off-by: …
(edit) @3a2d3df0   12 years onemda fate-lossless-tak: remove unneeded -f s16le Signed-off-by: Paul B …
(edit) @e04826c3   12 years martin file: Set the return value type for lseek to int64_t. This fixes a …
(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) @f79364b2   12 years mans ppc: fix Altivec build with old compilers The vec_splat() intrinsic …
(edit) @a0276299   12 years michaelni movenc.c: Force correct value for "Samples per packet" for pcm audio …
(edit) @643933f5   12 years mans build: add LTO support for PGI compiler Signed-off-by: Mans Rullgard …
(edit) @8f23907f   12 years mans build: add -Mdse to PGI optimisation flags Enable dead store …
(edit) @c9b10cc4   12 years martin rtpenc_vp8: Update the packetizer to the latest spec version Tested …
(edit) @66d652cb   12 years martin rtpdec_vp8: Make the depacketizer implement the latest spec draft Not …
(edit) @52dc18d4   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @27a310e3   12 years mans doc: allow building with old texi2html versions Signed-off-by: Mans …
(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) @ea14a655   12 years janne-libav avutil: skip old_pix_fmts.h since it is just a list
(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 …
Note: See TracRevisionLog for help on using the revision log.