|
|
|
@ba9327ea
|
14 years |
lu_zero |
win32: include the correct header in cmdutils.c
CommandLineToArgvW …
|
|
|
@6ad2bafc
|
14 years |
janne-libav |
ac3: fix memleak in fixed-point encoder
caused by typo in mdct_end
|
|
|
@a14c0824
|
14 years |
diego |
flashsv: Return more meaningful error values.
|
|
|
@46cb2da1
|
14 years |
diego |
flashsv: Employ explicit AVCodec struct initializers.
|
|
|
@23f40a07
|
14 years |
rsbultje |
read AVI palette from the end of extradata
Official AVI specification …
|
|
|
@293fe6da
|
14 years |
diego |
cosmetics: K&R coding style and more whitespace for Flash Screen Video
|
|
|
@2441003d
|
14 years |
diego |
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
…
|
|
|
@5f85d49b
|
14 years |
martin |
applehttp: Don't export variant_bitrate if it isn't known
If there …
|
|
|
@ac9cf2e5
|
14 years |
martin |
crypto: Use av_freep instead of av_free
Using av_freep is generally …
|
|
|
@50f7c296
|
14 years |
diego |
configure: Add missing libm library dependencies to .pc files.
This …
|
|
|
@dc713546
|
14 years |
diego |
oggdec: reindent after 8f3eebd6
Signed-off-by: Diego Biurrun …
|
|
|
@e9251bb5
|
14 years |
diego |
configure: Add missing libavutil inter-library dependencies to .pc …
|
|
|
@b1ac139d
|
14 years |
martin |
Handle unicode file names on windows
All file names should be in …
|
|
|
@9261e6cf
|
14 years |
martin |
rtp: Rename the open/close functions to alloc/free
This avoids …
|
|
|
@89b503b5
|
14 years |
diego |
Lowercase all ff* program names.
|
|
|
@3a50894
|
14 years |
diego |
Refer to ff* tools by their lowercase names.
|
|
|
@43fb279f
|
14 years |
diego |
Replace more FFmpeg instances by Libav or ffmpeg.
|
|
|
@6252040e
|
14 years |
diego |
Replace by $() syntax in shell scripts.
$() is easier to nest and …
|
|
|
@ff3be572
|
14 years |
diego |
patcheck: Allow overiding grep program(s) through environment …
|
|
|
@75e8fba8
|
14 years |
diego |
Remove stray libavcore and _g binary references.
|
|
|
@046f3cb7
|
14 years |
diego |
vorbis: Rename decoder/encoder files to follow general file naming scheme.
|
|
|
@f50d9377
|
14 years |
martin |
aacenc: Fix whitespace after last commit.
Signed-off-by: Martin …
|
|
|
@62582a69
|
14 years |
diego |
cook: Fix small typo in av_log_ask_for_sample message.
|
|
|
@230c1a90
|
14 years |
martin |
aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
There …
|
|
|
@cfc2a0cf
|
14 years |
alex.converse |
Remove RDFT dependency from AAC decoder.
$subj
>From …
|
|
|
@785c4418
|
14 years |
alex.converse |
Add some debug log messages to AAC extradata
On Wed, Apr 20, 2011 at …
|
|
|
@3583d7cf
|
14 years |
alex.converse |
Fix mov debug (u)int64_t format strings.
|
|
|
@15919ee
|
14 years |
rsbultje |
bswap: use native types for av_bwap16().
This prevents a call to …
|
|
|
@6ffd7edd
|
14 years |
martin |
doc: FLV muxing is supported.
Signed-off-by: Martin Storsjö …
|
|
|
@84465f21
|
14 years |
martin |
applehttp: Handle AES-128 encrypted streams
This should hopefully fix …
|
|
|
@6e4f70a8
|
14 years |
martin |
Add a protocol handler for AES CBC decryption with PKCS7 padding
This …
|
|
|
@d5c5a1c7
|
14 years |
martin |
doc: Mention that DragonFly BSD requires BSD_VISIBLE set
Setting …
|
|
|
@d9dee728
|
14 years |
diego |
Use av_log_ask_for_sample() to request samples from users.
|
|
|
@44f566b7
|
14 years |
diego |
Make av_log_ask_for_sample() accept a variable number of arguments.
|
|
|
@b2832c39
|
14 years |
diego |
vqavideo: We no longer need to ask for version 1 samples.
|
|
|
@9978ed7d
|
14 years |
diego |
aacdec: indentation cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@b4a53314
|
14 years |
rsbultje |
APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
|
|
|
@94f7451a
|
14 years |
rsbultje |
Introduce slice threads flag.
Signed-off-by: Ronald S. Bultje …
|
|
|
@3283f27
|
14 years |
rsbultje |
FATE: allow forcing thread-type when doing threaded fate runs.
…
|
|
|
@70fb031c
|
14 years |
diego |
Use av_log_ask_for_sample() where appropriate.
|
|
|
@8d67218b
|
14 years |
diego |
error: sort, pack, and align error code and string definitions
…
|
|
|
@ab1adff
|
14 years |
diego |
The stabilization period after version bumps should be one month, not …
|
|
|
@fe8e0394
|
14 years |
martin |
applehttp: Expose the stream bitrate via metadata
This helps callers …
|
|
|
@cac27579
|
14 years |
martin |
doc: Add some initial docs on the applehttp demuxer
Signed-off-by: …
|
|
|
@23d3931
|
14 years |
martin |
Provide a fallback version of the libm function trunc
This fixes …
|
|
|
@32a12852
|
14 years |
martin |
libavdevice: Define _XOPEN_SOURCE for usleep
This hopefully fixes …
|
|
|
@65af48b5
|
14 years |
anton |
lavc: provide deprecated avcodec_thread_init until next major version
…
|
|
|
@095290f9
|
14 years |
anton |
lavc: provide the opt.h header until the next bump
AVOptions were …
|
|
|
@a975dbc8
|
14 years |
anton |
error: change AVERROR_EOF value
The current value is masking the …
|
|
|
@79157f40
|
14 years |
anton |
error: remove AVERROR_NUMEXPECTED
AVERROR_NUMEXPECTED is used only in …
|
|
|
@58f84639
|
14 years |
anton |
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
…
|
|
|
@f83acb09
|
14 years |
martin |
Makefile: Include dependencies for test tools, too
This makes …
|
|
|
@63de9e7d
|
14 years |
diego |
Remove a version check in av_log made unnecessary by the big bump.
|
|
|
@53f7628d
|
14 years |
justin.ruggles |
update last major version increase dates in APIchanges
|
|
|
@14e3b120
|
14 years |
anton |
Reduce picture size for yadif.
Signed-off-by: Anton Khirnov …
|
|
|
@52512d0a
|
14 years |
anton |
oggdec: use av_freep() instead of av_free()
Signed-off-by: Anton …
|
|
|
@26f6b8c5
|
14 years |
anton |
avio: Fix sanity checks in ffurl_read*
This fixes e.g. reading data …
|
|
|
@7bbb67d5
|
14 years |
martin |
libavformat: Free AVFormatContext->streams
After switching this from …
|
|
|
@c60112f
|
14 years |
martin |
libavformat: Make protocols pass URLContext as log context where …
|
|
|
@8408e1d7
|
14 years |
mans |
asf: remove commented out code in asf_read_seek
Signed-off-by: Mans …
|
|
|
@a81ff195
|
14 years |
diego |
libpostproc: Remove crufty code disabled by the big bump.
|
|
|
@5efef54e
|
14 years |
siretart |
Reflect 0.7_beta1 release in the Changelog
|
|
|
@7dfe244f
|
14 years |
anton |
sws: remove disabled cruft.
|
|
|
@975c2734
|
14 years |
anton |
lavu: remove disabled ff_random_get_seed cruft.
|
|
|
@488d2b63
|
14 years |
anton |
lavu: remove disabled sha1 cruft.
|
|
|
@31d76ec2
|
14 years |
justin.ruggles |
In avcodec_open(), set return code to an error value only when an …
|
|
|
@cda7aa9e
|
14 years |
anton |
lavc: remove reference to opt.h from Makefile.
Fixes make install …
|
|
|
@55815edc
|
14 years |
anton |
prefer avio_check() over url_exist()
The problem with url_exist() is …
|
|
|
@59d96941
|
14 years |
anton |
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols …
|
|
|
@490a022d
|
14 years |
anton |
lavu: remove misc disabled cruft
|
|
|
@9e5c62c9
|
14 years |
anton |
lavu: remove FF_API_OLD_IMAGE_NAMES cruft
|
|
|
@516fb5e4
|
14 years |
anton |
lavu: remove FF_API_OLD_EVAL_NAMES cruft
|
|
|
@3453a231
|
14 years |
anton |
lavc: remove misc disabled cruft.
|
|
|
@251cf997
|
14 years |
anton |
lavc: remove the FF_API_INOFFICIAL cruft.
|
|
|
@41d0eb1c
|
14 years |
anton |
lavc: remove the FF_API_SET_STRING_OLD cruft.
|
|
|
@01a4259b
|
14 years |
anton |
lavc: remove the FF_API_USE_LPC cruft.
|
|
|
@db4d3a74
|
14 years |
anton |
lavc: remove the FF_API_SUBTITLE_OLD cruft.
|
|
|
@e89e5afd
|
14 years |
anton |
lavc: remove the FF_API_VIDEO_OLD cruft.
|
|
|
@9b4f1cdb
|
14 years |
anton |
lavc: remove the FF_API_AUDIO_OLD cruft.
|
|
|
@20d33ee8
|
14 years |
anton |
lavc: remove the FF_API_OPT_SHOW cruft.
|
|
|
@42420e7b
|
14 years |
anton |
lavc: remove the FF_API_MM_FLAGS cruft.
|
|
|
@32b80696
|
14 years |
anton |
lavf: remove misc disabled cruft.
|
|
|
@df56d583
|
14 years |
anton |
lavf: remove FF_API_INDEX_BUILT cruft
|
|
|
@7f804085
|
14 years |
anton |
lavf: remove FF_API_URL_CLASS cruft.
|
|
|
@5763e639
|
14 years |
anton |
lavf: remove FF_API_SYMVER cruft
|
|
|
@b4c5aca
|
14 years |
anton |
lavf: remove FF_API_FIRST_FORMAT cruft
|
|
|
@583f6c67
|
14 years |
anton |
lavf: remove FF_API_PARAMETERS_CODEC_ID cruft
|
|
|
@fc2d3a19
|
14 years |
anton |
lavf: remove FF_API_LAVF_UNUSED cruft
|
|
|
@58d5ff0
|
14 years |
anton |
lavf: remove FF_API_PARSE_FRAME_PARAM cruft
|
|
|
@4df001d7
|
14 years |
anton |
lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
|
|
|
@5048e36c
|
14 years |
anton |
lavf: remove FF_API_URL_SPLIT cruft
|
|
|
@c4efa7c2
|
14 years |
anton |
lavf: remove FF_API_UDP_GET_FILE cruft
|
|
|
@61573bf1
|
14 years |
anton |
lavf: remove FF_API_GUESS_FORMAT cruft
|
|
|
@dcd4a7b6
|
14 years |
anton |
lavf: remove FF_API_REGISTER_PROTOCOL cruft
|
|
|
@468644f6
|
14 years |
anton |
lavf: remove FF_API_URL_RESETBUF cruft
|
|
|
@575c18da
|
14 years |
anton |
lavf: remove FF_API_OLD_METADATA cruft
|
|
|
@761ad429
|
14 years |
anton |
lavf: remove FF_API_MAX_STREAMS cruft
|
|
|
@aad2f2f4
|
14 years |
anton |
document introduction of side data in APIchanges
this should've been …
|
|
|
@151cd4f9
|
14 years |
diego |
pcm: Add const to cast in ENCODE macro.
This fixes a lot of warnings …
|
|
|
@d11818ef
|
14 years |
diego |
Remove now obsolete references to _g-suffixed binaries.
Automatic …
|
|
|