source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @43bac121   12 years michaelni Merge commit '62dcdb028cc84845fd263bb09304c4c6500bda7a' * commit …
(edit) @2a2a643c   12 years michaelni Merge commit 'e67a87eac814c7805d18c983c43033a8a1bd62af' * commit …
(edit) @45131583   12 years michaelni Merge commit 'd28cb849899abd98bf2dd72f5a3dd56d441aeb27' * commit …
(edit) @828044ac   12 years michaelni Merge commit '4fa1f52e33b70029e2b621852f3af7c1ef9aecff' * commit …
(edit) @d2752ef0   12 years stefasab lavfi/overlay: add process_command callback
(edit) @006e20bd   12 years stefasab lavfi/overlay: add enable expression This expression is useful to …
(edit) @cc3edd99   12 years stefasab lavfi/overlay: add dynamic expression evaluation support Add support …
(edit) @8afcaae   12 years stefasab lavu/eval: rename "new_eval_expr()" to "make_eval_expr()" The new …
(edit) @0594ef0d   12 years michaelni Merge commit 'b439c992c23f3e0f3832fffd2a34a664b236c525' * commit …
(edit) @2a7f885f   12 years Clément Bœsch lavf: add libquvi demuxer.
(edit) @89388a95   12 years Clément Bœsch Replace all occurrences of PRI in sscanf() calls with SCN …
(edit) @2383068c   12 years michaelni x86: sbrdsp: implement SSE2 qmf_pre_shuffle From 253 to 51 cycles on …
(edit) @d2e051e3   12 years Clément Bœsch lavfi/separatefields: adjust tb to avoid rounding errors. Since the …
(edit) @685617ac   12 years michaelni avformat/avisynth: Cosmetics Signed-off-by: Michael Niedermayer …
(edit) @ca3cef71   12 years michaelni avformat/avisynth: Fix off-by-one error in avisynth demuxer. Fixes …
(edit) @d0073c7a   12 years onemda separatefields filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @f1c0c6b7   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @6a78ec18   12 years michaelni ffmpeg: print frame decoding error statistic Signed-off-by: Michael …
(edit) @eedcac68   12 years michaelni ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded. …
(edit) @62a11810   12 years michaelni h264: wait for missing slices only on frames The EC code does not …
(edit) @1043cb8   12 years Clément Bœsch lavc/ass: use bprint API in ff_ass_add_rect().
(edit) @de38e7c8   12 years nicolas.george ffmpeg: use a rational for -aspect option.
(edit) @62dcdb02   12 years anton vf_blackframe: switch to an AVOptions-based system.
(edit) @2831b307   12 years anton vf_aspect: switch to an AVOptions-based system.
(edit) @e67a87ea   12 years anton vf_(no)format: switch to an AVOptions-based system.
(edit) @0af7fe1f   12 years anton af_aformat: switch to an AVOptions-based system.
(edit) @d28cb849   12 years anton buffersrc: switch to an AVOptions-based system.
(edit) @4fa1f52e   12 years anton af_resample: switch to an AVOptions-based system.
(edit) @b439c992   12 years anton lavfi: switch to an AVOptions-based system.
(edit) @56c1b925   12 years kostya.shishkov dfa: implement missing TDLT coding method
(edit) @b4eb06d3   12 years michaelni msmpeg4: ignore negative DC overflow Fixes second half of Ticket2414 …
(edit) @c03dc440   12 years michaelni msmpeg4: fix asm code in ff_msmpeg4_pred_dc() Fixes first half of …
(edit) @4e0130fa   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: srtp: …
(edit) @fc792308   12 years martin srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH This was missed from …
(edit) @0e729b22   12 years martin rtpdec: Increase max rtp packet size to 8192 This fixes connecting to …
(edit) @350ad50   12 years martin lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 Signed-off-by: Martin …
(edit) @93e8fcb9   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @5fbf9c12   12 years michaelni avfilter/vf_noise: fix build without mmx*inline Signed-off-by: …
(edit) @9dc88ac3   12 years onemda lavfi: remove noise libmpcodecs wrapper Native filter have reached …
(edit) @69342444   12 years onemda lavfi/noise: copy inline asm from mp=noise Signed-off-by: Paul B …
(edit) @85b9bf56   12 years Marton Balint ffplay: simplify video pts calculation Also use frame->pts instead of …
(edit) @5dacf7b   12 years Marton Balint ffplay: fix indentation Signed-off-by: Marton Balint <cus@passwd.hu>
(edit) @0b24e341   12 years Marton Balint ffplay: handle audio buffersink output properly with buffering filters …
(edit) @325846aa   12 years Marton Balint ffplay: set time_base of audio filter buffer src Fixes ticket #2408. …
(edit) @ed8373e7   12 years onemda lavfi: always check return value of ff_get_{audio,video}_buffer() …
(edit) @e82f562   12 years Clément Bœsch lavfi/mandelbrot: reindent after 51bcd5cd.
(edit) @bc0522df   12 years martin h264pred: Add a few missing const declarations for ff_cropTbl derived …
(edit) @51bcd5cd   12 years Clément Bœsch lavfi/mandelbrot: fix speedloss with default config after morphing …
(edit) @1f2ce328   12 years michaelni lavf/wavdec: skip padding byte WAV chunks must be even aligned. This …
(edit) @0678c388   12 years michaelni rtsp: add option to set the socket timeout of the lower protocol. …
(edit) @c6ae7f64   12 years michaelni avio.h: fix indention Signed-off-by: Michael Niedermayer …
(edit) @9fce2b88   12 years onemda lavfi/il: use standard option parsing Signed-off-by: Paul B Mahol …
(edit) @8a97f6a   12 years michaelni Merge remote-tracking branch 'mbouron/master' * mbouron/master: …
(edit) @7cfaf727   12 years michaelni flvenc: dont call avio_flush() unconditional Signed-off-by: Michael …
(edit) @a286940d   12 years michaelni mux: also call avio_flush() when flushing the muxer Signed-off-by: …
(edit) @ad6a50c0   12 years michaelni avformat: add writeout_count statistic Signed-off-by: Michael …
(edit) @0138fe56   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @024a5f7   12 years michaelni Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e' * commit …
(edit) @5f49e92   12 years michaelni Merge commit '610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9' * commit …
(edit) @1090f69   12 years michaelni Merge commit 'aa8d89536d35af0a0c8d8bac2b452ffe7b82cae5' * commit …
(edit) @d2ec6ea6   12 years martin lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables …
(edit) @9e0f14f1   12 years martin lavc: Make pointers to ff_cropTbl const There's no point in these …
(edit) @610b18e2   12 years martin x86: qpel: Move fullpel and l2 functions to a separate file This way, …
(edit) @18df366a   12 years martin vp3: Embed idct_permutation array directly in VP3DecoderContext This …
(edit) @0f598457   12 years martin bfin: Make vp3 functions static Signed-off-by: Martin Storsjö …
(edit) @aa8d8953   12 years martin bfin: Don't use the vp3 idct functions if bitexact behaviour is …
(edit) @25b143a   12 years matthieu.bouron lavf/mxfdec: handle identification metadata
(edit) @018cc6f0   12 years onemda lavfi/histogram: use standard options parsing Signed-off-by: Paul B …
(edit) @1f97dfb   12 years onemda lavfi/blend,noise: remove unedeed av_opt_free() call Signed-off-by: …
(edit) @e2946e5c   12 years michaelni x86: sbrdsp: implement SSE qmf_deint_bfly From 312 to 89/68 …
(edit) @1adf54de   12 years onemda dfa: implement tdlt chunk decoding Sample & pseudo code provided by …
(edit) @4bcb75cc   12 years michaelni ffmpeg: Print a warning when -frames is affecting non video frames …
(edit) @2f284c01   12 years michaelni dpxdec: Fix decoding of RGBA10 Fixes Ticket2392 Signed-off-by: …
(edit) @0884d04d   12 years nicolas.george lavc: fix recoded subtitles end. Text subtitles packets are not …
(edit) @38665efc   12 years michaelni asfenc: convert asserts to av_assert Signed-off-by: Michael …
(edit) @1fabd950   12 years Clément Bœsch lavf/http: use a more compatible default user agent. Fixes Ticket 2265.
(edit) @28943c4d   12 years michaelni vf_noise: Fix av_lfg_get() maximum value Signed-off-by: Michael …
(edit) @62447248   12 years michaelni vf_noise: remove low quality mode It produces vissible correlation …
(edit) @21f4fc2e   12 years michaelni avfilter/vf_mp: fix x86 cpu caps Signed-off-by: Michael Niedermayer …
(edit) @11774169   12 years michaelni sbrdsp: unroll and use integer operations This patch can be …
(edit) @f4ac8022   12 years michaelni sbrdsp: unroll sbr_autocorrelate_c 1410 cycles to 1148 on …
(edit) @ff50b083   12 years michaelni coverage: filter /usr/include out Signed-off-by: Michael Niedermayer …
(edit) @32bac65b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @84bfa8be   12 years michaelni Merge commit 'a862c7d3368241e72a465ab944afa38ea62a6640' * commit …
(edit) @11d7bbb4   12 years onemda fate: add coverage for background disposal in gif decoder …
(edit) @7775992c   12 years stefasab doc/filters: fix main/over mismatch in movie examples Found-By: …
(edit) @f4b0d12f   12 years diego x86: sbrdsp: Implement SSE neg_odd_64 Timing on Arrandale: C …
(edit) @37f080f6   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h261: …
(edit) @473d1297   12 years michaelni Merge commit '0404ec619d43f27b87c424aa1a572a6699fe6a31' * commit …
(edit) @04b0fd7e   12 years michaelni Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30' * commit …
(edit) @e7c801d9   12 years michaelni Merge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780' * commit …
(edit) @3d73be07   12 years michaelni Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1' * commit …
(edit) @fa871b1   12 years michaelni Merge commit 'ae35d91d44c5e676af3d146bf8d05b241c467675' * commit …
(edit) @99186f1f   12 years michaelni fix bug of finding CPU device Signed-off-by: Michael Niedermayer …
(edit) @a862c7d3   12 years siretart Integrate lcov/gcov into Libav The gcov/lcov are a common toolchain …
(edit) @9a8f1e7   12 years onemda img2dec: make use of AV_OPT_TYPE_IMAGE_SIZE Signed-off-by: Paul B …
(edit) @1d5b4f9f   12 years onemda img2dec: make use of AV_OPT_TYPE_VIDEO_RATE Signed-off-by: Paul B …
(edit) @d343848d   12 years onemda rawvideodec: make use of AV_OPT_TYPE_IMAGE_SIZE Signed-off-by: Paul B …
(edit) @9f5bb440   12 years onemda rawvideodec: make use of AV_OPT_TYPE_VIDEO_RATE Signed-off-by: Paul B …
(edit) @4c76600a   12 years onemda rawdec: make use of AV_OPT_TYPE_VIDEO_RATE Signed-off-by: Paul B …
Note: See TracRevisionLog for help on using the revision log.