|
|
|
@d4e0130e
|
14 years |
baptiste.coudurier |
In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime …
|
|
|
@e7b95918
|
14 years |
Reimar.Doeffinger |
Use av_fast_malloc instead of av_realloc.
This should be faster, is …
|
|
|
@7d508260
|
14 years |
Reimar.Doeffinger |
Handle input or output len of 0 properly in lzo decoder.
|
|
|
@91d51ee4
|
14 years |
michaelni |
Remove redundant checks against MIN_CACHE_BITS
With the removal of …
|
|
|
@a4bff12c
|
14 years |
michaelni |
get_bits: move tracing macros to end of file
Signed-off-by: Mans …
|
|
|
@371cf026
|
14 years |
michaelni |
Sanitise get_bits macros, part 2
These whitespace changes improve the …
|
|
|
@d232e09
|
14 years |
michaelni |
Sanitise get_bits macros, part 1
Some of the macros in get_bits.h …
|
|
|
@990f213e
|
14 years |
michaelni |
Remove "libmpeg2" bitstream reader
Using the libmpeg2 reader causes …
|
|
|
@51cfd81
|
14 years |
michaelni |
Makefile: simplify test tools handling
Signed-off-by: Mans Rullgard …
|
|
|
@bf7aa642
|
14 years |
michaelni |
ffserver: cleanup
remove the trivial function do_switch_stream as it …
|
|
|
@eddf8f41
|
14 years |
michaelni |
ac3enc: use dsputil functions in apply_window()
Signed-off-by: Mans …
|
|
|
@015f9f1a
|
14 years |
michaelni |
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
…
|
|
|
@fb397b1
|
14 years |
michaelni |
Reindent.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> …
|
|
|
@2ed0f766
|
14 years |
michaelni |
Fix crash on resolution change (issue 2393).
Don't free RBSP tables …
|
|
|
@60c99b55
|
14 years |
michaelni |
Make LOCAL_ALIGNED macro fully C99 compatible
C99 variadic macros …
|
|
|
@d5ec00ba
|
14 years |
michaelni |
Remove H.264 encoder fragments
It's incomplete, no one is working on …
|
|
|
@d67a6aa
|
14 years |
michaelni |
aacenc: mark SBR absent
Use backwards compatible explicit signalling …
|
|
|
@e6d40195
|
14 years |
michaelni |
Amend documentation for the image2 demuxer, to better reflect the …
|
|
|
@22f73157
|
14 years |
michaelni |
Remove outdated and confusing comment.
Signed-off-by: Mans Rullgard …
|
|
|
@ff5eded4
|
14 years |
michaelni |
10l: reverse the biquad coefficients.
I did not notice that the …
|
|
|
@ba0dd9e8
|
14 years |
michaelni |
streamid does not work with newaudio, newvideo, newsubtitle
fixes …
|
|
|
@73fd7c1
|
14 years |
michaelni |
fate: add lossless h264 test
Signed-off-by: Mans Rullgard …
|
|
|
@890b771c
|
14 years |
michaelni |
libfaac: add recognized profiles array
Signed-off-by: Janne Grunau …
|
|
|
@5b7e7544
|
14 years |
michaelni |
mp3enc: support for id3v2.3 tags using a per-muxer AVOption
fixes …
|
|
|
@fe01dd8d
|
14 years |
michaelni |
id3v2: split tables for various ID3v2 versions
This is needed for …
|
|
|
@5052830f
|
14 years |
michaelni |
mp3enc: handle errors in id3v2_put_ttag
make the initialization of …
|
|
|
@204a1815
|
14 years |
michaelni |
Move ID3v1 skip from decoder to demuxer
Signed-off-by: Janne Grunau …
|
|
|
@05238927
|
14 years |
michaelni |
fate: make lavfi tests output only md5
Instead of saving huge raw …
|
|
|
@6345dfcf
|
14 years |
michaelni |
dca: add profile names
Signed-off-by: Mans Rullgard <mans@mansr.com> …
|
|
|
@17d4f455
|
14 years |
michaelni |
iir: Change dst param to float* in ff_iir_filter_flt().
…
|
|
|
@cf9cb1f9
|
14 years |
michaelni |
dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA
DTS-HD HRA …
|
|
|
@b612554
|
14 years |
michaelni |
mp3enc: add support for writing UTF-16 tags
Also it gets rid of some …
|
|
|
@c7892b41
|
14 years |
michaelni |
Fix libavformat version extraction in configure
This fixes shared …
|
|
|
@727a20cb
|
14 years |
michaelni |
configure: better test for mktemp
Some variants of mktemp require a …
|
|
|
@3df02975
|
14 years |
michaelni |
configure: simplify exit traps
This does the same thing and also …
|
|
|
@6e89b612
|
14 years |
michaelni |
lavf: move ff_put_str16_nolen from asf to avio and rename it
It will …
|
|
|
@e910a77b
|
14 years |
michaelni |
avio: add av_put_str and deprecate put_strz in favor of it
…
|
|
|
@384dbd61
|
14 years |
michaelni |
cosmetics related to LPC changes.
Signed-off-by: Mans Rullgard …
|
|
|
@7101b18
|
14 years |
michaelni |
Separate window function from autocorrelation.
Signed-off-by: Mans …
|
|
|
@0d8837bd
|
14 years |
michaelni |
Move lpc_compute_autocorr() from DSPContext to a new struct …
|
|
|
@d3058be
|
14 years |
michaelni |
lavf: move the version macros to a new header
Signed-off-by: Mans …
|
|
|
@002bd346
|
14 years |
michaelni |
Fix out of source tree builds of libmpcodecs.
|
|
|
@eeb0b89
|
14 years |
michaelni |
id3v2: use an enum for encodings instead of magic numbers.
…
|
|
|
@a091006d
|
14 years |
michaelni |
Make demuxers auto-select parsers they need
This makes configure …
|
|
|
@d094258f
|
14 years |
michaelni |
Makefile: simplify setting of some variables
Signed-off-by: Mans …
|
|
|
@baa69f8a
|
14 years |
michaelni |
Split mp3 demuxer and muxer into separate files.
Signed-off-by: Mans …
|
|
|
@cafa3eda
|
14 years |
michaelni |
dca: pretty-print some tables
Signed-off-by: Mans Rullgard …
|
|
|
@a994f861
|
14 years |
michaelni |
iir: change filter type if/else to a switch.
Simplifies error …
|
|
|
@aa226b2
|
14 years |
michaelni |
Add biquad high-pass and low-pass IIR filters.
Signed-off-by: Mans …
|
|
|
@7f8c11b0
|
14 years |
michaelni |
Set gray (128) U/V planes for chroma-less samples. Fixes two fate …
|
|
|
@772225c0
|
14 years |
michaelni |
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 …
|
|
|
@2293b0b6
|
14 years |
michaelni |
Split out Butterworth filter coeff init to a separate function.
…
|
|
|
@99c2111b
|
14 years |
michaelni |
cosmetics: vertical alignment and line wrap
Signed-off-by: Mans …
|
|
|
@20d1f6f
|
14 years |
michaelni |
Add memory allocation failure checks to ff_iir_filter_init_coeffs().
…
|
|
|
@bb711414
|
14 years |
michaelni |
Make PNG test depend on PNG codec
Signed-off-by: Mans Rullgard …
|
|
|
@7891fdcc
|
14 years |
michaelni |
cosmetics: wrap long line
Signed-off-by: Mans Rullgard …
|
|
|
@b3b8b930
|
14 years |
michaelni |
Add function ff_iir_filter_flt() to accept floating-point input and …
|
|
|
@236bb68d
|
14 years |
michaelni |
mpegtsenc: prefer metadata keyed with "service_name"
title metadata …
|
|
|
@d7b219ca
|
14 years |
michaelni |
Set service_provider and service_name in mpegts demuxer
Set …
|
|
|
@d4cc1f5b
|
14 years |
michaelni |
id3v2: don't overwrite existing tags
Apparently some broken taggers …
|
|
|
@189665d9
|
14 years |
michaelni |
id3v2: convert metadata after all the tags were read
Signed-off-by: …
|
|
|
@b3158f7a
|
14 years |
michaelni |
id3v2: make ff_id3v2_parse static
Signed-off-by: Mans Rullgard …
|
|
|
@9256dc28
|
14 years |
michaelni |
libavcodec minor version is > 99 so fix the formating
libavcodec …
|
|
|
@7916202b
|
14 years |
michaelni |
Add service_provider and service_name metadata
This patch adds …
|
|
|
@e25f19a1
|
14 years |
michaelni |
Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. …
|
|
|
@f32e646
|
14 years |
michaelni |
Fix use of sstep/dstep in ff_iir_filter().
Signed-off-by: Mans …
|
|
|
@024f6370
|
14 years |
michaelni |
Add regression test for stereo s16le in voc.
Signed-off-by: Mans …
|
|
|
@ef44b5bf
|
14 years |
michaelni |
configure: fix mktemp test and fallback function
(cherry picked from …
|
|
|
@3b63a522
|
14 years |
michaelni |
Add GPL dependancy for libmpcodecs
|
|
|
@61d7f8fe
|
14 years |
michaelni |
Warn about vf_mp
|
|
|
@fd4c59b5
|
14 years |
michaelni |
Enable libmpcodecs support.
|
|
|
@a61b0df7
|
14 years |
michaelni |
Add ASMALIGN() hack to patch around its recent removial from configure
|
|
|
@3aa4397
|
14 years |
michaelni |
Add libmpcodecs wrapper for libavfilter, still disabled
|
|
|
@3be78f7e
|
14 years |
michaelni |
Hack libmpcodecs to make it buildable.
|
|
|
@8e45c103
|
14 years |
michaelni |
Remove dependancy of m_option & m_struct from libmpcodecs.
|
|
|
@4d463614
|
14 years |
michaelni |
Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c
|
|
|
@45c889a3
|
14 years |
michaelni |
Add #define _BSD_SOURCE where mplayer is not C99.
|
|
|
@e4852fb
|
14 years |
michaelni |
Add MPlayers libmpcodecs, this will be needed for our libavfilter …
|
|
|
@fe678413
|
14 years |
michaelni |
Revert "Update git-howto with ffmpeg.org URLs"
This reverts commit …
|
|
|
@111ccca6
|
14 years |
michaelni |
Revert "Initial MAINTAINERS update"
This reverts commit …
|
|
|
@44caaa56
|
14 years |
mans |
ARM: improve VFP ABI check
Recent gcc versions define ARM_PCS or …
|
|
|
@b0c1b66a
|
14 years |
mans |
armcc: suppress warning about hardfp compatibility
|
|
|
@5a92140b
|
14 years |
mans |
armcc: suppress 'assignment in condition' warning
|
|
|
@3240b371
|
14 years |
mans |
fate: simplify vp8 rules
|
|
|
@a6e5d231
|
14 years |
mans |
a64enc: make PixelFormat arrays const
|
|
|
@ef4a6514
|
14 years |
mans |
Replace ASMALIGN() with .p2align
This macro has unconditionally used …
|
|
|
@ac3c9d01
|
14 years |
mans |
x86: remove VLA in ac3_downmix_sse
|
|
|
@ee6184a8
|
14 years |
mans |
regtest: add openssl to md5 alternatives
|
|
|
@fb3c4ffc
|
14 years |
mans |
configure: make $TMPE executable
This is required on systems where …
|
|
|
@ec5f571
|
14 years |
mans |
cpu-test: include stdio.h only for test prog
|
|
|
@fef2d661
|
14 years |
mans |
Use -Bsymbolic for shared libs only, not executables
Some linkers …
|
|
|
@324e7ee2
|
14 years |
mans |
Use INFINITY and NAN macros instead of 1/0 and 0/0
|
|
|
@f318ee3
|
14 years |
mans |
Fix quoting in version.sh
|
|
|
@daed21a1
|
14 years |
mans |
avfilter: remove stray semicolon
|
|
|
@69c9232
|
14 years |
mans |
Update git-howto with ffmpeg.org URLs
|
|
|
@2c3589bf
|
14 years |
janne-ffmpeg |
consolidate .gitignore patters into a single file
Signed-off-by: …
|
|
|
@a5da3b04
|
14 years |
jason |
Deprecate CREDITS
It's useless now that we've switched to git.
|
|
|
@f4f5cab9
|
14 years |
jason |
Initial MAINTAINERS update
Per …
|
|
|
@f61cbc22
|
14 years |
justin.ruggles |
Revise check for codec id in voc demuxer.
This fixes demuxing of …
|
|
|
@1ae02fe0
|
14 years |
justin.ruggles |
Fix bug in voc demuxer that was introduced in SVN r26309.
Fixes issue …
|
|
|