source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0922633f   12 years michaelni fate.texi: fix typo in title Signed-off-by: Michael Niedermayer …
(edit) @c7b9eab2   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @4a6d790a   12 years michaelni nutenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @53eaca5d   12 years michaelni mpegtsenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @8517e9c4   12 years martin rtmp: Add a new option 'rtmp_buffer', for setting the client buffer …
(edit) @9477c035   12 years martin rtmp: Set the client buffer time to 3s instead of 0.26s This …
(edit) @c2d38bea   12 years martin rtmp: Handle server bandwidth packets Signed-off-by: Martin Storsjö …
(edit) @9ff930aa   12 years martin rtmp: Display a verbose message when an unknown packet type is …
(edit) @9cdf74f9   12 years anton lavfi/audio: use av_samples_copy() instead of custom code. Fixes a …
(edit) @ce03b088   12 years anton configure: add all filters hardcoded into avconv to avconv_deps
(edit) @24b2f4ed   12 years anton avfiltergraph: remove a redundant call to avfilter_get_by_name().
(edit) @2f296e39   12 years anton lavfi: allow building without swscale.
(edit) @5f8f6243   12 years michaelni swr: fix 10l use of uninitialized data Signed-off-by: Michael …
(edit) @a4880283   12 years diego build: Do not delete tests/vsynth2 directory, which is no longer created.
(edit) @b9e5c5f   12 years michaelni doc/encoders: update libvpxenc mappings max-intra-rate / …
(edit) @dded4cb2   12 years michaelni lavc: fix support of unofficial pix_fmt extensions of jpeg …
(edit) @9baeff95   12 years anton lavfi: replace AVFilterContext.input/output_count with …
(edit) @9d0bfc50   12 years anton lavfi: make AVFilterPad opaque after two major bumps. It will allow …
(edit) @84b9fbe0   12 years anton lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). This …
(edit) @6d58358a   12 years anton lavfi: make avfilter_get_video_buffer() private on next bump. They …
(edit) @8772997d   12 years diego jack: update to new latency range API as the old one has been …
(edit) @465a72b4   12 years stefasab lavfi: move definition of avfilter_copy_buf_props() from buffer.c to …
(edit) @134815a0   12 years stefasab lavfi: change name of tracing functions and of the macro which enables …
(edit) @05338686   12 years martin rtmp: Tokenize the AMF connection parameters manually instead of using …
(edit) @c1d62489   12 years onemda libvorbis: split encoder from decoder Also fix build dependencies …
(edit) @af10fead   12 years diego ppc: Rename H.264 optimization template file for consistency.
(edit) @2942431a   12 years michaelni arm/intmath: disable av_clip_uintp2_arm with config_small The code …
(edit) @f06269dd   12 years onemda cosmetics: align more codecs declarations Signed-off-by: Paul B Mahol …
(edit) @d6251368   12 years anton lavfi: add channelsplit audio filter.
(edit) @47953626   12 years justin.ruggles golomb: check remaining bits during unary decoding in …
(edit) @404410a5   12 years anton sws: fix planar RGB input conversions for 9/10/16 bpp. Fixes bug 282. …
(edit) @65a80ee1   12 years alex.converse avfilter: Log an error if avfilter fails to configure a link.
(edit) @47b812e9   12 years anton avconv: support only native pthreads. Our w32pthreads wrapper has …
(edit) @0a9a2257   12 years martin rtmp: Fix a possible access to invalid memory location when the …
(edit) @a7fbc5d0   12 years onemda libvorbis: cosmetics: remove empty line at EOF Signed-off-by: Paul B …
(edit) @dc1c79be   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2a622c23   12 years michaelni lavf: add a "warning" when discarding a oddly backward subtitle or …
(edit) @47695b1d   12 years michaelni lavf: handle data like subtitles in start time calculation. This …
(edit) @728f86ed   12 years michaelni swr: mix_2_1_int16_mmx/sse Signed-off-by: Michael Niedermayer …
(edit) @d504266c   12 years michaelni swr: mix_1_1_int16_sse Signed-off-by: Michael Niedermayer …
(edit) @cbeeaf25   12 years michaelni swr: mix_1_1 int16 MMX Signed-off-by: Michael Niedermayer …
(edit) @52afa436   12 years michaelni swr: mix_2_1_float SSE/AVX Based-on code by Justin Ruggles …
(edit) @beb0cd6a   12 years michaelni swr: SIMD rematrixing and SSE/AVX mix_1_1 float Signed-off-by: …
(edit) @48a45f81   12 years michaelni swr: add native matrix for SIMD Signed-off-by: Michael Niedermayer …
(edit) @9abbbf75   12 years michaelni swr: add function pointers for SIMD rematrixing Signed-off-by: …
(edit) @634d539c   12 years michaelni swresample.c: update copyleft year Signed-off-by: Michael Niedermayer …
(edit) @c8553bea   12 years michaelni swr: use &~15 Idea-by: reimar (and ubitux on IRC) Signed-off-by: …
(edit) @4289b669   12 years michaelni swr: replace /16 by >>4 Signed-off-by: Michael Niedermayer …
(edit) @359abb18   12 years stefasab lavu/error: add av_make_error_string() and av_err2str() convenience …
(edit) @5683de00   12 years stefasab lavu/error: fix sign error in av_sterror() error code The value …
(edit) @4299fd23   12 years stefasab lavu/error: use a table to store error codes and strings, add test …
(edit) @3ecaba67   12 years stefasab tests/parseutils: change test to make it platform independent Make …
(edit) @9ec5e956   12 years michaelni ffmpeg: disable threading on mingw, it doesnt work due to dependance …
(edit) @f91b635b   12 years michaelni rtmpproto: replace strtok_r by av_strtok its unavailable in mingw …
(edit) @94d56502   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @65efc66d   12 years michaelni pngenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @7925f92   12 years michaelni 4xm: use av_assert() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3827a86e   12 years michaelni Optimization of AMR NB and WB decoders for MIPS AMR NB and WB …
(edit) @751dcd92   12 years onemda Remove eightsvx_raw decoder line Decoder have been renamed to …
(edit) @d9a9518f   12 years michaelni flvenc: use av_assert instead of assert Signed-off-by: Michael …
(edit) @709b54ea   12 years michaelni rv20enc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @f862537d   12 years martin rtmp: Do not send extension for flv files This fixes bugzilla bug …
(edit) @8ee3e187   12 years martin rtmp: support connection parameters Allow using connection parameters …
(edit) @b4c92e94   12 years martin doc: Add documentation for the newly added rtmp_* options …
(edit) @66531c75   12 years michaelni random_seed: rewrite generic code. The new code is faster and reuses …
(edit) @37f1a7d   12 years Carl Eugen Hoyos Make png-in-mov QuickTime-compatible for more colour-spaces. Reported …
(edit) @20e46aaf   12 years Clément Bœsch mov: export orphan tmcd track metadata to global format metadata.
(edit) @1ec23d9c   12 years Clément Bœsch mov: copy timecode metadata from tmcd track to the related video …
(edit) @0d96ec19   12 years Clément Bœsch mov: parse tref atom.
(edit) @9fb2e234   12 years Clément Bœsch movenc: add timecode track support.
(edit) @9846a9c7   12 years Clément Bœsch riff: add ISMP/timecode tag.
(edit) @0478d5f9   12 years michaelni ffmpeg: allow overriding framerate for stream copy Signed-off-by: …
(edit) @cb7f0622   12 years michaelni libvpxenc: add support for forced key frames Signed-off-by: Michael …
(edit) @a5ca320   12 years michaelni rangecoder: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @1248de53   12 years michaelni amrnbdec: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @4e3a5bc1   12 years michaelni j2k: remove unreachable assert() Signed-off-by: Michael Niedermayer …
(edit) @3630a07   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9e724d7   12 years michaelni dct-test: fix alignment in ff_prores_idct_put_10_sse2() …
(edit) @234d42f5   12 years michaelni postprocess: fix another void returning void function. lets hope this …
(edit) @ee1748ab   12 years stefasab lavfi: fix signature for default_filter_name() Return a const char *, …
(edit) @91bdced3   12 years michaelni mpegtsenc: prevent pcr_packet_period==0 a period of 1 is the smallest …
(edit) @1321e6e   12 years michaelni tiffenc: use av_assert() Signed-off-by: Michael Niedermayer …
(edit) @bcbb30e   12 years anton libmp3lame: add missing layout terminator Signed-off-by: Anton …
(edit) @0d249316   12 years nicolas.george vf_fps: set frame_rate.
(edit) @c8428a0d   12 years nicolas.george vf_tile: update deprecated functions.
(edit) @7b993c4   12 years nicolas.george vf_tile: set frame_rate.
(edit) @4adf5dfa   12 years nicolas.george sdl: fix aspect ratio computations. The rounding was wrong due to …
(edit) @3ff6b1a2   12 years nicolas.george sdl: fix overlay size. The size passed to SDL_CreateYUVOverlay is the …
(edit) @2f9907be   12 years nicolas.george sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS. It allows vsync …
(edit) @5db5169e   12 years anton avconv: multithreaded demuxing. When there are multiple input files, …
(edit) @b0f0dfc4   12 years anton Bump lavu minor and add an APIChanges entry for audioconvert functions.
(edit) @59d58b33   12 years anton audioconvert: add a function for extracting the channel with the given …
(edit) @5df320e1   12 years anton audioconvert: add a function for getting the name of a single channel.
(edit) @406b257   12 years anton audioconvert: add a function for getting channel's index in layout
(edit) @3596de55   12 years anton audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels
(edit) @d7d071a   12 years anton vf_libopencv: add missing headers. Fix build after b74a1da4.
(edit) @19be0f3c   12 years kostya.shishkov iac: add missing dependency
(edit) @4bfee465   12 years michaelni bprint-test: avoid z modifier, mingw fails with it Signed-off-by: …
(edit) @d35c27db   12 years michaelni sink_buffer: dont return void from void functions. Signed-off-by: …
(edit) @3b196bb7   12 years michaelni libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.