source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1c600888   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @da728d5d   12 years michaelni ffmpeg: fix FF_API_OLD_VSINK_API=0 case Signed-off-by: Michael …
(edit) @caf7381d   12 years michaelni ffmpeg: fix mixup of old and new sinks Signed-off-by: Michael …
(edit) @f8fe4d22   12 years michaelni snow.h: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @be64d5f5   12 years michaelni snow.c: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @f7595fb3   12 years michaelni image2: Add "start_number" private option to the muxer This adds the …
(edit) @fe07c9c6   12 years diego x86: Only use optimizations with cmov if the CPU supports the instruction
(edit) @65345a5a   12 years diego x86: Add CPU flag for the i686 cmov instruction
(edit) @29686d6e   12 years mans x86: remove unused inline asm macros from dsputil_mmx.h …
(edit) @685f5438   12 years mans x86: move some inline asm macros to the only places they are used …
(edit) @6fd0b55a   12 years nicolas.george showwaves: fix PTS computation.
(edit) @6d627eae   12 years nicolas.george showwaves: fix first sample of frame test. Avoids a huge memleak when …
(edit) @bd9939f4   12 years nicolas.george lavfi: display pad type with mismatch error message.
(edit) @e9d5c052   12 years onemda lavc: use designated initializers for AVClasses Signed-off-by: Paul B …
(edit) @53cec46b   12 years onemda libschroedingerdec: remove unused header Signed-off-by: Paul B Mahol …
(edit) @a619fd27   12 years michaelni mjpegenc: enable frame multithreading encoder Signed-off-by: Michael …
(edit) @fde1bc64   12 years michaelni lavc: add frame multithreading capability (currently intra only) …
(edit) @0c851e4   12 years michaelni threads: make get_logical_cpus() available outside pthread.c …
(edit) @094c5e6c   12 years michaelni mjpegenc: mark as intra only Signed-off-by: Michael Niedermayer …
(edit) @9eae43dd   12 years michaelni lavc: add intra only codec flag Signed-off-by: Michael Niedermayer …
(edit) @92779658   12 years onemda bmpenc: use av_assert() Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @c0ca8408   12 years stefasab lavfi/buffer: remove unused function av_vsrc_buffer_add_frame_alt()
(edit) @39e019e8   12 years stefasab ffplay: add cast to fix warning in configure_video_filters() Fix …
(edit) @1dce2368   12 years stefasab lavfi/buffer: apply misc consistency nits
(edit) @201b409d   12 years stefasab lavc/pcm: clarify error message from pcm_decode_frame() …
(edit) @6997141   12 years michaelni ff_snow_common_end: assert() that the last buffer freed differs from …
(edit) @c13e490d   12 years michaelni codec_release_buffer: fix handling of non user buffers Signed-off-by: …
(edit) @c17808ce   12 years stefasab lavfi: define macro AVFILTER_DEFINE_CLASS The macro can be used to …
(edit) @012aa12   12 years stefasab lavfi/drawtext: remove unnecessary parentheses in init()
(edit) @41e637e4   12 years alex.converse lavfi: Add the af_channelmap audio channel mapping filter. Inspired …
(edit) @0567715   12 years michaelni qsort: flip compare direction to match libc qsort() Found-by: ubitux …
(edit) @e847f412   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @492cc9bc   12 years Clément Bœsch ffmpeg: remove unused buffer_size in InputFile.
(edit) @8aeed144   12 years michaelni h.263enc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @c8f4c83e   12 years michaelni h.263dec: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @dc07fb6f   12 years anton lavfi: add join audio filter. It joins multiple input streams into …
(edit) @f75be985   12 years anton lavfi: allow audio filters to request a given number of samples. This …
(edit) @58b049f2   12 years anton lavfi: support automatically inserting the fifo filter when needed. …
(edit) @fa066239   12 years anton lavfi/audio: eliminate ff_default_filter_samples(). It currently does …
(edit) @258dfff   12 years michaelni extend log line buffer sizes The string passed to av_vlog() from …
(edit) @9ee3334   12 years anton libspeexenc: add supported sample rates and channel layouts.
(edit) @896bb0d7   12 years mans Replace usleep() calls with av_usleep() This reduces the dependency …
(edit) @d3d3a32   12 years mans lavu: add av_usleep() function This function implements a delay using …
(edit) @f6b4624   12 years derek.buitenhuis utvideo: mark interlaced frames as such Signed-off-by: Michael …
(edit) @88753337   12 years derek.buitenhuis utvideo: Fix interlaced prediction for RGB utvideo. Signed-off-by: …
(edit) @1e7943c3   12 years michaelni snow: yuv410 support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @fba18ef8   12 years michaelni x86/dsputil_mmx: support 4 sample edges Signed-off-by: Michael …
(edit) @15bde060   12 years Carl Eugen Hoyos Revert "mathematics.h: remove a couple of math defines" This reverts …
(edit) @10d2a402   12 years onemda swresample: make .class_name more descriptive Signed-off-by: Paul B …
(edit) @68c845cd   12 years michaelni snow: yuv444 support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @a5a93fa8   12 years diego cosmetics: do not use full path for local headers
(edit) @13ba872a   12 years michaelni snowenc: update pix_sum for rectangles, needed for non 420 …
(edit) @b4b7471   12 years michaelni snowenc: set chroma subsample factors correctly for non 420 …
(edit) @81416c2f   12 years onemda swscale: use designated initializers for AVClass Signed-off-by: Paul …
(edit) @2fa5d8f2   12 years michaelni ffmpeg: print swr options in --help too Signed-off-by: Michael …
(edit) @4cdff582   12 years onemda fate: add tests for SANM and VIMA Signed-off-by: Paul B Mahol …
(edit) @59163139   12 years michaelni avformat: offset fps calculation by one to include 60.00 fps To …
(edit) @cdb94139   12 years michaelni doc/faq: Update video joining examples -same_quant is not designed to …
(edit) @d11baad0   12 years mans lavu/file: include unistd.h only when available The unistd.h header …
(edit) @542920b7   12 years mans configure: check for unistd.h Signed-off-by: Mans Rullgard …
(edit) @539df611   12 years mans log: include unistd.h only when needed The only symbol this file uses …
(edit) @c19e0ebe   12 years mans lavf: include libavutil/time.h instead of redeclaring av_gettime() …
(edit) @87dced80   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fix …
(edit) @1d01fee9   12 years janne-libav fix hardcoded tables compililation caused by missing math constants …
(edit) @fd0b8c6a   12 years onemda sanm: silence warnings Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @9e63c30d   12 years nicolas.george lavf: add a real SRT muxer. This muxer supports CODEC_ID_SRT with the …
(edit) @14ac47fc   12 years michaelni vc1: signal interlaced and tff flag to the consumer Reviewed-by: …
(edit) @b829da36   12 years michaelni smacker: add sanity check for length in smacker_decode_tree() …
(edit) @7681d0ea   12 years nicolas.george lavd/lavfi: do not set the channel layout list. The list was set to …
(edit) @67ffcb9   12 years martin lavf: Make codec_tag arrays constant Signed-off-by: Martin Storsjö …
(edit) @f4da707f   12 years onemda Replace Libav with FFmpeg Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @3821632e   12 years onemda smush: set audio packet duration Signed-off-by: Paul B Mahol …
(edit) @1bb30d02   12 years stefasab lavfi/deshake: fix crash in uninit() Add NULL check on avctx before …
(edit) @89ffd189   12 years martin twinvq: give massive struct a name. Signed-off-by: Martin Storsjö …
(edit) @f77fd34b   12 years michaelni aac: move sample_fmt selection before decoder configuration. The …
(edit) @24e7a22e   12 years michaelni riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't …
(edit) @cb08b6ef   12 years stefasab lavfi/scale: remove unused variable out_link Fix warning: …
(edit) @c0b3c0ff   12 years stefasab lavfi/audio: remove unused variable in ff_filter_samples() Fix …
(edit) @065851ff   12 years stefasab lswr/rematrix: specify explicitly the name of the unsupported channel …
(edit) @dc7e336c   12 years mans lavf, lavu: version bumps and APIchanges for av_gettime() move …
(edit) @6d887eca   12 years michaelni avformat: add 48 fps to the NTSC framerates Signed-off-by: Michael …
(edit) @2d61f004   12 years michaelni utvideo: mark interlaced frames as such Signed-off-by: Michael …
(edit) @f6943f23   12 years michaelni lagarith: frame multithreading Signed-off-by: Michael Niedermayer …
(edit) @07d49437   12 years michaelni wavpack: set bits_per_raw_sample for S32 samples to properly identify …
(edit) @98701be3   12 years stefasab lavfi/ass: update use of deprecated functions, fix warnings
(edit) @eda45008   12 years stefasab lavfi/blackdetect: add logic for handling stream termination Add …
(edit) @5bc87f1c   12 years stefasab lavfi/blackdetect: fix pts time debug printing
(edit) @e026c9b3   12 years anton lavfi/audio: don't set cur_buf in ff_filter_samples(). It's …
(edit) @4a97ff2f   12 years anton lavfi/fifo: add audio version of the fifo filter.
(edit) @27570e21   12 years anton fifo: fix parenthesis placement.
(edit) @394a2a04   12 years anton lavfi: rename vf_fifo.c -> fifo.c It will be used for audio too.
(edit) @a50b7562   12 years anton lavc: remove stats_in from AVCodecContext options table. Its …
(edit) @bef8fd70   12 years onemda LucasArts SMUSH demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @69254f4   12 years onemda LucasArts SMUSH video decoder Signed-off-by: Paul B Mahol …
(edit) @b1835732   12 years onemda LucasArts SMUSH VIMA audio decoder Signed-off-by: Paul B Mahol …
(edit) @5a90e55e   12 years michaelni libavfilter/transform: fix mirroring. mirror() borrowed from dwt.c, …
(edit) @104c9146   12 years michaelni libavutil: fix author attribution Libav.org has removed this while …
(edit) @b2e2287c   12 years onemda cdxl: disable checked bitstream reader Overreads should not be …
(edit) @de058773   12 years onemda lavfi: remove redundant checks after av_parse_video_rate() …
(edit) @4da42ebe   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: MS …
Note: See TracRevisionLog for help on using the revision log.