|
|
|
@3c194f39
|
14 years |
Reimar.Doeffinger |
Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails.
…
|
|
|
@3379531c
|
14 years |
Reimar.Doeffinger |
Port recent changes to MPlayer libmpcodecs.
Also include an older fix …
|
|
|
@2a30df09
|
14 years |
Reimar.Doeffinger |
Replace non-existent HAVE_SSE2 with HAVE_SSE.
Since this is only a …
|
|
|
@cd8cb549
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: …
|
|
|
@06a9da73
|
14 years |
Reimar.Doeffinger |
Simplify code and avoid compiler warning about incompatible types.
|
|
|
@bf19c871
|
14 years |
Reimar.Doeffinger |
Fix type of out[] variable, it should not be const.
Fixes compiler …
|
|
|
@8e112df4
|
14 years |
mans |
ARM: ac3dsp: optimised update_bap_counts()
Signed-off-by: Mans …
|
|
|
@bde2c1c7
|
14 years |
diego |
mpegaudiodec: Fix av_dlog() invocation.
Some parameters passed to the …
|
|
|
@eb5a3ab7
|
14 years |
stefano.sabatini-lala |
swscale: fix compilation of bfin due to missing pixdesc.h header
This …
|
|
|
@adf94155
|
14 years |
stefano.sabatini-lala |
lavf: tag dump_format() as @deprecated
This makes the generated …
|
|
|
@1f95fb58
|
14 years |
stefano.sabatini-lala |
yuv4mpeg: complain and exit if a non-rawvideo stream is selected
The …
|
|
|
@ac41f3b0
|
14 years |
stefano.sabatini-lala |
ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formats
…
|
|
|
@ca858ab7
|
14 years |
stefano.sabatini-lala |
doc/examples: give meaningful names to the example files
Rename: …
|
|
|
@f3aa65af
|
14 years |
rsbultje |
h264/10bit: add HAVE_ALIGNED_STACK checks.
Fixes regression in …
|
|
|
@201549d1
|
14 years |
michaelni |
swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C()
…
|
|
|
@f6a8ce98
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@348493db
|
14 years |
Ronald S. Bultje |
Update 8-bit H.264 IDCT function names to reflect bit-depth.
…
|
|
|
@836f47d3
|
14 years |
Ronald S. Bultje |
Add IDCT functions for 10-bit H.264.
Ports the majority of IDCT …
|
|
|
@7e985c9e
|
14 years |
diego |
mpegaudioenc: Fix broken av_dlog statement.
|
|
|
@b0a4e5f9
|
14 years |
diego |
Employ correct printf format specifiers, mostly in debug output.
|
|
|
@c51695db
|
14 years |
mans |
ARM: fix MUL64 inline asm for pre-armv6
Prior to ARMv6, the …
|
|
|
@0abbd3ad
|
14 years |
michaelni |
doc: add libvpx encoder section
Documents the mapping from FFmpeg …
|
|
|
@5ac4952a
|
14 years |
diego |
vf_drawtext: Replace FFmpeg by Libav in license boilerplate.
|
|
|
@fdf18e33
|
14 years |
mans |
mpegaudiodec: remove unusued code and variables
Signed-off-by: Mans …
|
|
|
@84fb4e9d
|
14 years |
michaelni |
postprocess.c: filter name needs to be double 0 terminated
|
|
|
@c1691948
|
14 years |
alex.converse |
improved 'edts' atom writing support
The 'edts' write function can …
|
|
|
@6f1ec38c
|
14 years |
mans |
mpegaudio: clean up compute_antialias() definition
This merges the …
|
|
|
@9ebcf769
|
14 years |
rsbultje |
vp8: fix segmentation race during frame-threading.
Fixes occasional …
|
|
|
@a52f598d
|
14 years |
Reimar.Doeffinger |
Port libmpcodec fixes from MPlayer.
|
|
|
@a54dceb2
|
14 years |
michaelni |
Merge remote-tracking branch 'ffmpeg-mt/master'
* …
|
|
|
@40c29d42
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@f635a23
|
14 years |
diego |
swscale: Remove unused variable.
|
|
|
@6bb70dfd
|
14 years |
mans |
ARM: simplify inline asm with 64-bit operands
Signed-off-by: Mans …
|
|
|
@3d0424f2
|
14 years |
Reimar.Doeffinger |
Add "const" to avoid "initialization discards qualifiers" warning.
|
|
|
@70564983
|
14 years |
Reimar.Doeffinger |
Add const to fix "cast discards qualifiers" warnings.
|
|
|
@b7b62c3a
|
14 years |
Reimar.Doeffinger |
Include pixdesc.h for av_get_pix_fmt_name.
Fixes compilation on PPC …
|
|
|
@f86d260d
|
14 years |
michaelni |
wav: Don't avio_seek() if we know we'll run into EOF
Since we want to …
|
|
|
@c328122a
|
14 years |
stefano.sabatini-lala |
api-example: uppercase first letter in "copyright"
Improve consistency.
|
|
|
@f501c74d
|
14 years |
stefano.sabatini-lala |
output-example: create @file doxy from text in the copyright header
|
|
|
@9362b509
|
14 years |
stefano.sabatini-lala |
examples: move API examples to a dedicated dir in doc
|
|
|
@f712f6c8
|
14 years |
stefano.sabatini-lala |
ffmpeg: simplify opt_*_codec() options
Replace …
|
|
|
@7533a727
|
14 years |
stefano.sabatini-lala |
v4l2: rewrite code iterating the supported standards
Simplify/clarify …
|
|
|
@2d48515e
|
14 years |
stefano.sabatini-lala |
v4l2: perform minor style fixes
|
|
|
@7b017086
|
14 years |
stefano.sabatini-lala |
v4l2: replace memset() with explicit struct initialization
|
|
|
@50fee0fc
|
14 years |
stefano.sabatini-lala |
rawdec: fail in case of unknow pixel format
|
|
|
@e1197b9e
|
14 years |
stefano.sabatini-lala |
swscale: remove sws_format_name()
Use av_get_pix_fmt_name() instead.
|
|
|
@2c10ee23
|
14 years |
michaelni |
error.c: fix compile flags
Signed-off-by: Michael Niedermayer …
|
|
|
@35bed44f
|
14 years |
michaelni |
TCP: change default timeout to 5sec
Signed-off-by: Michael …
|
|
|
@a2250074
|
14 years |
michaelni |
Revert "Timeout TCP open() after 5 seconds."
This code is redundant …
|
|
|
@5a35cef4
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: …
|
|
|
@adba9c63
|
14 years |
michaelni |
Fix various unused variable warnings
Signed-off-by: Michael …
|
|
|
@fd38a15
|
14 years |
michaelni |
Fix various bad printf format warnings
Signed-off-by: Michael …
|
|
|
@371266da
|
14 years |
mans |
ARM: enable UAL syntax in asm.S
This enables UAL syntax for all asm …
|
|
|
@bb9b7bc6
|
14 years |
Reimar.Doeffinger |
Remove now unused nb_istreams variable.
|
|
|
@89c687e9
|
14 years |
Reimar.Doeffinger |
Add const to vector types for input in altivec code.
Avoids a large …
|
|
|
@4596d0f4
|
14 years |
Reimar.Doeffinger |
Remove unused variable, avoiding compiler warning.
|
|
|
@54dc9563
|
14 years |
Reimar.Doeffinger |
Cast pointers to uintptr_t rather than unsigned int.
Avoids potential …
|
|
|
@7a70e01b
|
14 years |
anton |
v4l2: don't leak video standard string on error.
|
|
|
@06b5facd
|
14 years |
diego |
swscale: Remove disabled code.
|
|
|
@d6e0729b
|
14 years |
diego |
avfilter: Surround function only used in debug mode by appropriate …
|
|
|
@2146f492
|
14 years |
diego |
vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
|
|
|
@798b2646
|
14 years |
mans |
build: remove BUILD_ROOT variable
This variable is unnecessary as …
|
|
|
@b8a43bc1
|
14 years |
michaelni |
Merge remote-tracking branch 'qatar/master' into master
* …
|
|
|
@4276112
|
14 years |
mans |
vp8: use av_clip_uintp2() where possible
Signed-off-by: Mans Rullgard …
|
|
|
@39d607e5
|
14 years |
michaelni |
swscale: Commits that could not be pulled earlier due to bugs #2
…
|
|
|
@986f0d86
|
14 years |
michaelni |
Commits that could not be pulled earlier due to bugs.
commit …
|
|
|
@ea535ed5
|
14 years |
michaelni |
Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This …
|
|
|
@011b098
|
14 years |
michaelni |
doc: correct AC-3 option subsection placement
Floating-Point-Only …
|
|
|
@90da52f0
|
14 years |
mans |
ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()
…
|
|
|
@70bb747a
|
14 years |
martin |
ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.
…
|
|
|
@9222dddb
|
14 years |
michaelni |
swscale: use av_clip_uint8() in yuv2yuv1_c().
|
|
|
@485d73ef
|
14 years |
michaelni |
swscale: replace formatConvBuffer[VOF] by allocated array.
This …
|
|
|
@895e4de8
|
14 years |
stefano.sabatini-lala |
v4l2: create file @doxy from text in the copyright header
|
|
|
@72c60f3e
|
14 years |
stefano.sabatini-lala |
v4l2: remove pointless empty lines
|
|
|
@af344a69
|
14 years |
stefano.sabatini-lala |
v4l2: set default standard to NULL
Avoid a failure with the default …
|
|
|
@f8f3f6c4
|
14 years |
stefano.sabatini-lala |
v4l2: use OFFSET macro when setting options
Improve readability.
|
|
|
@dc0ad40d
|
14 years |
justin.ruggles |
ac3dsp: fix loop condition in ac3_update_bap_counts_c()
|
|
|
@edfa89b2
|
14 years |
mans |
ARM: unbreak build
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@b2a6f25
|
14 years |
stefano.sabatini-lala |
lavdev: add SDL output device
|
|
|
@6ca23db9
|
14 years |
justin.ruggles |
ac3enc: modify mantissa bit counting to keep bap counts for all values …
|
|
|
@1323828a
|
14 years |
justin.ruggles |
ac3enc: split mantissa bit counting into a separate function.
No …
|
|
|
@7743865f
|
14 years |
justin.ruggles |
ac3enc: store per-block/channel bap pointers by reference block in a …
|
|
|
@e71f260
|
14 years |
stefano.sabatini-lala |
lavu: add av_get_pix_fmt_name() convenience function
Also deprecate …
|
|
|
@34e9c9b1
|
14 years |
stefano.sabatini-lala |
iff: remove duplicated file description
|
|
|
@eb8bc572
|
14 years |
stefano.sabatini-lala |
cmdutils: remove OPT_FUNC2
Make ff* tools only accept opt_* functions …
|
|
|
@e01e05ee
|
14 years |
mans |
get_bits: add av_unused tag to cache variable
This silences numerous …
|
|
|
@b8e89339
|
14 years |
rsbultje |
sws: replace all long with int.
Signed-off-by: Ronald S. Bultje …
|
|
|
@7d8c17b
|
14 years |
mans |
ARM: aacdec: fix constraints on inline asm
This adds output operands …
|
|
|
@84e4804a
|
14 years |
mans |
ARM: remove unnecessary volatile from inline asm
Signed-off-by: Mans …
|
|
|
@5726ec1
|
14 years |
mans |
ARM: add "cc" clobbers to inline asm where needed
Signed-off-by: Mans …
|
|
|
@a84f8256
|
14 years |
mans |
ARM: improve FASTDIV asm
This uses one register less. Also add …
|
|
|
@7f7726c7
|
14 years |
mans |
ac3enc: use LOCAL_ALIGNED macro
Aligned local variables must use the …
|
|
|
@04de5bf5
|
14 years |
rsbultje |
APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).
|
|
|
@8f653e28
|
14 years |
rsbultje |
lavu: add av_get_pix_fmt_name() convenience function
Also deprecate …
|
|
|
@26513856
|
14 years |
rsbultje |
cmdutils: remove OPT_FUNC2
Make ff* tools only accept opt_* functions …
|
|
|
@009f829
|
14 years |
rsbultje |
swscale: fix crash in bilinear scaling.
|
|
|
@88aa215
|
14 years |
siretart |
vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
via the equivalent …
|
|
|
@945dda41
|
14 years |
siretart |
webm: support stereo videos in matroska/webm muxer
Create a …
|
|
|
@78046dad
|
14 years |
michaelni |
rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.
Many …
|
|
|
@fc72ec72
|
14 years |
michaelni |
swscale: reindent h[cy]scale_fast() and updateDitherTables().
|
|
|