source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0abfb0a9   12 years michaelni vocenc: change default codec to 16bit Hardly anyone would want 8bit …
(edit) @bacbbd2b   12 years michaelni vocenc: fix sample rate rounding direction Signed-off-by: Michael …
(edit) @f15803e9   12 years michaelni fate: Try to fix source path for fate-acodec-dca Signed-off-by: …
(edit) @166f3864   12 years michaelni fate: speedup dnxhd tests and reduce their memory requirements …
(edit) @7ebe28c2   12 years onemda xwdenc: support 8bpp grayscale Signed-off-by: Paul B Mahol …
(edit) @b9c94e82   12 years onemda xwddec: support 8bpp grayscale
(edit) @244682dd   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: log: …
(edit) @5c44c2d   12 years michaelni mlp_parser: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @f0a3259f   12 years michaelni rangecoder.h: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @ee51565e   12 years michaelni configure: fix libavutil.pc generation Found-by: uau Signed-off-by: …
(edit) @62975afa   12 years michaelni af_aresample: fix sample_rate type. should fix fate failures on 32bit …
(edit) @3013722c   12 years michaelni sink_buffer: assert that functions and sinks arent mixed …
(edit) @fbf03ee3   12 years michaelni ffmpeg: fix indent of 1 line Signed-off-by: Michael Niedermayer …
(edit) @11f2cad1   12 years michaelni examples/filtering_audio: update for avfilter API "cleanup" …
(edit) @98b3f17b   12 years michaelni image2: Add "start_number" private option to the demuxer Currently if …
(edit) @eeddd396   12 years michaelni cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR Signed-off-by: …
(edit) @c41899a3   12 years michaelni lavu: split version info into version.h Signed-off-by: Michael …
(edit) @145a8096   12 years martin log: Only include unistd.h if configure found it MSVC has isatty (in …
(edit) @980e65f1   12 years anton ape: create audio stream before reading tags. Tags may contain …
(edit) @a7b8ff94   12 years anton mov: make a length variable larger. Right now, it's uint16_t, but for …
(edit) @f57d2f5   12 years anton image2: Add "start_number" private option to the demuxer Currently if …
(edit) @b5bce20c   12 years anton image2: Add "start_number" private option to the muxer This adds the …
(edit) @fd269d62   12 years anton avconv: remove a forgotten debugging printf.
(edit) @df98bf22   12 years anton avconv: use more descriptive names for hardcoded filters. Also ensure …
(edit) @6fc7d9a0   12 years anton avconv: remove redundant handling of async. Because of a mistake …
(edit) @7a8059eb   12 years anton doc/filters: fix typo.
(edit) @b5e6aa6c   12 years michaelni dxva2_h264: fix signaling of mbaff frames The MBAFF flag may only be …
(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) @0b6f9736   12 years mans h264: use asm cabac reader under a generic condition This removes a …
(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 …
Note: See TracRevisionLog for help on using the revision log.