source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9586db6a   12 years michaelni lavc: docs: the field_order is set by the demuxer and not libavcodec …
(edit) @92c3173c   12 years michaelni qt-faststart: fix printf argument type Signed-off-by: Michael …
(edit) @2c5b1a2a   12 years onemda txd: remove duplicated header inclusion Signed-off-by: Paul B Mahol …
(edit) @ee109c6b   12 years onemda dtshd: fix seeking Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @73ad355d   12 years michaelni avidec: fix 10l typo found-by: ubitux Signed-off-by: Michael …
(edit) @229e33a2   12 years michaelni avidec: override sample size of 1024 for VBR AAC Fixes Ticket1755 …
(edit) @f94edfe4   12 years michaelni vf_idet: remove some unnecessary statement and unused variable …
(edit) @03cc52a0   12 years onemda takdec: fix seeking The previous approach was just wrong. …
(edit) @c6d39fb3   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @cd6f5c48   12 years michaelni Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702' * commit …
(edit) @b7ebb49d   12 years michaelni Merge commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2' * commit …
(edit) @eb71f027   12 years onemda dtshd: remove redundant/wrong avio_tell() Signed-off-by: Paul B Mahol …
(edit) @1470c8a9   12 years onemda takdec: remove redundant/wrong avio_tell() Signed-off-by: Paul B …
(edit) @50b54776   12 years michaelni Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a' * commit …
(edit) @eadba3e9   12 years michaelni Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f' * commit …
(edit) @4b895cb2   12 years mans build: sanitize linking of tools and test programs This makes sure …
(edit) @096a5d76   12 years diego fate: Refactor setting of environment variables for groups of tests
(edit) @b4e516e   12 years onemda pcx: use meaningful return values Signed-off-by: Paul B Mahol …
(edit) @25f44b04   12 years michaelni x86/dsputil_mmx: change assert() to av_assert() Signed-off-by: …
(edit) @6d0beefb   12 years diego swscale: Do not make ff_ symbols globally visible.
(edit) @f3f35f7   12 years michaelni crypto should allow passing of options to the underlying protocol via …
(edit) @6ac5e3fe   12 years Clément Bœsch lavfi/silencedetect: add av_opt_free() call. This avoids a memleak …
(edit) @bd2f8e8f   12 years michaelni Fix second use of AVOptions in HLS Signed-off-by: Michael Niedermayer …
(edit) @d5ef9354   12 years janne-libav rtspdec: use av_strlcpy for writing into fixed size buffer Fixes …
(edit) @f1de23fa   12 years janne-libav g722enc: fix size argument in memset Fixes CID700725.
(edit) @4a7c0c45   12 years janne-libav http: use av_strlcpy instead of strcpy() without size checks Fixes …
(edit) @79e6e8e   12 years janne-libav avfilter: correct memcpy size avfilter_copy_buf_props() Does not make …
(edit) @233a5a80   12 years anton lavc: split asv12 encoder/decoder
(edit) @fb722a90   12 years anton avconv: remove -same_quant It has not worked for anything other than …
(edit) @b94e4acb   12 years janne-libav cmdutils_read_file: increment *size after writing the trailing \0 …
(edit) @ac9a8956   12 years janne-libav af_resample: unref out_buf when avresample_convert returns 0 Fixes …
(edit) @b6f435fb   12 years michaelni http: add 'timeout' AVOption This option is passed though to …
(edit) @2e009c60   12 years michaelni tcp: accept params through avio_open2() options Signed-off-by: …
(edit) @949acefc   12 years michaelni tcp: use timeout option consistently Default _connection_ timeout …
(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) @8501c098   12 years janne-libav af_amix: prevent memory leak on error path Fixes CID732272.
(edit) @6f8ef532   12 years janne-libav vc1dec: prevent memory leak in error path Fixes CID732271.
(edit) @714f5ab5   12 years janne-libav vc1dec: prevent memory leak on av_realloc error
(edit) @1afd7a11   12 years janne-libav af_channelmap: free old extended_data on reallocation Prevents writes …
(edit) @18ff4d20   12 years janne-libav avconv: simplify memory allocation in copy_chapters Make just a …
(edit) @4ffbe3f3   12 years janne-libav matroskaenc: check cue point validity before reallocation Prevents …
(edit) @53e122dd   12 years janne-libav swfenc: error out for more than 1 audio or video stream Prevents …
(edit) @0fb3b24a   12 years mans build: link test programs only against static libs The test programs …
(edit) @cbcd497f   12 years justin.ruggles adxdec: use planar sample format
(edit) @4ebd74ce   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_thp
(edit) @327cdb04   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ea_xas
(edit) @da9620e   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3
(edit) @d2b6ae02   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_xa
(edit) @8b854283   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3
(edit) @4356d66d   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_4xm
(edit) @1b9ac729   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ima_wav
(edit) @176db0b8   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ima_qt
(edit) @7e5f0450   12 years justin.ruggles pcmdec: use planar sample format for pcm_lxf
(edit) @c1a9cfd1   12 years justin.ruggles mace: use planar sample format
(edit) @23d53c54   12 years justin.ruggles atrac1: use planar sample format
(edit) @ac56ff9   12 years diego build: non-x86: Only compile mpegvideo optimizations when necessary
(edit) @8dd0650f   12 years janne-libav rtpdec_mpeg4: au_headers is a single array, simple av_free is enough …
(edit) @3fbda309   12 years janne-libav avcodec: free extended_data instead address of it Fixes CID732173.
(edit) @7bc433b3   12 years martin fate: Add tests of the ff_make_absolute_url function Signed-off-by: …
(edit) @33893e6a   12 years martin url: Handle relative urls starting with two slashes This is defined …
(edit) @eea00381   12 years martin url: Handle relative urls being just a new query string …
(edit) @a6363e3d   12 years martin url: Don't treat slashes in query parameters as directory separators …
(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) …
Note: See TracRevisionLog for help on using the revision log.