source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1c189fc5   14 years mans cosmetics related to LPC changes. Signed-off-by: Mans Rullgard …
(edit) @77a78e9b   14 years mans Separate window function from autocorrelation. Signed-off-by: Mans …
(edit) @56f8952b   14 years mans Move lpc_compute_autocorr() from DSPContext to a new struct …
(edit) @50196a98   14 years mans lavf: move the version macros to a new header Signed-off-by: Mans …
(edit) @d66eff36   14 years mans id3v2: use an enum for encodings instead of magic numbers. …
(edit) @c2dd0e9e   14 years mans Make demuxers auto-select parsers they need This makes configure …
(edit) @583fcb52   14 years mans Makefile: simplify setting of some variables Signed-off-by: Mans …
(edit) @d08928bb   14 years mans Split mp3 demuxer and muxer into separate files. Signed-off-by: Mans …
(edit) @2611e520   14 years mans dca: pretty-print some tables Signed-off-by: Mans Rullgard …
(edit) @0361d13c   14 years mans iir: change filter type if/else to a switch. Simplifies error …
(edit) @fcdf0a43   14 years mans Add biquad high-pass and low-pass IIR filters. Signed-off-by: Mans …
(edit) @66c6b5e2   14 years rsbultje Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
(edit) @8bcfe7f7   14 years rsbultje Set gray (128) U/V planes for chroma-less samples. Fixes two fate …
(edit) @30112ada   14 years mans Split out Butterworth filter coeff init to a separate function. …
(edit) @75b98610   14 years mans cosmetics: vertical alignment and line wrap Signed-off-by: Mans …
(edit) @d42dc217   14 years mans Add memory allocation failure checks to ff_iir_filter_init_coeffs(). …
(edit) @f0f54c29   14 years mans Make PNG test depend on PNG codec Signed-off-by: Mans Rullgard …
(edit) @ebb23027   14 years mans cosmetics: wrap long line Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @0a3d769   14 years mans Add function ff_iir_filter_flt() to accept floating-point input and …
(edit) @e5fe6551   14 years janne-ffmpeg mpegtsenc: prefer metadata keyed with "service_name" title metadata …
(edit) @e8315e78   14 years mans Set service_provider and service_name in mpegts demuxer Set …
(edit) @75aded83   14 years mans id3v2: don't overwrite existing tags Apparently some broken taggers …
(edit) @f7fcd6a2   14 years mans id3v2: convert metadata after all the tags were read Signed-off-by: …
(edit) @46a2da76   14 years mans id3v2: make ff_id3v2_parse static Signed-off-by: Mans Rullgard …
(edit) @c0dd5653   14 years mans libavcodec minor version is > 99 so fix the formating libavcodec …
(edit) @69688e71   14 years mans Add service_provider and service_name metadata This patch adds …
(edit) @b9c7f66e   14 years rsbultje Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. …
(edit) @c3897d76   14 years mans Fix use of sstep/dstep in ff_iir_filter(). Signed-off-by: Mans …
(edit) @a4f5af13   14 years mans Add regression test for stereo s16le in voc. Signed-off-by: Mans …
(edit) @09a5c245   14 years mans configure: fix mktemp test and fallback function
(edit) @44caaa56   14 years mans ARM: improve VFP ABI check Recent gcc versions define ARM_PCS or …
(edit) @b0c1b66a   14 years mans armcc: suppress warning about hardfp compatibility
(edit) @5a92140b   14 years mans armcc: suppress 'assignment in condition' warning
(edit) @3240b371   14 years mans fate: simplify vp8 rules
(edit) @a6e5d231   14 years mans a64enc: make PixelFormat arrays const
(edit) @ef4a6514   14 years mans Replace ASMALIGN() with .p2align This macro has unconditionally used …
(edit) @ac3c9d01   14 years mans x86: remove VLA in ac3_downmix_sse
(edit) @ee6184a8   14 years mans regtest: add openssl to md5 alternatives
(edit) @fb3c4ffc   14 years mans configure: make $TMPE executable This is required on systems where …
(edit) @ec5f571   14 years mans cpu-test: include stdio.h only for test prog
(edit) @fef2d661   14 years mans Use -Bsymbolic for shared libs only, not executables Some linkers …
(edit) @324e7ee2   14 years mans Use INFINITY and NAN macros instead of 1/0 and 0/0
(edit) @f318ee3   14 years mans Fix quoting in version.sh
(edit) @daed21a1   14 years mans avfilter: remove stray semicolon
(edit) @69c9232   14 years mans Update git-howto with ffmpeg.org URLs
(edit) @2c3589bf   14 years janne-ffmpeg consolidate .gitignore patters into a single file Signed-off-by: …
(edit) @a5da3b04   14 years jason Deprecate CREDITS It's useless now that we've switched to git.
(edit) @f4f5cab9   14 years jason Initial MAINTAINERS update Per …
(edit) @f61cbc22   14 years justin.ruggles Revise check for codec id in voc demuxer. This fixes demuxing of …
(edit) @1ae02fe0   14 years justin.ruggles Fix bug in voc demuxer that was introduced in SVN r26309. Fixes issue …
(edit) @d425a03b   14 years justin.ruggles cosmetics: reindent
(edit) @1360f07e   14 years justin.ruggles Add check for changing number of channels in DCA. Fixes issue 2505.
(edit) @59e2118   14 years michaelni Update threshold to detect real timebase for stream copy. This may fix …
(edit) @54bc6403   14 years Reimar.Doeffinger Missing parts of IVF muxer support.
(edit) @d9c3e5f   14 years michaelni Feed the filter chain with the sample aspect ratio from the muxer or …
(edit) @ab03382   14 years anssi.hannula Add my GPG fingerprint to MAINTAINERS
(edit) @d72858f8   14 years stefano.sabatini-lala Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame().
(edit) @db323491   14 years janne-ffmpeg update av_log_missing_feature() to git Signed-off-by: Janne Grunau …
(edit) @4a6a21f5   14 years janne-ffmpeg Change SVN to Git in configure Changes "version from SVN" to "version …
(edit) @8f83a3b0   14 years stefano.sabatini-lala Remove outcommented fossil code.
(edit) @4aaeabcb   14 years Reimar.Doeffinger Explain how to set up user name/email correctly for git.
(edit) @326851b   14 years Reimar.Doeffinger Add muxer for IVF format.
(edit) @b79c3df   14 years martin prevent integer overflow in calculating duration Signed-off-by: …
(edit) @348b8218   14 years janne-ffmpeg convert svn:ignore properties to .gitignore files Signed-off-by: …
(edit) @a1c68a43   14 years janne-ffmpeg Add instructions how to check out a specific svn revision with git …
(edit) @ffe9fd25   14 years janne-ffmpeg rewrite git-howto for the no merge policy Originally committed as …
(edit) @3a45a3f3   14 years Carl Eugen Hoyos Fix date and revision for lavc 52.104. Originally committed as …
(edit) @6ee99a7e   14 years astrange VP3: remove an unnecessary static variable Originally committed as …
(edit) @01329150   14 years michaelni Allocate last picture for 4xm pfrm if its not allocated. Fixes …
(edit) @5fbf2b3f   14 years alex.converse Fix two typos in git howto. Originally committed as revision 26396 to …
(edit) @dccdd93e   14 years stefano.sabatini-lala Make config_props() return AVERROR(EINVAL) rather than 1 in case of …
(edit) @8032d1d   14 years janne-ffmpeg use git describe for naming version in pure git clones Patch by: …
(edit) @adb8669   14 years janne-ffmpeg fix typo in git howto section heading spotted by ubitux on irc …
(edit) @8bb7d97b   14 years michaelni Check 4xm headers for validity. This should avoid 1/0. Originally …
(edit) @30876e39   14 years janne-ffmpeg Add section how to find a svn changeset with git commands Originally …
(edit) @199c18a7   14 years stefano.sabatini-lala Fix weird indent in get_video_frame(). Originally committed as …
(edit) @df17f6d5   14 years wyskas Add git-howto. mostly written by Luca. Originally committed as …
(edit) @f62be777   14 years saschasommer support decoding of files that contain the number of vector coded …
(edit) @24003419   14 years stefano.sabatini-lala In ffmpeg.texi, prefer @itemize lists over text formatted "*" lists. …
(edit) @a0f593d0   14 years Carl Eugen Hoyos Values >4 for lowres corrupt output. Originally committed as revision …
(edit) @f0e5c1c0   14 years stefano.sabatini-lala Reformat documentation for -vsync @var{parameter}. Make use of …
(edit) @05503cee   14 years Carl Eugen Hoyos Since lowres == crop for bmp, remove it to avoid confusion. …
(edit) @84cac86e   14 years rsbultje Fix fate breakage in r26382. Originally committed as revision 26383 …
(edit) @ecea47a6   14 years baptiste.coudurier Remove useless free, fix warning: libavfilter/defaults.c: In function …
(edit) @1b3e43e4   14 years rsbultje Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547. …
(edit) @b1779800   14 years stefano.sabatini-lala Include libavcore/audioconvert.h, required for …
(edit) @1d5b1885   14 years stefano.sabatini-lala Reindent. Originally committed as revision 26379 to …
(edit) @7986e34d   14 years stefano.sabatini-lala Make ff_dprintf_link() print meaningful information for audio links. …
(edit) @b9af1540   14 years darkshikari Remove evil timers that snuck their way into r26375. Originally …
(edit) @fb2734c8   14 years darkshikari Fix r26375 on non-x86. Originally committed as revision 26376 to …
(edit) @f14bdd8   14 years darkshikari H.264: Partially inline CABAC residual decoding Improves CABAC …
(edit) @a242ac36   14 years stefano.sabatini-lala Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. More …
(edit) @6baf4afa   14 years stefano.sabatini-lala Make avfilter_unref_buffer() accept a NULL parameter. Originally …
(edit) @24d13ebc   14 years stefano.sabatini-lala Reindent after the last commit. Originally committed as revision …
(edit) @112c4b87   14 years stefano.sabatini-lala In ffplay, do not open display if -nodisp is set. Fixes issue 1017. …
(edit) @f9329946   14 years michaelni Parse fact chunks from wav files to find duration. Originally …
(edit) @724b1f6a   14 years michaelni Factor tag reading code out of wav read_header() Originally committed …
(edit) @925aa969   14 years michaelni Second hunk from secrity fix from google. The hunk is not fully …
(edit) @f7346719   14 years saschasommer do not read over the end of the packet fixes issue 2543 Originally …
(edit) @462b2620   14 years michaelni Set duration for wav files from sample size and data size or the wf64 …
Note: See TracRevisionLog for help on using the revision log.