source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @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 …
(edit) @73b40daf   12 years Carl Eugen Hoyos Use correct format identifier for uint64_t.
(edit) @4e8b206   12 years michaelni mpc: fix seeking to the end Fixes Ticket1689 Signed-off-by: Michael …
(edit) @a503afb1   12 years michaelni mpc: clip seeking timestamp in valid range Signed-off-by: Michael …
(edit) @3f02c533   12 years diego build: fft: x86: Drop unused YASM-OBJS-FFT- variable
(edit) @b9b97c2f   12 years michaelni aiffdec: fix bits per sample Fixes Ticket1660 Signed-off-by: Michael …
(edit) @a366bea   12 years michaelni ffplay: fix odd YUV width by cropping the video Should fix issue …
(edit) @95d1af11   12 years michaelni build: Fix compilation when configuring with a prog suffix Fixes …
(edit) @851bac4b   12 years michaelni vf_hqdn3d: avoid declaring variable in for() This should fix …
(edit) @17106a7c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @3a621c9   12 years michaelni nutenc: Support writing an index The seek test improves in accuracy …
(edit) @b2a8ce4e   12 years michaelni nutenc: keep track of max_pts Signed-off-by: Michael Niedermayer …
(edit) @c2a134c6   12 years michaelni nutenc: keep track if keyframe PTS Signed-off-by: Michael Niedermayer …
(edit) @e6a045ba   12 years michaelni nutdec: Flip the direction for seeking with an index in the failure …
(edit) @cebbaf57   12 years michaelni nutdec: improve information in error message Signed-off-by: Michael …
(edit) @d1ee2cf7   12 years michaelni nutenc: keep track of the written syncpoint count Signed-off-by: …
(edit) @d7f9786c   12 years diego audio_frame_queue: Clean up ff_af_queue_log_state debug function The …
(edit) @1ce5dce4   12 years diego dwt: Remove unused code.
(edit) @88386fee   12 years diego cavs: convert cavsdata.h to a .c file Defining tables in header files …
(edit) @a6d9f9e   12 years diego cavs: Move inline functions only used in one file out of the header
(edit) @ef07ac1e   12 years diego cavs: Move data tables used in only one place to that file
(edit) @09bd0ea9   12 years diego fate: Add a single symbol Ut Video decoder test Signed-off-by: Diego …
(edit) @7a1944b9   12 years Loren Merritt vf_hqdn3d: x86 asm 13% faster on penryn, 16% on sandybridge, 15% on …
(edit) @566858a7   12 years Loren Merritt vf_hqdn3d: support 16bit colordepth
(edit) @8f9941b1   12 years onemda avrndec: silence warning about incompatible pointer types …
(edit) @44b0b85f   12 years anton avconv: prefer user-forced input framerate when choosing output framerate
(edit) @bfb39023   12 years michaelni h264: ff_init_cabac_states doesnt use its argument thus remove it …
(edit) @c684cb29   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @0c3a3b7   12 years michaelni ac3_probe: fix probing of non standard AC3 Signed-off-by: Michael …
(edit) @db707302   12 years mans x86: fft: remove unused fft_dispatch* functions These functions are …
(edit) @cba79d21   12 years mans avconv: remove unused variable opt_shortest This was replaced with a …
(edit) @4b9e4486   12 years michaelni lavf: fix avio statistics for packets directly read without the …
(edit) @efab2e00   12 years derek.buitenhuis FATE: Add Canopus Lossless tests Signed-off-by: Derek Buitenhuis …
(edit) @2626cc45   12 years Philip Langdale matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. While not …
(edit) @0bb37bb   12 years michaelni riff: fix remuxing of atrac3 in wav The original codec expects 0 as …
(edit) @65b552c   12 years onemda lavc: add some missing .long_name to codec_descriptors[] …
(edit) @4abb3539   12 years Carl Eugen Hoyos Fix one of the problems with -codecs, -encoders and -decoders.
(edit) @aa7a5651   12 years derek.buitenhuis cllc: Pad swapped buffer The bitstream buffer must be padded, or the …
(edit) @2a57c9ae   12 years michaelni dpx: 10 and 12 bit encoding Encode GBRP10 pixel format into 10 bit …
(edit) @fef9e841   12 years stefasab examples/decoding_encoding.c: tell where the decoding output files are …
(edit) @864e8ad   12 years stefasab examples/muxing: update to the new avcodec_encode_video2() API
(edit) @5ac603df   12 years michaelni doc/developer: add "Adding files to the fate-suite dataset" …
(edit) @15a0fb58   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @bec180e   12 years michaelni Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93' * commit …
(edit) @6b72615c   12 years michaelni rtpdec_xiph: switch to av_assert() Signed-off-by: Michael Niedermayer …
(edit) @b66afe08   12 years stefasab lavfi/asetpts,setpts: rework debug log Show more information, and …
(edit) @1181461c   12 years stefasab lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT
(edit) @01cb4c84   12 years kostya.shishkov utvideodec: Fix single symbol mode decoding Put the zero length check …
(edit) @3d6d59ef   12 years stefasab doc/filters: itemize examples for *settb filters
(edit) @c45178c   12 years stefasab doc/filters: itemize examples for *setpts filters
(edit) @0043db29   12 years stefasab doc/filters: move *setpts and *settb filters to the multimedia filters …
(edit) @0b9a915d   12 years stefasab lavfi: rename vf_setpts.c to f_setpts.c The file contains the asetpts …
(edit) @de608805   12 years nicolas.george lavc/dvdsubenc: check the type of rectangles. Avoid a crash if a text …
(edit) @081bab5e   12 years mans truespeech: drop useless casts These values already have the correct …
(edit) @0c88e7a2   12 years mans libavcodec: drop bogus dependencies from mpc[78] and qdm2 …
(edit) @2e2b8ef8   12 years mans mpegaudio: move ff_mpa_enwindow to a separate file This table is used …
(edit) @a1bcc76e   12 years anton cmdutils: fix a memleak when specifying an option twice.
(edit) @4d7adec8   12 years anton AVOptions: store defaults for INT64 options in int64 union member. …
(edit) @12b1512e   12 years michaelni lavf/utils: Try to unwrap pts/dts so as to minimize wraps Based on …
(edit) @254917f0   12 years michaelni lavf/utils: run update_initial_timestamps() outside some if() This …
(edit) @dc402854   12 years diego x86: mpegvideo: more sensible names for optimization file and init function
Note: See TracRevisionLog for help on using the revision log.