|
|
|
@ef8b54fc
|
14 years |
diego |
xwma demuxer: typos
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@8f3eebd6
|
14 years |
lu_zero |
oggdec: simplify audio chained ogg streams support
Signed-off-by: …
|
|
|
@f668afd4
|
14 years |
janne-libav |
swscale: fix "ISO C90 forbids mixed declarations and code" warning
…
|
|
|
@7f2ae5c7
|
14 years |
janne-libav |
swscale: fix compilation with --enable-runtime-cpudetect
|
|
|
@b6cad3df
|
14 years |
janne-libav |
swscale: correct include path to fix ppc altivec build
|
|
|
@6216fc70
|
14 years |
lu_zero |
swscale: simplify rgb2rgb templating
MMX is always built. Drop the ifdefs
|
|
|
@33a0421b
|
14 years |
lu_zero |
swscale: simplify initialization code
Simplify the fallthrough case …
|
|
|
@735bf195
|
14 years |
lu_zero |
swscale: further cleanup swscale.c
Move x86-specific constants out of …
|
|
|
@86330b4c
|
14 years |
lu_zero |
swscale: partially move the arch specific code left
PPC and x86 code …
|
|
|
@c0038328
|
14 years |
lu_zero |
swscale: move away x86 specific code from rgb2rgb
Keep only the plain …
|
|
|
@a3a0af4f
|
14 years |
lu_zero |
avutil: make aes and sha api public
The functions are already av_ …
|
|
|
@ca402f32
|
14 years |
lu_zero |
handle malloc failures in ff_get_wav_header
ff_get_wav_header is …
|
|
|
@ad4c5034
|
14 years |
lu_zero |
add xWMA demuxer
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
|
@0a962e61
|
14 years |
lu_zero |
mpegts: force the default timebase
The mpegts muxer does not set the …
|
|
|
@302152d4
|
14 years |
martin |
libavcodec: Bump micro after adding the dtx AVOptions
Signed-off-by: …
|
|
|
@651b276
|
14 years |
martin |
libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private …
|
|
|
@3dd82afc
|
14 years |
martin |
libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed
…
|
|
|
@70739381
|
14 years |
martin |
libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate
…
|
|
|
@957635ba
|
14 years |
martin |
libvo-*: Fix up the long codec names
Include VisualOn to clarify the …
|
|
|
@567ad0e3
|
14 years |
martin |
libavcodec: Mark AVCodec->priv_class const
This avoids warnings of …
|
|
|
@0e1a5434
|
14 years |
diego |
swscale: Factorize FAST_BGR2YV12 definition.
It is used only for x86 …
|
|
|
@2d326793
|
14 years |
martin |
libvo-aacenc: Only produce extradata if the global header flag is set
…
|
|
|
@451d566f
|
14 years |
anton |
lavf: postpone removal of public metadata conversion API
It's been …
|
|
|
@c7767327
|
14 years |
anton |
lavc: postpone removal of request_channels
No decoder uses the …
|
|
|
@d6ead39e
|
14 years |
anton |
lavc: postpone removal of audioconvert and sample_fmt wrappers
Those …
|
|
|
@548e62c5
|
14 years |
anton |
lavf: postpone removal of deprecated avio functions
They've been …
|
|
|
@882221af
|
14 years |
martin |
libopencore-amr: Cosmetics: Rewrap and align
Signed-off-by: Martin …
|
|
|
@02c63a1
|
14 years |
martin |
libopencore-amr, libvo-amrbwenc: Rename variables and functions
Avoid …
|
|
|
@9b9c6405
|
14 years |
martin |
libopencore-amr: Convert commented out debug logging into av_dlog
…
|
|
|
@89e7e640
|
14 years |
martin |
libopencore-amr: Remove an unused state variable
Signed-off-by: …
|
|
|
@5d211e03
|
14 years |
martin |
libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate …
|
|
|
@0e03f94d
|
14 years |
martin |
libopencore-amr: Remove a useless local variable
Signed-off-by: …
|
|
|
@c48ce4eb
|
14 years |
martin |
libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array …
|
|
|
@900a129
|
14 years |
martin |
libopencore-amr, libvo-amrwbenc: Return proper error codes in most …
|
|
|
@a8ec07c9
|
14 years |
martin |
libopencore-amr: Don't print carriage returns in log messages
…
|
|
|
@58733141
|
14 years |
martin |
libopencore-amr: Remove an old workaround for libamr header weirdness
…
|
|
|
@57ddffe
|
14 years |
martin |
libopencore-amr: Make the opaque encoder pointer a void*
…
|
|
|
@dbff4da9
|
14 years |
martin |
libopencore-amr: Remove unused code fragments
This parts are heritage …
|
|
|
@a92a7ddc
|
14 years |
martin |
applehttp: Only check the discard flags if v->ctx actually is …
|
|
|
@4c362a52
|
14 years |
lu_zero |
doc: update developer guide
Refer to the current submission policy …
|
|
|
@86a89ae3
|
14 years |
anton |
lavf: bump minor and add an APIChanges entry for the last avio changes
|
|
|
@4bde56d1
|
14 years |
anton |
avio: deprecate url_exist in favor of avio_check.
|
|
|
@31317656
|
14 years |
anton |
file: implement url_check() callback in the file and pipe protocols
…
|
|
|
@175389c8
|
14 years |
anton |
avio: add avio_check()
The new function is more flexible than …
|
|
|
@cbea3ac8
|
14 years |
anton |
avio: left-shift AVIO_ flags on next bump
Now AVIO_RDONLY is defined …
|
|
|
@d2940155
|
14 years |
rsbultje |
Check for successful h263 init in msmpeg4 init
Signed-off-by: Ronald …
|
|
|
@96573c0
|
14 years |
rsbultje |
lavf/utils.c: Order packets with identical PTS by stream index.
This …
|
|
|
@578d6861
|
14 years |
martin |
flvdec: Allow parsing keyframes metadata without seeking in most cases …
|
|
|
@f3e3f28e
|
14 years |
anton |
Error out if vaapi is not found
Make the behaviour consistent with …
|
|
|
@ff1ec0c3
|
14 years |
anton |
avio: undeprecate av_url_read_fseek/fpause under nicer names
It seems …
|
|
|
@c5e03ceb
|
14 years |
martin |
libvo-*: Don't use deprecated sample format names and enum names
…
|
|
|
@b5304f7b
|
14 years |
martin |
flvdec: Fix support for flvtool2 "keyframes based" generated index
…
|
|
|
@c41eb2ad
|
14 years |
martin |
libavcodec: Use "const enum AVSampleFormat[]" in AVCodec …
|
|
|
@2f072b55
|
14 years |
alex.converse |
Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. …
|
|
|
@187a537
|
14 years |
alex.converse |
Convert some undefined 1<<31 shifts into 1U<<31.
According to ISO …
|
|
|
@db46be01
|
14 years |
diego |
Add unconditional return statement to yuva420_rgb32_MMX() / …
|
|
|
@70ad9842
|
14 years |
diego |
Fix compilation of timefilter test program.
The printf function is …
|
|
|
@f502ff3f
|
14 years |
martin |
Add support for AMR-WB encoding via libvo-amrwbenc
The wrapper code …
|
|
|
@d89e738a
|
14 years |
martin |
Add an AAC encoder by using the libvo-aacenc library
Signed-off-by: …
|
|
|
@029f966c
|
14 years |
martin |
g722: Return 8 bits per sample for g722 in av_get_bits_per_sample
…
|
|
|
@d1c5fdf8
|
14 years |
anton |
avio: add more documentation for AVIOContext.
|
|
|
@768c5251
|
14 years |
anton |
Parse sprite data for WMVP and WVP2, and decode sprites for the latter …
|
|
|
@70ff5573
|
14 years |
anton |
Replace outdated info on the FAQ
FAQ could use some work. This …
|
|
|
@f8de11cf
|
14 years |
anton |
Redefine sameq
I think the documentation of sameq is causing …
|
|
|
@aeefbf61
|
14 years |
anton |
pad: fix example explanation
"row" and "column" term positions in the …
|
|
|
@3eccfaa0
|
14 years |
anton |
gradfun: add notice from the MPlayer manual
Add notice telling that …
|
|
|
@5ae4251c
|
14 years |
anton |
eval: add support for trunc, ceil, and floor functions
Signed-off-by: …
|
|
|
@2fd8756b
|
14 years |
anton |
documentation: add setdar and setsar description to filters.texi
…
|
|
|
@c1a9012d
|
14 years |
anton |
avio: document some members of AVIOContext.
|
|
|
@e782a0c6
|
14 years |
anton |
avio: document avio_close().
|
|
|
@893816ba
|
14 years |
anton |
avio: cosmetics, vertically align comments.
|
|
|
@72d4405b
|
14 years |
anton |
avio: cosmetics, group the reading functions.
|
|
|
@37744e32
|
14 years |
anton |
avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.
|
|
|
@fafa7290
|
14 years |
anton |
avio: cosmetics, move AVIOContext to start of the file.
|
|
|
@6084ee5
|
14 years |
anton |
avio: update file header.
|
|
|
@3028b6ed
|
14 years |
lu_zero |
os: fix OpenBSD/PowerPC compilation
When attempting to re-enable the …
|
|
|
@73389754
|
14 years |
lu_zero |
pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
PIX_FMT_BGR48LE is …
|
|
|
@47dec30e
|
14 years |
lu_zero |
oggdec: fix demuxing chained audio streams
Chained ogg served by …
|
|
|
@cbfa93ac
|
14 years |
lu_zero |
fix typo
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
|
@347b375a
|
14 years |
alex.converse |
daud: Don't write packets that are too large to have their size …
|
|
|
@cf39b461
|
14 years |
rsbultje |
pthread: validate_thread_parameters() ignored slice-threading being …
|
|
|
@f82163cf
|
14 years |
rsbultje |
Use consistent condition for whether to run slice-threading execute …
|
|
|
@17ca374c
|
14 years |
anton |
avformat.h: fix a misplaced #endif
|
|
|
@da21440d
|
14 years |
siretart |
vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
…
|
|
|
@09ce8462
|
14 years |
siretart |
vaapi: filter out DELAYED_PIC_REF flag to determine field.
This fixes …
|
|
|
@0c68c804
|
14 years |
anton |
lavf: bump minor and add an APIChanges entry for avformat cleanup
|
|
|
@3ee53dab
|
14 years |
anton |
lavf: get rid of ffm-specific stuff in avformat.h
|
|
|
@cdc6a87f
|
14 years |
anton |
avio: deprecate av_protocol_next().
|
|
|
@f8270bbf
|
14 years |
anton |
avio: add a function for iterating though protocol names.
|
|
|
@c234d40b
|
14 years |
anton |
lavf: rename a parameter of av_sdp_create from buff->buf
This is more …
|
|
|
@c3675dfe
|
14 years |
anton |
lavf: rename avf_sdp_create to av_sdp_create.
The new name is more …
|
|
|
@a9bf9d8e
|
14 years |
anton |
lavf: make av_guess_image2_codec internal
It doesn't look very useful …
|
|
|
@5593f031
|
14 years |
anton |
avio: make URLProtocol internal.
|
|
|
@c486dade
|
14 years |
anton |
avio: make URLContext internal.
|
|
|
@c5704b2b
|
14 years |
anton |
lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.
|
|
|
@f35ff97f
|
14 years |
anton |
lavf: use designated initializers for all protocols
This is more …
|
|
|
@a6aa7a1a
|
14 years |
anton |
applehttp: don't use deprecated url_ functions.
|
|
|
@d6bbe761
|
14 years |
anton |
avio: move two ff_udp_* functions from avio_internal to url.h
|
|
|
@acaceca2
|
14 years |
anton |
asfdec: remove a forgotten declaration of nonexistent function
|
|
|
@026e175
|
14 years |
anton |
avio: deprecate the typedef for URLInterruptCB
There's no particular …
|
|
|