source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e53becc   12 years stefasab examples/Makefile: give priority to pkg-config flags In case …
(edit) @6fc892d2   12 years michaelni libvorbisdec: fix const nitpick warning Signed-off-by: Michael …
(edit) @370bb893   12 years michaelni mp3enc: fix const correctness Signed-off-by: Michael Niedermayer …
(edit) @0e781d94   12 years michaelni utvideoenc: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @e8e4c8bd   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @f4c020e   12 years michaelni swscale: fix usePal() Fixes Ticket1702 Signed-off-by: Michael …
(edit) @340e8e0b   12 years michaelni dnxhdenc: fix pointer type warning Signed-off-by: Michael Niedermayer …
(edit) @b0545800   12 years michaelni wmalosslessdec: remove unused variable Signed-off-by: Michael …
(edit) @d40e2c7a   12 years michaelni avfiltergraph: kill uninitialized variable warning Signed-off-by: …
(edit) @5e363bb9   12 years michaelni flvenc: kill a uninitialized variable warning. Signed-off-by: Michael …
(edit) @b3facc4a   12 years michaelni ac3dec: fix uninitialized var warning This commit should be purely …
(edit) @310fd0d3   12 years michaelni vsrc_testsrc: fix uninitilaized variable bug Found-by: gcc …
(edit) @19dceef9   12 years michaelni vf_framestep: fix uninitilaized variable bug Found-by: gcc …
(edit) @afe6f337   12 years michaelni swscale.c: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @19008e06   12 years michaelni wmavoice: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @158a70f1   12 years michaelni mov: fix av_log int type Signed-off-by: Michael Niedermayer …
(edit) @946ed78f   12 years michaelni aacdec: fix priming/skip for AAC HE/HE2 There is a remaining error of …
(edit) @0fc684ff   12 years michaelni aacdec: pass AVPacket to aac_decode_frame_int() Signed-off-by: …
(edit) @818f3dc9   12 years michaelni audio_frame_que: remove broken code that is specific to old audio_que …
(edit) @ad7fae4e   12 years michaelni dshow: allow user to specify audio buffer size Based on patch by …
(edit) @a5704659   12 years nicolas.george lavfi/af_atempo: use av_malloc for rDFT buffers. Memory obtained from …
(edit) @7816c7e7   12 years Philip Langdale Add missing codec descriptor for timingless subrip. Signed-off-by: …
(edit) @8579d4b2   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @1c668076   12 years michaelni Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' * commit …
(edit) @8db73c61   12 years mans build: allow non-standard variations of linker -l/-L flags This …
(edit) @85c83033   12 years michaelni lavc: protect calls to frame_thread_encoder by HAVE_THREADS …
(edit) @e4fff08   12 years onemda exr: fix decoding ZIP16 and height not multiple of 16 Signed-off-by: …
(edit) @bbabeb56   12 years anton Add reminders to update the codec descriptor list with new codec IDs.
(edit) @2d5c80b   12 years michaelni frame_thread_encoder: pass frame pict type and quality Signed-off-by: …
(edit) @097a909e   12 years michaelni frame_thread_encoder: pass private options Signed-off-by: Michael …
(edit) @7baa115a   12 years mans build: export filtered -lz flag in config.mak This is needed to link …
(edit) @095792f2   12 years mans build: add separate setting for host linker This adds new HOSTLD and …
(edit) @2763587c   12 years mans configure: probe_cc: use separate variable for linker output flag …
(edit) @028b6d2   12 years michaelni Add 'timeout' option to UDP protocol This patch accepts 'timeout' …
(edit) @2e6f93a2   12 years diego x86: Always compile files with functions that are called unconditionally
(edit) @2f2aa2e5   12 years diego x86: mpegvideoenc: fix linking with --disable-mmx The optimized …
(edit) @d488c3bc   12 years diego configure: support Bitrig OS Signed-off-by: Diego Biurrun …
(edit) @d39791bf   12 years diego x86: mpegvideoenc: Do not abuse HAVE_ variables for template …
(edit) @78707225   12 years michaelni Add 'rw_timeout' into URLContext If set non-zero, limits duration of …
(edit) @b64a72e   12 years rsbultje yuv2rgb: handle line widths that are not a multiple of 4. This …
(edit) @09d5e02a   12 years martin graph2dot: Use the fallback getopt implementation if needed …
(edit) @212ec5f   12 years martin tools: Include io.h for open/read/write/close if unistd.h doesn't …
(edit) @3ad9eac5   12 years martin testprogs: Remove unused includes Signed-off-by: Martin Storsjö …
(edit) @dd4169ab   12 years martin qt-faststart: Use other seek/tell functions on MSVC than on mingw …
(edit) @bff714ad   12 years martin ismindex: Include direct.h for _mkdir on windows The Windows SDK in …
(edit) @a9b1a151   12 years nicolas.george ffmpeg: count finished streams for last stats line. Otherwise, all …
(edit) @6c06b566   12 years michaelni rtpenc_xiph: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @d4bba93f   12 years martin sdp: Use static const char arrays instead of pointers to strings …
(edit) @c1495868   12 years Clément Bœsch gitignore: add scaling_video example.
(edit) @2cbffc67   12 years stefasab examples/Makefile: remove duplicated -f switch $(RM) already includes …
(edit) @74419fcf   12 years stefasab examples: add scaling_video example This example should be useful to …
(edit) @316afee7   12 years stefasab lavfi: add smartblur filter This is a port of the MPlayer smartblur …
(edit) @18217bb0   12 years nicolas.george ffmpeg: report max time of unfinished streams in stats. Eliminating …
(edit) @bcc45d63   12 years diego x86: avcodec: Drop silly "_mmx" suffixes from filenames
(edit) @efbd04c3   12 years diego x86: avcodec: Drop silly "_sse" suffixes from filenames
(edit) @06b5246c   12 years martin sdp: Include profile-level-id for H264 This is required for playback …
(edit) @1ea77a52   12 years michaelni add myself as vda decoder maintainer Signed-off-by: Michael …
(edit) @ba537202   12 years michaelni lavu: add snprintf(), vsnprint() and strtod() replacements for MS …
(edit) @6d354700   12 years lu_zero utvideoenc: use ff_huff_gen_len_table Avoid code duplication and …
(edit) @5a582bd3   12 years lu_zero huffman: add ff_huff_gen_len_table The function will be used by …
(edit) @998f92d6   12 years derek.buitenhuis cllc: simplify/fix swapped data buffer allocation. Using the malloc …
(edit) @6af2480a   12 years martin rtpdec_h264: Don't set the pixel format There is no need for this …
(edit) @6f5b1a2b   12 years martin h264: Check that the codec isn't null before accessing it This fixes …
(edit) @0b58c77   12 years martin audio_frame_queue: Define af_queue_log_state before using it This …
(edit) @416d2f7a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vc1: …
(edit) @fb6fb0de   12 years nicolas.george tools: add make_chlayout_test perl script. This script uses the flite …
(edit) @786dadc0   12 years nicolas.george cmdutils: add -layouts option. Extract of the output: | Individual …
(edit) @61e262f6   12 years michaelni vp56: Don't use DECLARE_ALIGN on a typedef name Instead, use it on …
(edit) @7627c35a   12 years kostya.shishkov vc1: export some functions This is a preparatory step for the MSS2 …
(edit) @4f92d31a   12 years michaelni vf_hqdn3d: remove duplicate inline This should fix compilation with …
(edit) @fa6c795c   12 years michaelni allcodecs: fix vda order Found-by: compn Signed-off-by: Michael …
(edit) @e3b87b35   12 years michaelni configure: fix vda order Found-by: compn Signed-off-by: Michael …
(edit) @78cca742   12 years michaelni vdadec: implement vda decoder Signed-off-by: Michael Niedermayer …
(edit) @e367d906   12 years michaelni aiffdec: support QDM2 Fixes ticket204 Signed-off-by: Michael …
(edit) @ae43c4c0   12 years mans configure: use HOSTCC_C/O in check_host_cc Signed-off-by: Mans …
(edit) @df0d6341   12 years mans configure: use AS_O setting in check_as Signed-off-by: Mans Rullgard …
(edit) @29b64b68   12 years mans configure: use LD_O setting in check_ld() Signed-off-by: Mans …
(edit) @dbc9f84e   12 years mans Revert "dsputil: make {add/put/put_signed}_pixels_clamped() …
(edit) @3d868fe5   12 years diego build: Restore dependency of acelp_filters.o on celp_math.o
(edit) @dafcbfe4   12 years diego celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
(edit) @55498543   12 years diego celp_math: Move ff_cos() to the only place it is used
(edit) @8f7c26e3   12 years diego build: Use portable abstraction for linker/hostcc output file syntax
(edit) @d5683aba   12 years diego configure: Fix shared library creation for OpenBSD OpenBSD does not …
(edit) @5395d88   12 years derek.buitenhuis vp56: Don't use DECLARE_ALIGN on a typedef name Instead, use it on …
(edit) @be862c0   12 years michaelni movenc: support for itunes tempo tag Implements support for tmpo atom …
(edit) @237f53ce   12 years Reimar.Doeffinger cllc: simplify/fix swapped data buffer allocation. Using the malloc …
(edit) @5cc5d9d5   12 years michaelni dpx: 10 and 12 bit decoding Rewrite 10 bit dpx decoder to decode into …
(edit) @0de4a563   12 years kostya.shishkov mss1: move code that will be reused by MSS2 decoder into separate file
(edit) @49df339f   12 years kostya.shishkov mss1: merge decode_intra() and decode_inter() They have most of their …
(edit) @b42be2d5   12 years martin avprobe: Get rid of ugly casts in the options table This also makes …
(edit) @99f50907   12 years michaelni aiffdec: try #2 to fix bps Signed-off-by: Michael Niedermayer …
(edit) @4abb88d7   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @b441a451   12 years martin vf_hqdn3d: Remove a duplicate inline declaration Compilation seems to …
(edit) @2bd6717   12 years martin vf_hqdn3d: Don't declare the loop variable within the for loop This …
(edit) @e0f7a9f6   12 years lu_zero huffyuv: update to current coding style
(edit) @f76e4787   12 years lu_zero huffman: update to current coding style
(edit) @125c6c07   12 years martin rtsp: Free the rtpdec context properly The condition for calling the …
(edit) @60924dfe   12 years stefasab examples/decoding_encoding: make operation logic more self-evident / …
(edit) @3b0e2763   12 years stefasab examples/Makefile: apply misc minor fixes to the RM rule Use $(RM) in …
(edit) @c0bca642   12 years stefasab examples/decoding_encoding: store temporary files in current dir Do …
Note: See TracRevisionLog for help on using the revision log.