|
|
|
@d578f947
|
12 years |
martin |
rtmp: Use av_strlcat instead of strncat
Signed-off-by: Martin Storsjö …
|
|
|
@b3fab1f2
|
12 years |
anton |
doc: add apidoc target for doxygen API documentation
Documentation …
|
|
|
@34871be
|
12 years |
anton |
matroskadec: do not use avpacket internals
|
|
|
@9221efef
|
12 years |
anton |
lavf: fix av_interleaved_write_frame() doxy.
A sentence was …
|
|
|
@717a4509
|
12 years |
anton |
lavf: clarify the lifetime of demuxed packets.
|
|
|
@c8977f6d
|
12 years |
anton |
avconv: do not free muxed packet on streamcopy.
The packet belongs to …
|
|
|
@b4dc6dcc
|
12 years |
anton |
crc: move doxy to the header
|
|
|
@b68aac7e
|
12 years |
anton |
vf_drawtext: do not use deprecated av_tree_node_size
|
|
|
@0a7a94f2
|
12 years |
diego |
x86: Refactor PSWAPD fallback implementations and port to cpuflags
|
|
|
@9a07c133
|
12 years |
diego |
parser: Move Doxygen documentation to the header files
|
|
|
@85f67c48
|
12 years |
diego |
PGS subtitles: Expose forced flag
Useful for detection of subtitles …
|
|
|
@26f01bd1
|
12 years |
diego |
x86: PMINUB: port to cpuflags
|
|
|
@9ce02e14
|
12 years |
diego |
x86: ac3dsp: port to cpuflags
|
|
|
@61bc2bc7
|
12 years |
diego |
x86util: Add cpuflags_mmxext alias for cpuflags_mmx2
"mmxext" is a …
|
|
|
@012f73e2
|
12 years |
diego |
x86inc: Only define program_name if the macro is unset
This allows …
|
|
|
@e1c804d8
|
12 years |
martin |
dv1394: Swap the min and max values of the 'standard' option
…
|
|
|
@2b831a59
|
12 years |
martin |
rtpdec_vp8: Don't parse fields that aren't used
This avoids warnings …
|
|
|
@0876c280
|
12 years |
anton |
lavc: add some AVPacket doxy.
|
|
|
@fdc86728
|
12 years |
anton |
audiointerleave: deobfuscate a function call.
right above there is if …
|
|
|
@179a5c37
|
12 years |
anton |
rtpdec: factorize identical code used in several handlers
|
|
|
@f70381ab
|
12 years |
anton |
a64: remove interleaved mode.
It has been disabled since it was added …
|
|
|
@c19e9d00
|
12 years |
martin |
doc: Point to the new location of the c99-to-c89 tool
This location …
|
|
|
@6d1270a0
|
12 years |
anton |
decode_audio3: initialize AVFrame
Same fix and issue as in …
|
|
|
@5459848b
|
12 years |
justin.ruggles |
ws-snd1: set channel layout
|
|
|
@f7b85065
|
12 years |
justin.ruggles |
wmavoice: set channel layout
|
|
|
@002097a0
|
12 years |
justin.ruggles |
wmapro: use AVCodecContext.channels instead of keeping a private copy
|
|
|
@2ed40608
|
12 years |
justin.ruggles |
wma: do not keep private copies of some AVCodecContext fields
…
|
|
|
@50a65e7a
|
12 years |
justin.ruggles |
vmdaudio: set channel layout
|
|
|
@b5f628e2
|
12 years |
justin.ruggles |
twinvq: validate sample rate code
A large invalid value could cause …
|
|
|
@335826cf
|
12 years |
justin.ruggles |
twinvq: set channel layout
|
|
|
@8cc72ce5
|
12 years |
justin.ruggles |
twinvq: validate that channels is not <= 0
This could occur due to …
|
|
|
@cebea00c
|
12 years |
justin.ruggles |
truespeech: set channel layout
|
|
|
@523734eb
|
12 years |
justin.ruggles |
sipr: set channel layout
|
|
|
@4c53f4ae
|
12 years |
justin.ruggles |
shorten: validate that the channel count in the header is not <= 0
|
|
|
@4e13e504
|
12 years |
justin.ruggles |
ra288dec: set channel layout
|
|
|
@6159f643
|
12 years |
justin.ruggles |
ra144dec: set channel layout
|
|
|
@eb38d8fe
|
12 years |
justin.ruggles |
qdm2: remove unneeded checks for channel count
|
|
|
@be2ab8b7
|
12 years |
justin.ruggles |
qdm2: make sure channels is not <= 0 and set channel layout
|
|
|
@e3d6ab57
|
12 years |
justin.ruggles |
qcelpdec: set channel layout
|
|
|
@d26701ce
|
12 years |
justin.ruggles |
nellymoserdec: set channels to 1
|
|
|
@d40dab90
|
12 years |
justin.ruggles |
libopencore-amr: set channel layout for amr-nb or if not set by the user
|
|
|
@30f8da29
|
12 years |
justin.ruggles |
libilbc: set channel layout
|
|
|
@0fd1ddf1
|
12 years |
justin.ruggles |
dpcm: use AVCodecContext.channels instead of keeping a private copy
|
|
|
@1c7a0161
|
12 years |
justin.ruggles |
imc: set channels to 1 instead of validating it
|
|
|
@32c7769e
|
12 years |
justin.ruggles |
gsmdec: always set channel layout and sample rate at initialization
…
|
|
|
@c5b8acad
|
12 years |
justin.ruggles |
libgsmdec: always set channel layout and sample rate at initialization …
|
|
|
@a346aaf1
|
12 years |
justin.ruggles |
g726dec: do not validate sample rate
For decoding it does not really …
|
|
|
@e00eb03c
|
12 years |
justin.ruggles |
g726dec: set channel layout at initialization instead of validating it
|
|
|
@99d86863
|
12 years |
justin.ruggles |
flacdec: do not warn on sample rate change
|
|
|
@90fcac0e
|
12 years |
justin.ruggles |
flacdec: allow mid-stream channel layout change
Although the libFLAC …
|
|
|
@268f8ba1
|
12 years |
justin.ruggles |
flacdec: use av_samples_* functions for sample buffer allocation
…
|
|
|
@8ac0f676
|
12 years |
justin.ruggles |
dcadec: allow the decoder to change the channel layout mid-stream
|
|
|
@93e27f86
|
12 years |
justin.ruggles |
cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
|
|
|
@8f173ef0
|
12 years |
justin.ruggles |
cook: move samples_per_frame from COOKSubpacket to where it is used
|
|
|
@7efbba2
|
12 years |
justin.ruggles |
cook: use av_get_channel_layout_nb_channels() instead of …
|
|
|
@d21b2e47
|
12 years |
justin.ruggles |
cook: reverse a condition so that the code makes more sense
|
|
|
@926e9d2
|
12 years |
justin.ruggles |
cook: remove unneeded COOKContext variable, sample_rate
|
|
|
@8aa5b8c5
|
12 years |
justin.ruggles |
cook: remove unneeded COOKContext variable, bit_rate
|
|
|
@3509eee1
|
12 years |
justin.ruggles |
cook: use AVCodecContext.channels instead of keeping a private copy
|
|
|
@a3145d0
|
12 years |
justin.ruggles |
bmvaudio: set channel layout at init() rather than validating it
|
|
|
@a38eadf7
|
12 years |
justin.ruggles |
atrac1: do not keep a copy of channel count in the private context
|
|
|
@4f56f9c4
|
12 years |
justin.ruggles |
dsicinaudio: set channels and channel layout
|
|
|
@ec2694d2
|
12 years |
justin.ruggles |
g722dec: set channel layout at initialization instead of validating it
|
|
|
@ee0e9678
|
12 years |
justin.ruggles |
amrwbdec: set channels, channel_layout, and sample_rate
Only mono …
|
|
|
@b24a4449
|
12 years |
justin.ruggles |
amrnbdec: set channels, channel_layout, and sample_rate
Only mono …
|
|
|
@a4202003
|
12 years |
justin.ruggles |
dca_parser: allow the parser to change the sample rate
|
|
|
@0366664e
|
12 years |
justin.ruggles |
lavc: check channel count after decoder init
Ensures the decoder did …
|
|
|
@bb6941af
|
12 years |
justin.ruggles |
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
|
|
|
@6b07830a
|
12 years |
janne-libav |
fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONV
Fixes typo in …
|
|
|
@02e42751
|
12 years |
diego |
avconv_opt, cmdutils: Add missing function parameter Doxygen
|
|
|
@c37322e6
|
12 years |
diego |
x86: Move optimization suffix to end of function names
This …
|
|
|
@fa8fcab1
|
12 years |
diego |
x86: h264_chromamc_10bit: drop pointless PAVG %define
It is only used …
|
|
|
@d8eda370
|
12 years |
diego |
x86: mmx2 ---> mmxext in function names
|
|
|
@38fdf725
|
12 years |
diego |
swscale: do not forget to swap data in formats with different …
|
|
|
@5707af8d
|
12 years |
diego |
aacdec: Drop some unused function arguments
|
|
|
@9c167914
|
12 years |
diego |
x86: Fix assembly with NASM
Unlike YASM, NASM only looks for include …
|
|
|
@be2c456e
|
12 years |
diego |
x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags
|
|
|
@be923ed6
|
12 years |
diego |
x86: fmtconvert: port to cpuflags
|
|
|
@588fafe7
|
12 years |
diego |
x86: MMX2 ---> MMXEXT in macro names
|
|
|
@a65bdceb
|
12 years |
diego |
x86: mmx2 ---> mmxext in variable names
|
|
|
@652f5185
|
12 years |
diego |
x86: mmx2 ---> mmxext in comments and messages
|
|
|
@04581c8c
|
12 years |
diego |
x86: yasm: Use complete source path for macro helper %includes
This …
|
|
|
@6860b408
|
12 years |
diego |
x86: include x86inc.asm in x86util.asm
This is necessary to allow …
|
|
|
@ab9545a2
|
12 years |
martin |
cng: Reindent some incorrectly indented lines
Signed-off-by: Martin …
|
|
|
@6b68223d
|
12 years |
martin |
cngdec: Allow flushing the decoder
After a flush, don't average the …
|
|
|
@036e6c37
|
12 years |
martin |
cngdec: Make the dbov variable have the right unit
Previously the …
|
|
|
@cafefd88
|
12 years |
martin |
cngdec: Fix the memset size to cover the full array
This was a …
|
|
|
@9b50d20c
|
12 years |
martin |
cngdec: Update the LPC coefficients after averaging the reflection …
|
|
|
@d16c4aeb
|
12 years |
mans |
configure: fix print_config() with broke awks
Some awk versions do …
|
|
|
@7658295b
|
12 years |
lu_zero |
pixfmt: support more yuva formats
Signed-off-by: Luca Barbato …
|
|
|
@26b5ad25
|
12 years |
lu_zero |
swscale: support gray to 9bit and 10bit formats
With the input of …
|
|
|
@f454e879
|
12 years |
mans |
configure: rewrite print_config() function using awk
This is much …
|
|
|
@02e63642
|
12 years |
diego |
FATE: fix (AD)PCM test dependencies broken in e519990
Signed-off-by: …
|
|
|
@95c89da3
|
12 years |
rsbultje |
Use ptrdiff_t instead of int for intra pred "stride" function …
|
|
|
@bad8e33d
|
12 years |
rsbultje |
x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.
|
|
|
@08b028c1
|
12 years |
rsbultje |
Remove INIT_AVX from x86inc.asm.
|
|
|
@c285edd0
|
12 years |
rsbultje |
Remove usage of INIT_AVX in h264_intrapred_10bit.asm.
Replace …
|
|
|
@ede4cedf
|
12 years |
anton |
dv: fix indentation
|
|
|
@14f031d7
|
12 years |
anton |
dv: use AVStream.index instead of abusing AVStream.id
|
|
|
@20dd41af
|
12 years |
anton |
lavfi: add ashowinfo filter
It can be useful for debugging.
Based on …
|
|
|