source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2afd30bf   14 years michaelni rtspdec: Move rtsp_read_pause up, next to rtsp_read_play …
(edit) @3f44e3c9   14 years michaelni rtsp: Use ff_rtsp_undo_setup in the cleanup code in …
(edit) @abbc1d27   14 years michaelni rtsp: Split out a function undoing the setup made by …
(edit) @d89a08d8   14 years michaelni rtsp: Make make_setup_request a nonstatic function Signed-off-by: …
(edit) @1a172ce6   14 years michaelni applehttp: Fix the key check in handle_variant_args The key string is …
(edit) @69c78161   14 years michaelni reindent after last commit Signed-off-by: Janne Grunau …
(edit) @8a485dd   14 years michaelni Extend WavPack demuxer and decoder to support >2 channel audio …
(edit) @0f16f725   14 years michaelni Do not set audio_resample to 0 if audio_sync_method is > 1. If …
(edit) @0fc1961e   14 years michaelni ARM: NEON: fix overflow in h264 16x16 planar pred Signed-off-by: Mans …
(edit) @a98ffb2b   14 years michaelni Add CFLAGS needed by PathScale compiler The PathScale compiler …
(edit) @355d0528   14 years michaelni Disable symbol versioning on some BSDs Dragonfly, NetBSD, and OpenBSD …
(edit) @d112aa5a   14 years michaelni MIPS: use inline asm only when supported by compiler (cherry picked …
(edit) @604eb152   14 years michaelni aacenc: fix typo in sync extension constant in 8ae0fa2 (cherry picked …
(edit) @9de202a6   14 years jai ffmetaenc : Use more correct format specifiers. Additionally, this …
(edit) @d4e0130e   14 years baptiste.coudurier In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime …
(edit) @e7b95918   14 years Reimar.Doeffinger Use av_fast_malloc instead of av_realloc. This should be faster, is …
(edit) @7d508260   14 years Reimar.Doeffinger Handle input or output len of 0 properly in lzo decoder.
(edit) @91d51ee4   14 years michaelni Remove redundant checks against MIN_CACHE_BITS With the removal of …
(edit) @a4bff12c   14 years michaelni get_bits: move tracing macros to end of file Signed-off-by: Mans …
(edit) @371cf026   14 years michaelni Sanitise get_bits macros, part 2 These whitespace changes improve the …
(edit) @d232e09   14 years michaelni Sanitise get_bits macros, part 1 Some of the macros in get_bits.h …
(edit) @990f213e   14 years michaelni Remove "libmpeg2" bitstream reader Using the libmpeg2 reader causes …
(edit) @51cfd81   14 years michaelni Makefile: simplify test tools handling Signed-off-by: Mans Rullgard …
(edit) @bf7aa642   14 years michaelni ffserver: cleanup remove the trivial function do_switch_stream as it …
(edit) @eddf8f41   14 years michaelni ac3enc: use dsputil functions in apply_window() Signed-off-by: Mans …
(edit) @015f9f1a   14 years michaelni Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. …
(edit) @fb397b1   14 years michaelni Reindent. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> …
(edit) @2ed0f766   14 years michaelni Fix crash on resolution change (issue 2393). Don't free RBSP tables …
(edit) @60c99b55   14 years michaelni Make LOCAL_ALIGNED macro fully C99 compatible C99 variadic macros …
(edit) @d5ec00ba   14 years michaelni Remove H.264 encoder fragments It's incomplete, no one is working on …
(edit) @d67a6aa   14 years michaelni aacenc: mark SBR absent Use backwards compatible explicit signalling …
(edit) @e6d40195   14 years michaelni Amend documentation for the image2 demuxer, to better reflect the …
(edit) @22f73157   14 years michaelni Remove outdated and confusing comment. Signed-off-by: Mans Rullgard …
(edit) @ff5eded4   14 years michaelni 10l: reverse the biquad coefficients. I did not notice that the …
(edit) @ba0dd9e8   14 years michaelni streamid does not work with newaudio, newvideo, newsubtitle fixes …
(edit) @73fd7c1   14 years michaelni fate: add lossless h264 test Signed-off-by: Mans Rullgard …
(edit) @890b771c   14 years michaelni libfaac: add recognized profiles array Signed-off-by: Janne Grunau …
(edit) @5b7e7544   14 years michaelni mp3enc: support for id3v2.3 tags using a per-muxer AVOption fixes …
(edit) @fe01dd8d   14 years michaelni id3v2: split tables for various ID3v2 versions This is needed for …
(edit) @5052830f   14 years michaelni mp3enc: handle errors in id3v2_put_ttag make the initialization of …
(edit) @204a1815   14 years michaelni Move ID3v1 skip from decoder to demuxer Signed-off-by: Janne Grunau …
(edit) @05238927   14 years michaelni fate: make lavfi tests output only md5 Instead of saving huge raw …
(edit) @6345dfcf   14 years michaelni dca: add profile names Signed-off-by: Mans Rullgard <mans@mansr.com> …
(edit) @17d4f455   14 years michaelni iir: Change dst param to float* in ff_iir_filter_flt(). …
(edit) @cf9cb1f9   14 years michaelni dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA DTS-HD HRA …
(edit) @b612554   14 years michaelni mp3enc: add support for writing UTF-16 tags Also it gets rid of some …
(edit) @c7892b41   14 years michaelni Fix libavformat version extraction in configure This fixes shared …
(edit) @727a20cb   14 years michaelni configure: better test for mktemp Some variants of mktemp require a …
(edit) @3df02975   14 years michaelni configure: simplify exit traps This does the same thing and also …
(edit) @6e89b612   14 years michaelni lavf: move ff_put_str16_nolen from asf to avio and rename it It will …
(edit) @e910a77b   14 years michaelni avio: add av_put_str and deprecate put_strz in favor of it …
(edit) @384dbd61   14 years michaelni cosmetics related to LPC changes. Signed-off-by: Mans Rullgard …
(edit) @7101b18   14 years michaelni Separate window function from autocorrelation. Signed-off-by: Mans …
(edit) @0d8837bd   14 years michaelni Move lpc_compute_autocorr() from DSPContext to a new struct …
(edit) @d3058be   14 years michaelni lavf: move the version macros to a new header Signed-off-by: Mans …
(edit) @002bd346   14 years michaelni Fix out of source tree builds of libmpcodecs.
(edit) @eeb0b89   14 years michaelni id3v2: use an enum for encodings instead of magic numbers. …
(edit) @a091006d   14 years michaelni Make demuxers auto-select parsers they need This makes configure …
(edit) @d094258f   14 years michaelni Makefile: simplify setting of some variables Signed-off-by: Mans …
(edit) @baa69f8a   14 years michaelni Split mp3 demuxer and muxer into separate files. Signed-off-by: Mans …
(edit) @cafa3eda   14 years michaelni dca: pretty-print some tables Signed-off-by: Mans Rullgard …
(edit) @a994f861   14 years michaelni iir: change filter type if/else to a switch. Simplifies error …
(edit) @aa226b2   14 years michaelni Add biquad high-pass and low-pass IIR filters. Signed-off-by: Mans …
(edit) @7f8c11b0   14 years michaelni Set gray (128) U/V planes for chroma-less samples. Fixes two fate …
(edit) @772225c0   14 years michaelni Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 …
(edit) @2293b0b6   14 years michaelni Split out Butterworth filter coeff init to a separate function. …
(edit) @99c2111b   14 years michaelni cosmetics: vertical alignment and line wrap Signed-off-by: Mans …
(edit) @20d1f6f   14 years michaelni Add memory allocation failure checks to ff_iir_filter_init_coeffs(). …
(edit) @bb711414   14 years michaelni Make PNG test depend on PNG codec Signed-off-by: Mans Rullgard …
(edit) @7891fdcc   14 years michaelni cosmetics: wrap long line Signed-off-by: Mans Rullgard …
(edit) @b3b8b930   14 years michaelni Add function ff_iir_filter_flt() to accept floating-point input and …
(edit) @236bb68d   14 years michaelni mpegtsenc: prefer metadata keyed with "service_name" title metadata …
(edit) @d7b219ca   14 years michaelni Set service_provider and service_name in mpegts demuxer Set …
(edit) @d4cc1f5b   14 years michaelni id3v2: don't overwrite existing tags Apparently some broken taggers …
(edit) @189665d9   14 years michaelni id3v2: convert metadata after all the tags were read Signed-off-by: …
(edit) @b3158f7a   14 years michaelni id3v2: make ff_id3v2_parse static Signed-off-by: Mans Rullgard …
(edit) @9256dc28   14 years michaelni libavcodec minor version is > 99 so fix the formating libavcodec …
(edit) @7916202b   14 years michaelni Add service_provider and service_name metadata This patch adds …
(edit) @e25f19a1   14 years michaelni Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. …
(edit) @f32e646   14 years michaelni Fix use of sstep/dstep in ff_iir_filter(). Signed-off-by: Mans …
(edit) @024f6370   14 years michaelni Add regression test for stereo s16le in voc. Signed-off-by: Mans …
(edit) @ef44b5bf   14 years michaelni configure: fix mktemp test and fallback function (cherry picked from …
(edit) @3b63a522   14 years michaelni Add GPL dependancy for libmpcodecs
(edit) @61d7f8fe   14 years michaelni Warn about vf_mp
(edit) @fd4c59b5   14 years michaelni Enable libmpcodecs support.
(edit) @a61b0df7   14 years michaelni Add ASMALIGN() hack to patch around its recent removial from configure
(edit) @3aa4397   14 years michaelni Add libmpcodecs wrapper for libavfilter, still disabled
(edit) @3be78f7e   14 years michaelni Hack libmpcodecs to make it buildable.
(edit) @8e45c103   14 years michaelni Remove dependancy of m_option & m_struct from libmpcodecs.
(edit) @4d463614   14 years michaelni Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c
(edit) @45c889a3   14 years michaelni Add #define _BSD_SOURCE where mplayer is not C99.
(edit) @e4852fb   14 years michaelni Add MPlayers libmpcodecs, this will be needed for our libavfilter …
(edit) @fe678413   14 years michaelni Revert "Update git-howto with ffmpeg.org URLs" This reverts commit …
(edit) @111ccca6   14 years michaelni Revert "Initial MAINTAINERS update" This reverts commit …
(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 …
Note: See TracRevisionLog for help on using the revision log.