|
|
|
@a39bd458
|
13 years |
michaelni |
mem: Trying to workaround posix_memalign() bug on OSX
This patch is …
|
|
|
@d58ed64a
|
13 years |
stefano.sabatini-lala |
eval: add support for pow() function
It is a more search-friendly …
|
|
|
@263f57c6
|
13 years |
stefano.sabatini-lala |
pixdesc: remove duplicated header inclusion
|
|
|
@ef28c7b3
|
13 years |
stefano.sabatini-lala |
lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()
|
|
|
@95a02426
|
13 years |
stefano.sabatini-lala |
lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps
…
|
|
|
@0bc2cca1
|
13 years |
stefano.sabatini-lala |
samplefmt: switch nb_channels/nb_samples params order in …
|
|
|
@e1c74148
|
13 years |
stefano.sabatini-lala |
samplefmt: change layout for arrays created by av_samples_alloc() and …
|
|
|
@580817df
|
13 years |
michaelni |
Move code for "ffmpeg: fix massive leak occurring when seeking" / …
|
|
|
@f9569249
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Remove …
|
|
|
@6700aa88
|
13 years |
stefano.sabatini-lala |
lavf: remove reference to output-example in Makefile
output-example.c …
|
|
|
@27bcf55f
|
13 years |
stefano.sabatini-lala |
vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref
…
|
|
|
@eb7505e4
|
13 years |
diego |
Remove some unused scripts from tools/.
|
|
|
@a8d44f9
|
13 years |
diego |
Add x86 assembly for some 10-bit H.264 intra predict functions.
Parts …
|
|
|
@2c6fb9f0
|
13 years |
lu_zero |
v4l2: do not force NTSC as standard
Setting a standard is meaningful …
|
|
|
@612d0782
|
13 years |
Reimar.Doeffinger |
Add const to avfilter_get_video_buffer_ref_from_arrays arguments.
…
|
|
|
@ef5d7e18
|
13 years |
diego |
Skip tableprint.h during 'make checkheaders'.
It is only used on the …
|
|
|
@fb8648ad
|
13 years |
diego |
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
|
|
|
@f25a2ece
|
13 years |
diego |
Drop explicit filenames from @file Doxygen tags.
The filename is …
|
|
|
@29b3de12
|
13 years |
diego |
Skip generated table headers during 'make checkheaders'.
|
|
|
@36773283
|
13 years |
anton |
lavf,lavc: free avoptions in a generic way.
It's simpler and less …
|
|
|
@b39b0623
|
13 years |
anton |
AVOptions: add av_opt_free convenience function.
|
|
|
@e844abc4
|
13 years |
stefano.sabatini-lala |
sdl: align option fields after last commit
|
|
|
@e4841a40
|
13 years |
stefano.sabatini-lala |
ffmpeg: fix massive leak occurring when seeking
Avoid to add frames …
|
|
|
@cea87fb2
|
13 years |
stefano.sabatini-lala |
ffprobe: implement -i FILE option
Useful for mimicking the ffmpeg -i …
|
|
|
@92b4abc
|
13 years |
mans |
tableprint: Restore mistakenly deleted common.h #include for …
|
|
|
@9b032c65
|
13 years |
stefano.sabatini-lala |
ffplay.texi: document -i FILE option
|
|
|
@b4af3cf3
|
13 years |
stefano.sabatini-lala |
cmdutils: remove unnecessary OPT_DUMMY implementation
The -i INPUT …
|
|
|
@96f931ad
|
13 years |
stefano.sabatini-lala |
cmdutils: change the signature of the function argument in …
|
|
|
@0d0fdb0a
|
13 years |
stefano.sabatini-lala |
sdl: use the filename for defining the window title, if not specified
…
|
|
|
@1863a3c
|
13 years |
anton |
tiff: print log in case of unknown / unsupported tag.
Helps …
|
|
|
@a43458d7
|
13 years |
anton |
tiff: fix linesize for mono-white/black formats.
Fix decoding of file …
|
|
|
@5a4a7125
|
13 years |
mans |
Fix build of eval-test program
eval.c has moved to libavutil, move …
|
|
|
@dcb73592
|
13 years |
mans |
configure: Document --enable-vaapi
VAAPI is disabled by default so it …
|
|
|
@ba91bf58
|
13 years |
michaelni |
swscale: override the lack of the accurate rounding flag when needed …
|
|
|
@ec4207c4
|
13 years |
michaelni |
swscale: factor should_dither out
Signed-off-by: Michael Niedermayer …
|
|
|
@46eb300d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: …
|
|
|
@35d5cb1a
|
14 years |
justin.ruggles |
ac3enc: extract all exponents for the frame at once
|
|
|
@594fbe42
|
14 years |
mans |
ARM: remove MULL inline asm
Reasonable gcc versions get this one …
|
|
|
@95912731
|
14 years |
mans |
mathops: use MUL64 macro where it forms part of other ops
…
|
|
|
@8346f60
|
14 years |
anton |
tty: factorise returning error codes.
|
|
|
@e762b1ce
|
14 years |
anton |
rawdec: add framerate private option.
|
|
|
@ff494cbd
|
14 years |
anton |
x11grab: add framerate private option.
|
|
|
@a3b15e41
|
14 years |
anton |
fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.
|
|
|
@1572484
|
14 years |
anton |
bktr: don't error when AVFormatParameters.time_base isn't set.
…
|
|
|
@42abb9a8
|
14 years |
mans |
cmdutils: add missing const qualifier
Signed-off-by: Mans Rullgard …
|
|
|
@61ec024d
|
14 years |
diego |
Skip headers not designed to work standalone during 'make checkheaders'.
|
|
|
@8d459acc
|
14 years |
diego |
Add missing #includes to make headers self-contained.
This fixes …
|
|
|
@67ace7f0
|
14 years |
mans |
musepack: remove unnecessary #include from mpcdata.h
Signed-off-by: …
|
|
|
@91b4941c
|
14 years |
mans |
musepack: remove extraneous mpcdata.h inclusions
Signed-off-by: Mans …
|
|
|
@d0989bed
|
14 years |
mans |
Fix error check in av_file_map()
On failure, mmap() returns …
|
|
|
@124a9edb
|
14 years |
michaelni |
udp: support old, crappy non pthread mode
Signed-off-by: Michael …
|
|
|
@87f4036
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (21 …
|
|
|
@e4e2db9c
|
14 years |
baptiste.coudurier |
ffmpeg: use opt_acodec when setting audio codec in opt_target.
|
|
|
@bfd3b70a
|
14 years |
michaelni |
ffmpeg: fix segfault with too many output files
Fixes Ticket219
…
|
|
|
@33af5335
|
14 years |
michaelni |
ffplay: error out with invalid sample rate or channels.
Fixes …
|
|
|
@49125aed
|
14 years |
michaelni |
oggdec: fix Ticket185
Signed-off-by: Michael Niedermayer …
|
|
|
@dc6632f1
|
14 years |
mans |
build: simplify commands for clean target
Signed-off-by: Mans …
|
|
|
@c1daf072
|
14 years |
michaelni |
j2kdec: dont fail on non zero cblock style.
This allows decoding to …
|
|
|
@58149303
|
14 years |
michaelni |
makefile: fix j2k encoder dependancies
|
|
|
@f35761bc
|
14 years |
michaelni |
udp: fix indention
|
|
|
@6af28010
|
14 years |
rsbultje |
swscale: split swscale.c in unscaled and generic conversion routines.
…
|
|
|
@2762ee30
|
14 years |
rsbultje |
swscale: cosmetics.
Remove duplicate "inC" and "_c" functions that do …
|
|
|
@1674bd2a
|
14 years |
rsbultje |
swscale: integrate (literally) swscale_template.c in swscale.c.
|
|
|
@983260b0
|
14 years |
rsbultje |
swscale: split out x86/swscale_template.c from swscale.c.
|
|
|
@075d0ae7
|
14 years |
rsbultje |
swscale: enable hScale_altivec_real.
|
|
|
@67d80a54
|
14 years |
rsbultje |
swscale: split out ppc _template.c files from main swscale.c.
|
|
|
@a3e9bb5d
|
14 years |
rsbultje |
swscale: remove indirections in ppc/swscale_template.c.
|
|
|
@0e5d31b1
|
14 years |
rsbultje |
swscale: split out unscaled altivec YUV converters in their own file.
|
|
|
@83a8b300
|
14 years |
rsbultje |
mpegvideoenc: fix multislice fate tests with threading disabled.
The …
|
|
|
@25c32d08
|
14 years |
stefano.sabatini-lala |
cmdutils: move "#undef main" from ffplay.c to cmdutils.h
On …
|
|
|
@c9614bb2
|
14 years |
michaelni |
wav: update size check for ds64
Signed-off-by: Michael Niedermayer …
|
|
|
@e472f0ea
|
14 years |
michaelni |
wav: fix skip size at end of ds64 chunk
|
|
|
@43b6c3eb
|
14 years |
diego |
mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.
|
|
|
@a5514a84
|
14 years |
diego |
build: Simplify texi2html invocation through the --output option.
The …
|
|
|
@5e1166b3
|
14 years |
mans |
Mark some variables with av_unused
Most of these variables are only …
|
|
|
@94bed8e5
|
14 years |
diego |
Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().
This …
|
|
|
@93d06bd1
|
14 years |
diego |
svq3: Check negative mb_type to fix potential crash.
Signed-off-by: …
|
|
|
@8dfc6d1f
|
14 years |
diego |
svq3: Move svq3-specific fields to their own context.
Signed-off-by: …
|
|
|
@1f94c31f
|
14 years |
anton |
rawdec: initialize return value to 0.
|
|
|
@c1dfb72d
|
14 years |
mans |
Remove unused get_psnr() prototype
Signed-off-by: Mans Rullgard …
|
|
|
@a606aa75
|
14 years |
anton |
rawdec: don't leak option strings.
|
|
|
@bd7c1d35
|
14 years |
anton |
bktr: get default framerate from video standard.
|
|
|
@0d793db1
|
14 years |
rsbultje |
swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
|
|
|
@99eb31e2
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (25 …
|
|
|
@9034001b
|
14 years |
michaelni |
h264 fill_filter_caches: Dont init chroma nnz_cache.
Found-by: Dark …
|
|
|
@dd47107
|
14 years |
michaelni |
In print_report, print progression time in hours:mins:secs:us
…
|
|
|
@1212d5b5
|
14 years |
michaelni |
ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid …
|
|
|
@5aa70309
|
14 years |
michaelni |
In libswscale, use all lines when converting from 422p to rgb with …
|
|
|
@f190f676
|
14 years |
diego |
Replace custom DEBUG preprocessor trickery by the standard one.
|
|
|
@068aa387
|
14 years |
diego |
vorbis: Remove non-compiling debug statement.
|
|
|
@ec6313a
|
14 years |
diego |
vorbis: Remove pointless DEBUG #ifdef around debug output macros.
|
|
|
@fb52cf82
|
14 years |
diego |
cook: Remove non-compiling debug output.
random_state was changed …
|
|
|
@0fc9c655
|
14 years |
diego |
Remove pointless #ifdefs around function declarations in a header.
|
|
|
@23664624
|
14 years |
diego |
Replace #ifdef + av_log() combinations by av_dlog().
|
|
|
@df96f22d
|
14 years |
diego |
Replace custom debug output functions by av_dlog().
|
|
|
@752207e
|
14 years |
diego |
cook: Remove unused debug functions.
|
|
|
@e977ca26
|
14 years |
stefano.sabatini-lala |
lavfi: add avfilter_link_free() function
Allow to free the buffers …
|
|
|
@b932eb1
|
14 years |
stefano.sabatini-lala |
swscale: reintroduce sws_format_name() symbol
Reintroduce the …
|
|
|
@b751f611
|
14 years |
diego |
Remove stray extra arguments from av_dlog() invocations.
|
|
|
@551dfdde
|
14 years |
mans |
targa: fix big-endian build
|
|
|