Diego Biurrun
|
068aa38712
vorbis: Remove non-compiling debug statement.
|
13 years ago |
Diego Biurrun
|
ec6313ad86
vorbis: Remove pointless DEBUG #ifdef around debug output macros.
|
13 years ago |
Diego Biurrun
|
fb52cf8267
cook: Remove non-compiling debug output.
|
13 years ago |
Diego Biurrun
|
0fc9c6554e
Remove pointless #ifdefs around function declarations in a header.
|
13 years ago |
Diego Biurrun
|
2366462429
Replace #ifdef + av_log() combinations by av_dlog().
|
13 years ago |
Diego Biurrun
|
df96f22d8f
Replace custom debug output functions by av_dlog().
|
13 years ago |
Diego Biurrun
|
752207e36b
cook: Remove unused debug functions.
|
13 years ago |
Diego Biurrun
|
b751f61106
Remove stray extra arguments from av_dlog() invocations.
|
13 years ago |
Mans Rullgard
|
551dfdde70
targa: fix big-endian build
|
13 years ago |
Anton Khirnov
|
fefa67d536
v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.
|
13 years ago |
Anton Khirnov
|
4078ed2631
vfwcap: add a framerate private option.
|
14 years ago |
Anton Khirnov
|
c21324eeb6
v4l2: add a framerate private option.
|
14 years ago |
Anton Khirnov
|
121ef2e26d
libdc1394: add a framerate private option.
|
14 years ago |
Anton Khirnov
|
1556186a62
fbdev: add a framerate private option.
|
14 years ago |
Anton Khirnov
|
3e3db4d93d
bktr: add a framerate private option.
|
14 years ago |
Mans Rullgard
|
4c1e56ede8
oma: check avio_read() return value
|
13 years ago |
Mans Rullgard
|
14086341bf
nutdec: remove unused variable
|
13 years ago |
Mans Rullgard
|
e65ab9d94f
Remove unused variables
|
13 years ago |
Ronald S. Bultje
|
808d8ff6bb
swscale: allocate larger buffer to handle altivec overreads.
|
13 years ago |
Alexander Strange
|
6a9c859444
H264/MPEG frame-level multi-threading.
|
13 years ago |
Loren Merritt
|
53be7b23e9
Cosmetic changes to h264_idct_10bit.asm.
|
13 years ago |
Loren Merritt
|
994c3550ff
2x faster h264_idct_add8_10.
|
13 years ago |
Nathan Caldwell
|
cc9947ffbe
aacenc: Add stereo_mode option.
|
13 years ago |
Ronald S. Bultje
|
e6635a9a19
h264: remove CONFIG_GPL from x86 intra prediction code.
|
13 years ago |
Mans Rullgard
|
8e112df409
ARM: ac3dsp: optimised update_bap_counts()
|
13 years ago |
Diego Biurrun
|
bde2c1c7fe
mpegaudiodec: Fix av_dlog() invocation.
|
13 years ago |
Daniel Kang
|
f3aa65af3a
h264/10bit: add HAVE_ALIGNED_STACK checks.
|
13 years ago |
Daniel Kang
|
348493db60
Update 8-bit H.264 IDCT function names to reflect bit-depth.
|
14 years ago |
Daniel Kang
|
836f47d34b
Add IDCT functions for 10-bit H.264.
|
14 years ago |
Diego Biurrun
|
7e985c9e35
mpegaudioenc: Fix broken av_dlog statement.
|
13 years ago |
Diego Biurrun
|
b0a4e5f9e7
Employ correct printf format specifiers, mostly in debug output.
|
13 years ago |
Mans Rullgard
|
c51695dbf6
ARM: fix MUL64 inline asm for pre-armv6
|
13 years ago |
Diego Biurrun
|
5ac4952a58
vf_drawtext: Replace FFmpeg by Libav in license boilerplate.
|
13 years ago |
Mans Rullgard
|
fdf18e33bb
mpegaudiodec: remove unusued code and variables
|
13 years ago |
Gil Pedersen
|
c16919487e
improved 'edts' atom writing support
|
14 years ago |
Mans Rullgard
|
6f1ec38ce2
mpegaudio: clean up compute_antialias() definition
|
14 years ago |
Ronald S. Bultje
|
9ebcf7699b
vp8: fix segmentation race during frame-threading.
|
13 years ago |
Diego Biurrun
|
f635a233e3
swscale: Remove unused variable.
|
13 years ago |
Mans Rullgard
|
6bb70dfd74
ARM: simplify inline asm with 64-bit operands
|
13 years ago |
Mans Rullgard
|
371266daa3
ARM: enable UAL syntax in asm.S
|
13 years ago |
Anton Khirnov
|
7a70e01b26
v4l2: don't leak video standard string on error.
|
14 years ago |
Diego Biurrun
|
06b5facd4b
swscale: Remove disabled code.
|
14 years ago |
Diego Biurrun
|
d6e0729b24
avfilter: Surround function only used in debug mode by appropriate #ifdef.
|
13 years ago |
Diego Biurrun
|
2146f4928a
vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
|
13 years ago |
Mans Rullgard
|
798b264678
build: remove BUILD_ROOT variable
|
13 years ago |
Mans Rullgard
|
4276112277
vp8: use av_clip_uintp2() where possible
|
13 years ago |
Mans Rullgard
|
90da52f01f
ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()
|
13 years ago |
Justin Ruggles
|
70bb747a57
ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.
|
13 years ago |
Justin Ruggles
|
dc0ad40de2
ac3dsp: fix loop condition in ac3_update_bap_counts_c()
|
13 years ago |
Mans Rullgard
|
edfa89b260
ARM: unbreak build
|
13 years ago |