source: ffmpeg

Revision Log Mode:


Legend:

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