|
|
|
@3cff5336
|
12 years |
martin |
rtmp: fix multiple broken overflow checks
Sanity checks like `data + …
|
|
|
@2e413003
|
12 years |
martin |
float_dsp: Include config.h for redefining restrict
This makes sure …
|
|
|
@baf35bb4
|
12 years |
rsbultje |
dsputil: remove one array dimension from avg_no_rnd_pixels_tab.
|
|
|
@2612c4dc
|
12 years |
rsbultje |
dsputil: remove 9/10 bits hpel functions.
These are never used.
|
|
|
@2bef1a83
|
12 years |
rsbultje |
dsputil: remove some never-assigned function pointers from the struct.
|
|
|
@32ff643
|
12 years |
rsbultje |
dsputil: remove avg_no_rnd_pixels8.
This is never used.
|
|
|
@88bd7fdc
|
12 years |
rsbultje |
Drop DCTELEM typedef
It does not help as an abstraction and adds …
|
|
|
@2e4bb99f
|
12 years |
rsbultje |
vorbisdsp: convert x86 simd functions from inline asm to yasm.
|
|
|
@0ee8293a
|
12 years |
rsbultje |
vp3dsp: don't do aligned reads on input.
The input is not guaranteed …
|
|
|
@40cf1add
|
12 years |
justin.ruggles |
mlp_parser: cosmetics: re-indent.
Signed-off-by: Justin Ruggles …
|
|
|
@ed1b011
|
12 years |
justin.ruggles |
mlp: implement support for AVCodecContext.request_channel_layout.
…
|
|
|
@b0c7e3ff
|
12 years |
justin.ruggles |
mlp_parser: account for AVCodecContext.request_channels when setting …
|
|
|
@1fd2dee
|
12 years |
justin.ruggles |
mlpdec: set the channel layout.
Fixes bug 401.
Signed-off-by: Justin …
|
|
|
@3ffcccb4
|
12 years |
justin.ruggles |
mlpdec: TrueHD: use Libav channel order.
Fixes bug 208.
…
|
|
|
@99ccd2ba
|
12 years |
justin.ruggles |
mlp: store the channel layout for each substream.
Also stop storing …
|
|
|
@73b704ac
|
12 years |
diego |
arm: Add some missing header #includes
|
|
|
@d56668bd
|
12 years |
rsbultje |
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
This …
|
|
|
@5959bfac
|
12 years |
rsbultje |
floatdsp: move butterflies_float from dsputil to avfloatdsp.
This …
|
|
|
@42d32469
|
12 years |
rsbultje |
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Now, …
|
|
|
@55aa03b9
|
12 years |
rsbultje |
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
|
|
|
@0881cbf3
|
12 years |
lu_zero |
proresdec: support mixed interlaced/non-interlaced content
Set …
|
|
|
@4a73fbd9
|
12 years |
rsbultje |
vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.
The …
|
|
|
@4f56e773
|
12 years |
diego |
x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly …
|
|
|
@ab587f39
|
12 years |
martin |
rtpenc: Start the sequence numbers from a random offset
Expose the …
|
|
|
@9146e872
|
12 years |
lu_zero |
Revert "fate: Use wmv2 IDCT for wmv2 tests"
This reverts commit …
|
|
|
@4af5310d
|
12 years |
diego |
get_bits/put_bits: K&R formatting cosmetics
Signed-off-by: Diego …
|
|
|
@570a4a01
|
12 years |
diego |
avidec: use sensible error codes instead of -1
Use …
|
|
|
@9f00b1cb
|
12 years |
lu_zero |
dsputilenc: x86: Convert pixel inline asm to yasm
Signed-off-by: Luca …
|
|
|
@c7df1532
|
12 years |
lu_zero |
libgsm: detect libgsm header path
Libgsm header can reside either in …
|
|
|
@ce378f0d
|
12 years |
lu_zero |
fate: Use wmv2 IDCT for wmv2 tests
|
|
|
@1768e43c
|
12 years |
rsbultje |
vorbisdsp: change block_size type from int to intptr_t.
This saves …
|
|
|
@93af2734
|
12 years |
rsbultje |
lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.
…
|
|
|
@e6bc38fd
|
12 years |
rsbultje |
wmv2: move IDCT to its own DSP context.
This allows us to remove …
|
|
|
@8a4f2620
|
12 years |
rsbultje |
dsputil: remove butterflies_float_interleave.
The function is unused.
|
|
|
@c9311f3e
|
12 years |
martin |
srtp: Move a variable to a local scope
This simplifies the code …
|
|
|
@ae01e8d2
|
12 years |
martin |
srtp: Add tests for the crypto suite with 32/80 bit HMAC
…
|
|
|
@3ef6d22e
|
12 years |
martin |
srtp: cosmetics: Use fewer lines for the test vectors
Signed-off-by: …
|
|
|
@b4bb1d49
|
12 years |
martin |
srtp: Don't require more input data than what actually is needed
The …
|
|
|
@a2a991b2
|
12 years |
martin |
srtp: Improve the minimum encryption buffer size check
This clarifies …
|
|
|
@e1d0b3d
|
12 years |
martin |
srtp: Add support for a few DTLS-SRTP related crypto suites
The main …
|
|
|
@f53490cc
|
12 years |
martin |
rtpdec/srtp: Handle CSRC fields being present
This is untested in …
|
|
|
@a76bc3bc
|
12 years |
martin |
rtpdec: Check the return value from av_new_packet
Signed-off-by: …
|
|
|
@04ea549
|
12 years |
justin.ruggles |
ac3dec: fix non-optimal dithering of zero bit mantissas
Use a noise …
|
|
|
@d9bf7169
|
12 years |
diego |
ppc: vorbisdsp: Drop some unnecessary #includes
Also fixes …
|
|
|
@a23abaf3
|
12 years |
martin |
avconv: Increase the SDP buffer size to fit xiph SDPs
Signed-off-by: …
|
|
|
@c6f1dc8e
|
12 years |
martin |
rtpdec: Move setting the parsing flags to the actual depacketizers
…
|
|
|
@a9c847c1
|
12 years |
martin |
rtpdec: Split handling of mpeg12 audio/video to a separate …
|
|
|
@2326558d
|
12 years |
martin |
rtpdec: Split mpegts parsing to a normal depacketizer
This gets rid …
|
|
|
@d5bb8cc
|
12 years |
martin |
rtpdec: Reorder payload handler registration alphabetically
…
|
|
|
@a717f990
|
12 years |
martin |
mpegts: Share the cleanup code between the demuxer and lavf-internal …
|
|
|
@21f5c24b
|
12 years |
martin |
rtpdec_mpeg4: Return one AAC AU per AVPacket
This makes the returned …
|
|
|
@d160a2fb
|
12 years |
martin |
ppc: Include string.h for memset
This fixes build failures on ppc …
|
|
|
@68f18f03
|
12 years |
janne-libav |
videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL
…
|
|
|
@0b711ca3
|
12 years |
diego |
dsputil: drop non-compliant "fast" qpel mc functions
Signed-off-by: …
|
|
|
@4603ec85
|
12 years |
lu_zero |
get_bits: change the failure condition in init_get_bits
Too much code …
|
|
|
@0e02b381
|
12 years |
rsbultje |
Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.
…
|
|
|
@fef906c7
|
12 years |
rsbultje |
Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.
…
|
|
|
@aeaf268
|
12 years |
rsbultje |
vp3: integrate clear_blocks with idct of previous block.
This is …
|
|
|
@992b0318
|
12 years |
lu_zero |
mpegvideo: fix loop condition in draw_line()
The loop condition `x = …
|
|
|
@40976257
|
12 years |
lu_zero |
dvdsubdec: parse the size from the extradata
Signed-off-by: Alexandra …
|
|
|
@822b0728
|
12 years |
diego |
x86: dsputil: Drop some unused macro definitions
|
|
|
@f4facd2c
|
12 years |
diego |
x86: Add a Yasm-based emms() replacement
This provides a fallback …
|
|
|
@d633d12b
|
12 years |
diego |
x86inc: Add cvisible macro for C functions with public prefix
This …
|
|
|
@ef5d41a5
|
12 years |
diego |
x86inc: Rename "program_name" to "private_prefix"
The new name is …
|
|
|
@6d1114a8
|
12 years |
diego |
configure: Run SHFLAGS through ldflags_filter()
These flags are as …
|
|
|
@940b8b58
|
12 years |
anton |
h264: avoid pointless copying of ref lists
ref_list is constructed …
|
|
|
@b90632d5
|
12 years |
justin.ruggles |
lavr: always reset mix function names and pointers in …
|
|
|
@f07ef2d9
|
12 years |
justin.ruggles |
lavr: call mix_function_init() in ff_audio_mix_set_matrix()
This is …
|
|
|
@56ef1ef1
|
12 years |
lu_zero |
fate: update ref after rv30_loop_filter fix
|
|
|
@783e37f7
|
12 years |
lu_zero |
rv30: fix masking in rv30_loop_filter()
The mask `x && (1 << y)' is …
|
|
|
@80ac87c1
|
12 years |
lu_zero |
lavc: support ZenoXVID custom tag
Looks like this kind of samples are …
|
|
|
@43e0e0c4
|
12 years |
lu_zero |
libcdio: support recent cdio-paranoia
Upstream decided to split the …
|
|
|
@973b4d44
|
12 years |
martin |
float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window
This …
|
|
|
@e33db35b
|
12 years |
martin |
theora: Skip zero-sized headers
This fixes a regression since …
|
|
|
@b805c725
|
12 years |
justin.ruggles |
idcin: fix memleaks in idcin_read_packet()
Fixes fate-id-cin-video …
|
|
|
@e034cc6c
|
12 years |
lu_zero |
lavc: Move vector_fmul_window to AVFloatDSPContext
Signed-off-by: …
|
|
|
@a7ba3244
|
12 years |
martin |
rtpdec_mpeg4: Check the remaining amount of data before reading
This …
|
|
|
@977d4a3b
|
12 years |
martin |
rtpdec_mpeg4: Check the return value from malloc
Signed-off-by: …
|
|
|
@42364fcb
|
12 years |
martin |
srtp: Mark a few variables as uninitialized
This squelches false …
|
|
|
@0eecafc9
|
12 years |
martin |
configure: Make the new srtp protocol depend on the rtp protocol
…
|
|
|
@c2603aa2
|
12 years |
martin |
lavf: Add a fate test for the SRTP functions
Signed-off-by: Martin …
|
|
|
@3130fa51
|
12 years |
martin |
lavu: Add a fate test for the HMAC API
Signed-off-by: Martin Storsjö …
|
|
|
@fb845ffd
|
12 years |
lu_zero |
h264: add 3 pixels below for subpixel filter wait position
If the …
|
|
|
@f924d529
|
12 years |
lu_zero |
dvdsubdec: Support palette in mkv
Matroska stores palette information …
|
|
|
@dae1d507
|
12 years |
diego |
x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
|
|
|
@23098bbd
|
12 years |
justin.ruggles |
vf_fps: add final flushed frames to the dropped frame count
|
|
|
@0b22107d
|
12 years |
diego |
rv34_parser: Adjust #if for disabling individual parsers
As CONFIG_ …
|
|
|
@320e1d0d
|
12 years |
diego |
x86: ABSB2: port to cpuflags
|
|
|
@094a7405
|
12 years |
diego |
x86: ABSB: port to cpuflags
|
|
|
@611bf39b
|
12 years |
martin |
sdp: Include SRTP crypto params if using the srtp protocol
Also print …
|
|
|
@2f3bada6
|
12 years |
martin |
lavf: Add a protocol for SRTP encryption/decryption
This is mostly …
|
|
|
@424da30
|
12 years |
martin |
rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)
This …
|
|
|
@ab2ad8bd
|
12 years |
martin |
lavf: Add functions for SRTP decryption/encryption
This supports the …
|
|
|
@8ee288d2
|
12 years |
martin |
lavu: Add an API for calculating HMAC (RFC 2104)
This supports …
|
|
|
@47812070
|
12 years |
lu_zero |
libx264: use the library specific default rc_initial_buffer_occupancy
…
|
|
|
@bff36075
|
12 years |
lu_zero |
lavc: set the default rc_initial_buffer_occupancy
rc_buffer_size is …
|
|
|
@d8c772de
|
12 years |
lu_zero |
nutdec: Always return a value from nut_read_timestamp()
The function …
|
|
|
@99853cb8
|
12 years |
diego |
configure: Make warnings from -Wreturn-type fatal errors
These …
|
|
|
@51969a65
|
12 years |
diego |
x86: ABS2: port to cpuflags
|
|
|
@171f1446
|
12 years |
diego |
vdpau: Remove av_unused attribute from function declaration
…
|
|
|