|
|
|
@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 …
|
|
|
@9b500b8f
|
12 years |
martin |
avcodec: Add a RFC 3389 comfort noise codec
This isn't too useful as …
|
|
|
@8b25a20e
|
12 years |
martin |
lpc: Add a function for calculating reflection coefficients from …
|
|
|
@39ef66f5
|
12 years |
martin |
lpc: Add a function for calculating reflection coefficients from …
|
|
|
@dc579306
|
12 years |
anton |
lavr: document upper bound on number of output samples.
…
|
|
|
@01b76019
|
12 years |
anton |
lavr: add general API usage doxy
Signed-off-by: Anton Khirnov …
|
|
|
@bff5e5f8
|
12 years |
anton |
indeo3: remove duplicate capabilities line.
|
|
|
@2cbdd7c9
|
12 years |
diego |
fate: ac3: Add dependencies
|
|
|
@381dc1a5
|
12 years |
diego |
fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups
|
|
|
@e519990c
|
12 years |
diego |
fate: Add shorthands for acodec PCM and ADPCM tests
|
|
|
@70478746
|
12 years |
diego |
avconv: Drop unused function argument from do_video_stats()
|
|
|
@ab799664
|
12 years |
diego |
cmdutils: Conditionally compile libswscale-related bits
This fixes …
|
|
|
@72c758f1
|
12 years |
diego |
aacenc: Drop some unused function arguments
|
|
|
@f21d5c90
|
12 years |
martin |
rtsp: Avoid a cast when calling strtol
This gets rid of this warning: …
|
|
|
@d4bff9f
|
12 years |
lu_zero |
nut: support textual data
Plain text (utf8 encoded) data can be muxed …
|
|
|
@07585ffa
|
12 years |
lu_zero |
nutenc: verbosely report unsupported negative pts
Additionally use …
|
|
|
@f174fbac
|
12 years |
anton |
lavc: add CODEC_CAP_DR1 to all video decoders missing them
|
|
|
@48f01398
|
12 years |
martin |
rtpdec: Cosmetic cleanup
Mainly clean up the RTP statistics code, …
|
|
|
@424b1e76
|
12 years |
lu_zero |
yuv4mpeg: reject unsupported codecs
The muxer already rejects …
|
|
|
@fce4450d
|
12 years |
lu_zero |
nutenc: K&R formatting cosmetics
|
|
|
@4cbae57c
|
12 years |
mans |
assdec: fix qsort() callback signature
This changes the event_cmp() …
|
|
|
@4cd217c0
|
12 years |
mans |
configure: detect sparc64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@4471a242
|
12 years |
mans |
vp8: fix memset() crossing array boundary
Indexing across array …
|
|
|
@c4cccc8d
|
12 years |
mans |
h264: fix invalid pointer arithmetic
Subtracting a (positive) value …
|
|
|
@50be2077
|
12 years |
mans |
amrwbdec: fix invalid pointer arithmetic
Subtracting a (positive) …
|
|
|
@4521645b
|
12 years |
mans |
avio: fix pointer type mismatches in avio_enum_protocols()
…
|
|
|
@cc64ec57
|
12 years |
mans |
avserver: use socklen_t where appropriate
Various socket functions …
|
|
|
@be2efe0c
|
12 years |
mans |
udp: use socklen_t where appropriate
getsockname() takes a pointer to …
|
|
|
@9efbfe5
|
12 years |
mans |
network: use HAVE_THREADS instead of local hack
HAVE_THREADS is set …
|
|
|
@67a68dce
|
12 years |
mans |
af_channelmap: remove stray enum declaration
Signed-off-by: Mans …
|
|
|
@6b776c61
|
12 years |
mans |
buffersink: remove stray semicolon after function definition
…
|
|
|
@1aa07aa2
|
12 years |
mans |
configure: fix tests for 2-arg math functions
Signed-off-by: Mans …
|
|
|
@ca7f5911
|
12 years |
diego |
doc: git-howto: Clarify comment about pushing series of commits
|
|
|
@87cdd7c6
|
12 years |
diego |
ivi_common: Drop unused function parameter from decode_band()
|
|
|
@707f58f5
|
12 years |
diego |
cook: Remove some silly Doxygen comments
|
|
|
@8a61ba0e
|
12 years |
diego |
cook: Remove senseless maybe_reformat_buffer32() function
|
|
|
@f23b4a06
|
12 years |
diego |
cook: cosmetics: Better names for joint_decode() function parameters
|
|
|
@20015379
|
12 years |
diego |
cook: cosmetics: Better name for ccpl COOKSubpacket member
|
|
|
@13bbefd5
|
12 years |
diego |
doxygen: Add av_alloc_size to list of predefined macros
This avoids …
|
|
|
@74e742d6
|
12 years |
diego |
doxygen: Drop some pointless entries from PREDEFINED macros list
|
|
|
@154ff818
|
12 years |
janne-libav |
h263: avoid memcpys over array bound in motion vector caching for obmc …
|
|
|