source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @377d2017   12 years Clément Bœsch lavd/lavfi: fix float.h include. float.h is a system header.
(edit) @a0b2e8e1   12 years Clément Bœsch lavfi/silencedetect: use eval builtin to parse dB. Also update FATE …
(edit) @15784c2b   12 years michaelni Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652' * commit …
(edit) @32aedebd   12 years nicolas.george lavf: add a concat demuxer.
(edit) @c3fa6ad   12 years stefasab lavfi/field: switch to filter_frame API
(edit) @3942294f   12 years stefasab lavfi/drawtext: make use of outlink variable in filter_frame() Fix …
(edit) @3bb3cdd   12 years onemda mmfdec: fix seeking Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @1e85fd6a   12 years Clément Bœsch lavfi/mp: remove dead extern vf_info_t declarations.
(edit) @de42d2a3   12 years Clément Bœsch lavfi/mp: add ff_ prefix to exported symbols
(edit) @0f65d560   12 years Clément Bœsch Add examples/resampling_audio to .gitignore.
(edit) @e8278b9d   12 years stefasab doc/decoders: fix typo in "@Options"
(edit) @89920387   12 years stefasab examples: add resampling_audio.c file
(edit) @3ab5f7dc   12 years michaelni h264: slice-mt: check master context for valid current_picture_ptr …
(edit) @24c62ea7   12 years michaelni h264: slice-mt: get last_pic_dropable from master context Fixes …
(edit) @7885fa76   12 years michaelni ff_lock_avcodec: make the lock state be consistent in case of failure. …
(edit) @2dec950f   12 years michaelni avcodec_open: if obtaining a lock fails, dont attempt to unlock it. …
(edit) @0393cf15   12 years michaelni Revert "Acquire lock when initializing parsers." This reverts commit …
(edit) @eed86554   12 years michaelni Revert "Add assert that the avcodec lock is held when initializing …
(edit) @d7169280   12 years michaelni frame_thread_encoder: fix locking while locks are held Signed-off-by: …
(edit) @bde6f6e   12 years michaelni vc1dec: prevent v_edge_pos from becoming negative. Fixes assertion …
(edit) @b6a7f66f   12 years michaelni resample: remove disabled debug code Signed-off-by: Michael …
(edit) @d3451a9c   12 years Clément Bœsch fate/hqdn3d: add -idct simple. This should fix FATE failure on ARM. …
(edit) @2273b3aa   12 years Clément Bœsch swr: remove unused ONE define.
(edit) @9ef29af2   12 years onemda cafenc: do not include riff.h ff_codec_get_tag() was moved to …
(edit) @9f66531d   12 years onemda lavc/dxa: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @0aabd35   12 years onemda lavf/dxa: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @c5008135   12 years onemda dxa: signal EOF Fixes #1948. Signed-off-by: Paul B Mahol …
(edit) @dd154198   12 years Reimar.Doeffinger Add assert that the avcodec lock is held when initializing static VLC …
(edit) @7feef7db   12 years Reimar.Doeffinger Acquire lock when initializing parsers. This is necessary since they …
(edit) @25fec859   12 years Reimar.Doeffinger avcodec: add ff_lock/unlock_avcodec functions. Will be used in future …
(edit) @53819605   12 years michaelni wmaenc: add new line to some error messages Signed-off-by: Michael …
(edit) @92834609   12 years michaelni mpegvideo_parser: fix buffer access beyond end Signed-off-by: Michael …
(edit) @58df8bef   12 years Reimar.Doeffinger av_assert should use AV_LOG_PANIC. The description of AV_LOG_PANIC …
(edit) @6d7effa9   12 years michaelni mpegvideo_enc: use av_log() in debug code Signed-off-by: Michael …
(edit) @911c00e6   12 years michaelni motion_est: use av_log() in debug code Signed-off-by: Michael …
(edit) @7c2481f2   12 years michaelni j2kenc: remove duplicate debug functions Signed-off-by: Michael …
(edit) @9bb188da   12 years michaelni j2k: avoid printf() useage in debug code Signed-off-by: Michael …
(edit) @b023392f   12 years michaelni mpegvideo: remove #if/define PARANOID code This code never did …
(edit) @4012cd6c   12 years onemda lavc: fix decode_frame() third parameter semantics for rest of video …
(edit) @835fd779   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @9d5c62ba   12 years justin.ruggles lavu/opt: do not filter out the initial sign character except for …
(edit) @5312268b   12 years justin.ruggles eval: treat dB as decibels instead of decibytes
(edit) @ac7eb4cb   12 years justin.ruggles float_dsp: add vector_dmul_scalar() to multiply a vector of doubles …
(edit) @fc1152de   12 years michaelni Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' * commit …
(edit) @022553e8   12 years michaelni Merge commit '387bef95d28019c13c6805cfa4079e59948284e5' * commit …
(edit) @83db6cb5   12 years michaelni Merge commit 'e57c4706e969afa1f2384481b955ccd9494cddb5' * commit …
(edit) @d2a3f08d   12 years michaelni lavc: move ff_init_buffer_info() down to ff_get_buffer() and remove …
(edit) @2f980cf3   12 years michaelni Merge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6' * commit …
(edit) @874c5b02   12 years michaelni Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' * commit …
(edit) @4727611d   12 years onemda ircamenc: 10l do not use avio_skip() Signed-off-by: Paul B Mahol …
(edit) @4c18562d   12 years onemda Ensoniq Paris Audio File demuxer Signed-off-by: Paul B Mahol …
(edit) @88019163   12 years onemda IRCAM demuxer & muxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @8ecf22f   12 years onemda rsodec: use ff_pcm_read_packet() Signed-off-by: Paul B Mahol …
(edit) @acac16b5   12 years onemda soxdec: use ff_pcm_read_packet() Signed-off-by: Paul B Mahol …
(edit) @c090b542   12 years onemda audec: use ff_pcm_read_packet() Signed-off-by: Paul B Mahol …
(edit) @a647eb5a   12 years onemda pvfdec: use ff_pcm_read_packet() Signed-off-by: Paul B Mahol …
(edit) @15ab0393   12 years onemda avr: use ff_pcm_read_packet() Signed-off-by: Paul B Mahol …
(edit) @93dc8ed0   12 years onemda pcmdec: move read_packet function to pcm.c so it can be shared with …
(edit) @99efd596   12 years michaelni Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' * commit …
(edit) @1fa2bdc9   12 years michaelni fate: disable vf_gradfun test The non working test interferes with …
(edit) @09de0ffe   12 years michaelni vc1dec: Fix null pointer dereference in vc1_decode_skip_blocks() This …
(edit) @217b10de   12 years nicolas.george lavc/dvdsubdec: accept palette from options. On DVDs, the palette is …
(edit) @9db3fb6e   12 years michaelni oggdec: prevent codec from changing through ogg_replace_stream() This …
(edit) @599ae999   12 years michaelni ff_emulated_edge_mc: fix handling of w/h being 0 Fixes assertion …
(edit) @45326cb6   12 years onemda pixdesc: fix broken yuva definitions Signed-off-by: Paul B Mahol …
(edit) @8bf16e67   12 years michaelni ffv1enc: allow encoding with 1 slice for CIF and smaller in version 3 …
(edit) @4e6f9db4   12 years Carl Eugen Hoyos Set some audio stream properties in the vivo demuxer. This allows …
(edit) @da025d11   12 years mans fate: workaround for slighly broken 'test' shell builtin Some shells, …
(edit) @c15fea79   12 years janne-libav mimic: initialize padding of swap_buf through av_fast_padded_malloc
(edit) @42060c7   12 years janne-libav eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()
(edit) @54c7fe6d   12 years janne-libav raw demuxer: initialize end of partial packets
(edit) @b5ffbcd0   12 years Clément Bœsch fate: add gradfun filter test.
(edit) @ab981ca   12 years Clément Bœsch fate: add hqdn3d filter test.
(edit) @ab5497df   12 years Clément Bœsch lavfi/subtitles: 10l close codec before format. Fix invalid memory …
(edit) @df9b9567   12 years anton lavc: fix decode_frame() third parameter semantics for video decoders …
(edit) @387bef95   12 years anton lavc: factorise setting buffer type in avcodec_default_get_buffer().
(edit) @e57c4706   12 years anton lavc: don't reuse audio buffers Any performance gain from this is …
(edit) @ff953fec   12 years anton lavc: set frame properties in ff_get_buffer(). There is no point in …
(edit) @594d4d5d   12 years anton lavc: add a wrapper for AVCodecContext.get_buffer(). It will be …
(edit) @cb45553f   12 years anton Remove pointless #undefs of previously forbidden functions.
(edit) @03847eb8   12 years nicolas.george lavf: compute probe buffer size more reliably. The previous code …
(edit) @0444733b   12 years nicolas.george lavfi/drawtext: add the reload option.
(edit) @83ddedbb   12 years michaelni lavf: the core rfps code needs 2 durations to estimate rfps This …
(edit) @a3bb59b1   12 years onemda av_register_protocol is gone :( Signed-off-by: Paul B Mahol …
(edit) @481c843a   12 years onemda rawvideodec: set bit rate Fixes #1989. Signed-off-by: Paul B Mahol …
(edit) @3b1b8f8   12 years Clément Bœsch ffmpeg: small indent fix.
(edit) @60c2cddf   12 years michaelni ffmpeg: use the correct variables in do_video_stats() Signed-off-by: …
(edit) @e98fab13   12 years michaelni Update video stats log during encode flush Signed-off-by: Michael …
(edit) @18aaed6   12 years onemda gifdec: do not handle timestamps It is broken, and results will be …
(edit) @0877f64   12 years Carl Eugen Hoyos Add debug output when skipping unknown swf tags. Reviewed-by: Clément …
(edit) @90153465   12 years diego fate: Add dependencies for bmp, cdxl, dfa, mp3
(edit) @dacd6202   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ppc: …
(edit) @765debf5   12 years onemda auenc: remove pointless assigment Signed-off-by: Paul B Mahol …
(edit) @266e88a4   12 years onemda mmf: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @b70251c0   12 years onemda AST Muxer Signed-off-by: James Almer <jamrial@gmail.com>
(edit) @7f0e7fc9   12 years onemda ast: Rename ast.c -> astdec.c Signed-off-by: James Almer …
(edit) @1696c72a   12 years pross iff demuxer: include DEEP TVDC lookup table in extradata buffer …
(edit) @59fe5a33   12 years pross iff decoder: DEEP TVDC 32-bit decoder Signed-off-by: Peter Ross …
(edit) @400647f9   12 years michaelni configure: Fix ARM thumb detection The detection detects the default …
(edit) @5e1bacf2   12 years michaelni matroskadec: reset size when freeing data. Fixes null pointer …
Note: See TracRevisionLog for help on using the revision log.