source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @36c2694d   12 years michaelni dcadec: fix "set but not used" variable Signed-off-by: Michael …
(edit) @c1f3a4d1   12 years michaelni libavfilter/filtfmts: fix argv/argc checks Signed-off-by: Michael …
(edit) @f5326dc6   12 years michaelni bavfilter/filtfmts: fix type for channel layouts Signed-off-by: …
(edit) @270a325f   12 years michaelni av_des_init: suppress warning about unused parameter Signed-off-by: …
(edit) @cb3591e6   12 years michaelni avutil: Cast AV_NOPTS_VALUE to int64_t explicitly Thus comparsion …
(edit) @d5fd610d   12 years michaelni wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) …
(edit) @8846115b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
(edit) @67d501b4   12 years michaelni Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c' * commit …
(edit) @b90210e9   12 years stefasab doc/filters: clarify use of graph2dot The GRAPH_DESCRIPTION string …
(edit) @f398617b   12 years stefasab ffprobe: fix CSV writer output Fix regression introduced in …
(edit) @b16d001   12 years janne-libav rv34: use ff_MPV_common_frame_size_change() Specialised functionality …
(edit) @435c0b87   12 years janne-libav mpegvideo: add reinit function for frame parameter changes This is …
(edit) @1b3439b3   12 years janne-libav mpegvideo: move frame size dependent memory management to separate …
(edit) @d0c6ac0d   12 years uhmmmm Fix segfault with -filters option Filters now use null pointers to …
(edit) @f1b6c14   12 years uhmmmm ffserver: fix typo in log message Signed-off-by: Bobby Bingham …
(edit) @aeeb782c   12 years mans configure: add --toolchain option This allows creating canned …
(edit) @8d07742c   12 years michaelni avidec: workaround aac with broken block align Fixes Ticket1742 …
(edit) @8e2a950b   12 years derek.buitenhuis ffprobe: Add a few common disposition cases This info is crucial in …
(edit) @b89c16e7   12 years Clément Bœsch lavfi/select: make sure avctx is set before closing it. This avoid a …
(edit) @9e208ce6   12 years Carl Eugen Hoyos Silence warning C4554 when compiling with msvc. warning C4554: '>>' : …
(edit) @0b2ac67   12 years michaelni sonic: factorize tail_size Signed-off-by: Michael Niedermayer …
(edit) @512beea5   12 years michaelni sonicenc: limit quant so that golomb codes are less than 32 bits long …
(edit) @e772f9fa   12 years martin configure: Make the smoothstreaming muxer enable the ismv muxer This …
(edit) @84cc314e   12 years martin smoothstreaming: Export the mp4 codec tags This fixes stream copy …
(edit) @efac6f74   12 years michaelni x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL …
(edit) @c0dfc720   12 years michaelni mpegaudiodec: add prototypes for all functions that may need them …
(edit) @36e5c472   12 years michaelni allcodecs: re-enable sonic Signed-off-by: Michael Niedermayer …
(edit) @a44cbc1c   12 years michaelni sonic: update to encode2() API Signed-off-by: Michael Niedermayer …
(edit) @9888ffb1   12 years lu_zero mov: check for EOF in long lasting loops A quite widespread pattern …
(edit) @419ffb23   12 years lu_zero avcodec: cleanup utils.c
(edit) @ee90119e   12 years justin.ruggles binkaudio: remove unneeded GET_BITS_SAFE macro Normal get_bits() …
(edit) @7bfd1766   12 years justin.ruggles binkaudio: use float sample format Use planar for DCT codec, …
(edit) @0801b597   12 years justin.ruggles binkaudio: use a different value for the coefficient scale for the DCT …
(edit) @4cdc337b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: flvenc: …
(edit) @91af7609   12 years michaelni Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' * commit …
(edit) @4aade44c   12 years Carl Eugen Hoyos targaenc: Use named TGA_RLE constant instead of magic number
(edit) @8e590625   12 years Carl Eugen Hoyos Fix typo in targa encoder comment
(edit) @6a08955c   12 years lu_zero flvenc: silence bogus warning The compiler fails to figure out that …
(edit) @6e03da7f   12 years nicolas.george doc: fix typos in filter documentation Signed-off-by: Bobby Bingham …
(edit) @70a97345   12 years michaelni dsputil: change assert(8) to av_assert2(8) Signed-off-by: Michael …
(edit) @db436b17   12 years michaelni swscale: change assert() to av_assert() Signed-off-by: Michael …
(edit) @a1fb2b93   12 years michaelni nsvdec: change 2 commented assert() to av_assert() they keep showing …
(edit) @66bdc585   12 years michaelni get_cabac_inline_x86: workaround clang bug with disabled optimizations …
(edit) @2a8a860a   12 years mans configure: include flags in nm variable This simplifies ensuring …
(edit) @b0fabed   12 years michaelni When copying pkt side_data, don't forget size, type Signed-off-by: …
(edit) @63951aec   12 years michaelni libx264: feed x264_param_apply_profile from AVCodecContext.profile in …
(edit) @fd9cd8c   12 years michaelni libx264: connect AVCodecContext.rtp_payload_size to …
(edit) @07d2d063   12 years Reimar.Doeffinger Remove code that duplicates existing code a few lines down. This also …
(edit) @5c95a934   12 years derek.buitenhuis dirac_arith: Fix unprotected inline asm Signed-off-by: Derek …
(edit) @ee0f53e9   12 years justin.ruggles alsdec: fix misplaced parentheses. Signed-off-by: Justin Ruggles …
(edit) @ac3f5a68   12 years justin.ruggles alsdec: check return values. Signed-off-by: Justin Ruggles …
(edit) @66197988   12 years justin.ruggles alsdec: fix number of decoded samples in first sub-block in BGMC mode. …
(edit) @97f0efbf   12 years justin.ruggles alsdec: Fix out of ltp_gain_values read. Found-by: Mateusz "j00ru" …
(edit) @5b051ec3   12 years justin.ruggles alsdec: Check that quantized parcor coeffs are within range. ALS …
(edit) @23aae62c   12 years justin.ruggles alsdec: Check k used for rice decoder. Values that fail this check …
(edit) @9853e41a   12 years justin.ruggles alsdec: check opt_order. Fixes out of array write in quant_cof. Also …
(edit) @e3496e5d   12 years anton avfiltergraph: silence an uninitialized variable warning The warning …
(edit) @34ebbbf   12 years anton xsubenc: reindent
(edit) @466b39e   12 years anton lavc: replace AVCodecContext.encode with subtitle-specific callback …
(edit) @9f64c821   12 years anton lavc: add const to private codec class initialization. Silences a …
(edit) @58dee6e6   12 years anton avconv: don't pass a bogus parameter to …
(edit) @049ce4f   12 years anton id3v2: strdup the genre name explicitly. It would have been done …
(edit) @ffdd2e91   12 years anton lavf/id3v2: do not export empty fields. This also avoids a memleak. …
(edit) @4e48aa86   12 years anton buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()
(edit) @1fce361d   12 years mans lavfi: replace empty input/output lists with null pointers …
(edit) @291b2203   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @1ad63ff1   12 years stefasab fate: add av_small_strptime() test to fate-parseutils
(edit) @85c93d90   12 years stefasab lavu/parseutils: fix av_small_strptime() whitespace directive parsing …
(edit) @2f34021d   12 years janne-libav avconv: flush filtered frames before reconfiguring filters This …
(edit) @83438a0   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @d8f8e911   12 years Marton Balint ffplay: dont wait 100ms if data is not yet ready Also signal the wait …
(edit) @a593f5bd   12 years michaelni arm/dca: Fix compilation of decode_blockcodes() with --enable-thumb …
(edit) @094991eb   12 years Clément Bœsch lavf/oggdec: reword stream creation error message.
(edit) @23f64200   12 years Clément Bœsch lavf/oggdec: reindent and comment blocks.
(edit) @a218c5eb   12 years Clément Bœsch lavf/oggdec: make stream replacement less convoluted. Also re-use the …
(edit) @e18ea765   12 years Clément Bœsch lavf/oggdec: more explicit zeroing of the new ogg stream.
(edit) @3a895533   12 years Clément Bœsch lavf/oggdec: rework allocations in ogg_new_streams().
(edit) @a5ea623   12 years lu_zero mov: stsd entries must be at least 16 byte Fix near infinite loop in …
(edit) @edca8038   12 years Clément Bœsch lavf/oggdec: simplify destroying streams with chained audio streams. …
(edit) @277ddf1   12 years Clément Bœsch lavf/oggdec: rename str to sid. "str" is misleading here (it's often …
(edit) @e1ca1dd7   12 years Clément Bœsch lavf/oggdec: remove a comment not matching anything.
(edit) @bf8bfc6a   12 years Clément Bœsch lavf/oggdec: inline ogg_get_headers(). There is no point in a distant …
(edit) @6fa2532   12 years Carl Eugen Hoyos vda_h264.c: Change header inclusion order. Fixes compilation with …
(edit) @52ef5ca9   12 years Carl Eugen Hoyos Mentioning 8bps once in the FFmpeg documentation is sufficient.
(edit) @9db67bed   12 years lu_zero mov: detect EOF in mov_read_dref() Avoid a near infinite loop. Issue …
(edit) @4ed5ac50   12 years lu_zero file: return proper error on seek failures
(edit) @e80cbdbc   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @744e4429   12 years michaelni mp3enc: merge mp2/mp3_write_trailer Signed-off-by: Michael …
(edit) @197bbcf4   12 years michaelni mp3enc: move mp3_update_xing() down Signed-off-by: Michael …
(edit) @f276a490   12 years michaelni Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' * commit …
(edit) @2568646   12 years mans mpegvideo: drop unnecessary arguments to hpel_motion() These …
(edit) @66f5a6b4   12 years mans mpegvideo: drop 'inline' from some functions These functions do not …
(edit) @66f52d0c   12 years anton nellymoserdec: drop support for s16 output. It internally decodes as …
(edit) @8b78c296   12 years anton bmpdec: only initialize palette for pal8. Gray8 is not considered to …
(edit) @d214e5cf   12 years Clément Bœsch lavc/ass_split: add ff_ prefix to ass_style_get().
(edit) @74434d3b   12 years Clément Bœsch lavfi/ass: mark ass_libavfilter_log_level_map as static const.
(edit) @ca81e3b6   12 years Clément Bœsch lavf/mkv: prefix video stereo arrays with ff_.
(edit) @8b052207   12 years Clément Bœsch lavu/error: make error_entries static const.
(edit) @e3a1eb9e   12 years derek.buitenhuis af_pan: Fix sscanf formats to work with buggy sscanf implementations …
(edit) @d512e74d   12 years derek.buitenhuis bprint: Remove custom vsnprintf A proper implementation was …
Note: See TracRevisionLog for help on using the revision log.