|
|
|
@69ad22c7
|
14 years |
mans |
Make ff_realmedia_mp3_dynamic_handler static.
Signed-off-by: Mans …
|
|
|
@aa61e39e
|
14 years |
mans |
Make denoise_dct_c() and dct_quantize_trellis_c() static in …
|
|
|
@5b5083b5
|
14 years |
mans |
Don't declare a pcm_dvd encoder.
The PCM_DVD encoder would be left …
|
|
|
@73a0b19
|
14 years |
mans |
Don't check for DEBUG before using dprintf.
The dprintf macro is …
|
|
|
@a6d1bd05
|
14 years |
mans |
Make local variables static.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@f0a86769
|
14 years |
mans |
Make dvenc.c functions static to the unit.
Also drop some …
|
|
|
@1d4da6a4
|
14 years |
mans |
Make denoise_dct_c and dct_quantize_trellis_c static.
Signed-off-by: …
|
|
|
@bb875b75
|
14 years |
mans |
Make the ff_lockmgr_cb function pointer static to utils.c
…
|
|
|
@3568853f
|
14 years |
mans |
Make this_year static to cmdutils.c
Signed-off-by: Mans Rullgard …
|
|
|
@82e1f217
|
14 years |
mans |
Rename sf_table in atrac.c unit to ff_atrac_sf_table.
This ensures a …
|
|
|
@53493f9a
|
14 years |
mans |
Mark qmf_window table static to atrac.c unit.
The table is not used …
|
|
|
@80944df7
|
14 years |
mans |
x86: fix overflow in h264 8x8 planar prediction
Signed-off-by: Mans …
|
|
|
@e63dd5fb
|
14 years |
mans |
fate: add h264 test for extreme cases in planar prediction
…
|
|
|
@efa6ce99
|
14 years |
mans |
ffserver: put gcc attribute under proper ifdef
|
|
|
@2762a7a2
|
14 years |
janne-ffmpeg |
rtspdec: Retry with TCP if UDP failed
Signed-off-by: Janne Grunau …
|
|
|
@e836b1b0
|
14 years |
janne-ffmpeg |
rtspdec: Move rtsp_read_pause up, next to rtsp_read_play
…
|
|
|
@aeb2de1c
|
14 years |
janne-ffmpeg |
rtsp: Use ff_rtsp_undo_setup in the cleanup code in …
|
|
|
@93e7490e
|
14 years |
janne-ffmpeg |
rtsp: Split out a function undoing the setup made by …
|
|
|
@fef5649a
|
14 years |
janne-ffmpeg |
rtsp: Make make_setup_request a nonstatic function
Signed-off-by: …
|
|
|
@4be170c9
|
14 years |
janne-ffmpeg |
Use av_fast_malloc instead of av_realloc.
This should be faster, is …
|
|
|
@032f4068
|
14 years |
janne-ffmpeg |
Handle input or output len of 0 properly in lzo decoder.
(cherry …
|
|
|
@2b0decf
|
14 years |
mans |
applehttp: Fix the key check in handle_variant_args
The key string is …
|
|
|
@dacbcd1
|
14 years |
janne-ffmpeg |
reindent after last commit
Signed-off-by: Janne Grunau …
|
|
|
@3bdc886c
|
14 years |
janne-ffmpeg |
Extend WavPack demuxer and decoder to support >2 channel audio
…
|
|
|
@07b48f8c
|
14 years |
mans |
Do not set audio_resample to 0 if audio_sync_method is > 1.
If …
|
|
|
@78f318b
|
14 years |
mans |
ARM: NEON: fix overflow in h264 16x16 planar pred
Signed-off-by: Mans …
|
|
|
@5f3b831
|
14 years |
mans |
Add CFLAGS needed by PathScale compiler
The PathScale compiler …
|
|
|
@a1e4b3f6
|
14 years |
mans |
Disable symbol versioning on some BSDs
Dragonfly, NetBSD, and OpenBSD …
|
|
|
@7a5a168a
|
14 years |
mans |
MIPS: use inline asm only when supported by compiler
|
|
|
@2fd9035d
|
14 years |
janne-ffmpeg |
aacenc: fix typo in sync extension constant in 8ae0fa2
|
|
|
@f162e988
|
14 years |
mans |
Remove redundant checks against MIN_CACHE_BITS
With the removal of …
|
|
|
@611a6f5
|
14 years |
mans |
get_bits: move tracing macros to end of file
Signed-off-by: Mans …
|
|
|
@fb5c841d
|
14 years |
mans |
Sanitise get_bits macros, part 2
These whitespace changes improve the …
|
|
|
@bf5f9b52
|
14 years |
mans |
Sanitise get_bits macros, part 1
Some of the macros in get_bits.h …
|
|
|
@938f72e1
|
14 years |
mans |
Remove "libmpeg2" bitstream reader
Using the libmpeg2 reader causes …
|
|
|
@2b39962e
|
14 years |
mans |
Makefile: simplify test tools handling
Signed-off-by: Mans Rullgard …
|
|
|
@305ca590
|
14 years |
siretart |
ffserver: cleanup
remove the trivial function do_switch_stream as it …
|
|
|
@3b924294
|
14 years |
mans |
ac3enc: use dsputil functions in apply_window()
Signed-off-by: Mans …
|
|
|
@6eabb0d3
|
14 years |
mans |
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
…
|
|
|
@fcb7e53
|
14 years |
janne-ffmpeg |
Reindent.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
|
|
|
@91078926
|
14 years |
janne-ffmpeg |
Fix crash on resolution change (issue 2393).
Don't free RBSP tables …
|
|
|
@96aad41
|
14 years |
mans |
Make LOCAL_ALIGNED macro fully C99 compatible
C99 variadic macros …
|
|
|
@ff3d4310
|
14 years |
mans |
Remove H.264 encoder fragments
It's incomplete, no one is working on …
|
|
|
@8ae0fa24
|
14 years |
janne-ffmpeg |
aacenc: mark SBR absent
Use backwards compatible explicit signalling …
|
|
|
@10ed96c7
|
14 years |
mans |
Amend documentation for the image2 demuxer, to better reflect the …
|
|
|
@db2ddd38
|
14 years |
mans |
Remove outdated and confusing comment.
Signed-off-by: Mans Rullgard …
|
|
|
@98cfadd6
|
14 years |
janne-ffmpeg |
10l: reverse the biquad coefficients.
I did not notice that the …
|
|
|
@20ac9de3
|
14 years |
janne-ffmpeg |
streamid does not work with newaudio, newvideo, newsubtitle
fixes …
|
|
|
@76edf2c1
|
14 years |
mans |
fate: add lossless h264 test
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@b92f76e2
|
14 years |
janne-ffmpeg |
libfaac: add recognized profiles array
Signed-off-by: Janne Grunau …
|
|
|
@22272f61
|
14 years |
janne-ffmpeg |
mp3enc: support for id3v2.3 tags using a per-muxer AVOption
fixes …
|
|
|
@cb6bc576
|
14 years |
janne-ffmpeg |
id3v2: split tables for various ID3v2 versions
This is needed for …
|
|
|
@8c3caf7f
|
14 years |
janne-ffmpeg |
mp3enc: handle errors in id3v2_put_ttag
make the initialization of …
|
|
|
@045b80e5
|
14 years |
janne-ffmpeg |
Move ID3v1 skip from decoder to demuxer
Signed-off-by: Janne Grunau …
|
|
|
@f4b1e21a
|
14 years |
mans |
fate: make lavfi tests output only md5
Instead of saving huge raw …
|
|
|
@f4096bf6
|
14 years |
mans |
dca: add profile names
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@69915b4
|
14 years |
mans |
iir: Change dst param to float* in ff_iir_filter_flt().
…
|
|
|
@8f4a5d22
|
14 years |
mans |
dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA
DTS-HD HRA …
|
|
|
@187e234
|
14 years |
mans |
mp3enc: add support for writing UTF-16 tags
Also it gets rid of some …
|
|
|
@4ad66441
|
14 years |
mans |
Fix libavformat version extraction in configure
This fixes shared …
|
|
|
@a210bce
|
14 years |
mans |
configure: better test for mktemp
Some variants of mktemp require a …
|
|
|
@93bb9ff0
|
14 years |
mans |
configure: simplify exit traps
This does the same thing and also …
|
|
|
@dccbd97d
|
14 years |
mans |
lavf: move ff_put_str16_nolen from asf to avio and rename it
It will …
|
|
|
@4efd5cf3
|
14 years |
mans |
avio: add av_put_str and deprecate put_strz in favor of it
…
|
|
|
@1c189fc5
|
14 years |
mans |
cosmetics related to LPC changes.
Signed-off-by: Mans Rullgard …
|
|
|
@77a78e9b
|
14 years |
mans |
Separate window function from autocorrelation.
Signed-off-by: Mans …
|
|
|
@56f8952b
|
14 years |
mans |
Move lpc_compute_autocorr() from DSPContext to a new struct …
|
|
|
@50196a98
|
14 years |
mans |
lavf: move the version macros to a new header
Signed-off-by: Mans …
|
|
|
@d66eff36
|
14 years |
mans |
id3v2: use an enum for encodings instead of magic numbers.
…
|
|
|
@c2dd0e9e
|
14 years |
mans |
Make demuxers auto-select parsers they need
This makes configure …
|
|
|
@583fcb52
|
14 years |
mans |
Makefile: simplify setting of some variables
Signed-off-by: Mans …
|
|
|
@d08928bb
|
14 years |
mans |
Split mp3 demuxer and muxer into separate files.
Signed-off-by: Mans …
|
|
|
@2611e520
|
14 years |
mans |
dca: pretty-print some tables
Signed-off-by: Mans Rullgard …
|
|
|
@0361d13c
|
14 years |
mans |
iir: change filter type if/else to a switch.
Simplifies error …
|
|
|
@fcdf0a43
|
14 years |
mans |
Add biquad high-pass and low-pass IIR filters.
Signed-off-by: Mans …
|
|
|
@66c6b5e2
|
14 years |
rsbultje |
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
|
|
|
@8bcfe7f7
|
14 years |
rsbultje |
Set gray (128) U/V planes for chroma-less samples. Fixes two fate …
|
|
|
@30112ada
|
14 years |
mans |
Split out Butterworth filter coeff init to a separate function.
…
|
|
|
@75b98610
|
14 years |
mans |
cosmetics: vertical alignment and line wrap
Signed-off-by: Mans …
|
|
|
@d42dc217
|
14 years |
mans |
Add memory allocation failure checks to ff_iir_filter_init_coeffs().
…
|
|
|
@f0f54c29
|
14 years |
mans |
Make PNG test depend on PNG codec
Signed-off-by: Mans Rullgard …
|
|
|
@ebb23027
|
14 years |
mans |
cosmetics: wrap long line
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@0a3d769
|
14 years |
mans |
Add function ff_iir_filter_flt() to accept floating-point input and …
|
|
|
@e5fe6551
|
14 years |
janne-ffmpeg |
mpegtsenc: prefer metadata keyed with "service_name"
title metadata …
|
|
|
@e8315e78
|
14 years |
mans |
Set service_provider and service_name in mpegts demuxer
Set …
|
|
|
@75aded83
|
14 years |
mans |
id3v2: don't overwrite existing tags
Apparently some broken taggers …
|
|
|
@f7fcd6a2
|
14 years |
mans |
id3v2: convert metadata after all the tags were read
Signed-off-by: …
|
|
|
@46a2da76
|
14 years |
mans |
id3v2: make ff_id3v2_parse static
Signed-off-by: Mans Rullgard …
|
|
|
@c0dd5653
|
14 years |
mans |
libavcodec minor version is > 99 so fix the formating
libavcodec …
|
|
|
@69688e71
|
14 years |
mans |
Add service_provider and service_name metadata
This patch adds …
|
|
|
@b9c7f66e
|
14 years |
rsbultje |
Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. …
|
|
|
@c3897d76
|
14 years |
mans |
Fix use of sstep/dstep in ff_iir_filter().
Signed-off-by: Mans …
|
|
|
@a4f5af13
|
14 years |
mans |
Add regression test for stereo s16le in voc.
Signed-off-by: Mans …
|
|
|
@09a5c245
|
14 years |
mans |
configure: fix mktemp test and fallback function
|
|
|
@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 …
|
|
|