|
|
|
@30223b3b
|
12 years |
anton |
lavc: deprecate the audio resampling API.
It has been superseded by lavr.
|
|
|
@f6f7d150
|
12 years |
lu_zero |
h264: don't touch H264Context->ref_count[] during MB decoding
The …
|
|
|
@a7329e5f
|
12 years |
diego |
x86: get_cpu_flags: add necessary ifdefs around function body
…
|
|
|
@f6fbce76
|
12 years |
diego |
x86: Drop CPU detection intrinsics
Now that there is CPU detection in …
|
|
|
@1f6d8699
|
12 years |
diego |
x86: Add YASM implementations of cpuid and xgetbv from x264
This …
|
|
|
@65d12900
|
12 years |
mans |
configure: add --enable-lto option
This works with gcc. Other …
|
|
|
@54b24314
|
12 years |
diego |
x86: cpu: Break out test for cpuid capabilities into separate function
|
|
|
@cc5e9e5f
|
12 years |
diego |
x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection
|
|
|
@1e164c0b
|
12 years |
diego |
build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIO
A new …
|
|
|
@91c1567b
|
12 years |
martin |
segment: Add comments about calls that only are relevant for some …
|
|
|
@c864c396
|
12 years |
martin |
segment: Add an option for omitting the first header and final trailer …
|
|
|
@a854362b
|
12 years |
martin |
segment: Flush buffered data before finishing a segment
This makes …
|
|
|
@f7b24043
|
12 years |
martin |
segment: Set the resend_headers flag for each segment
This makes sure …
|
|
|
@378a6315
|
12 years |
martin |
segment: Add an option for disabling writing of a header/trailer to …
|
|
|
@eb447d5
|
12 years |
martin |
segment: Free and reinit the muxer before calling …
|
|
|
@73871dc9
|
12 years |
martin |
segment: Use the public av_write_header/av_write_trailer functions
…
|
|
|
@0edae4e6
|
12 years |
martin |
segment: Properly create new AVStreams for the chained muxer
Before, …
|
|
|
@aa9f128b
|
12 years |
martin |
segment: Add a missing space
Signed-off-by: Martin Storsjö …
|
|
|
@4673a5a7
|
12 years |
anton |
vf_overlay: properly sync inputs.
Right now it incorrectly assumes …
|
|
|
@ab35ec29
|
12 years |
anton |
vf_overlay: get rid of pointless messing with timebase.
Output frames …
|
|
|
@cd15b7c0
|
12 years |
anton |
samplefmt: make av_samples_alloc() initialize the data to silence.
…
|
|
|
@c9df4890
|
12 years |
justin.ruggles |
libspeexdec: handle NULL return value from speex_packet_to_header()
…
|
|
|
@769ed305
|
12 years |
martin |
h264probe: Don't error out on bits that no longer are reserved
…
|
|
|
@1481e198
|
12 years |
janne-libav |
mpegvideo: set extended_data in ff_update_duplicate_context()
…
|
|
|
@45e5d0c3
|
12 years |
justin.ruggles |
libspeexdec: properly handle DTX for multiple frames-per-packet
|
|
|
@908e22b9
|
12 years |
justin.ruggles |
libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used
|
|
|
@892695c
|
12 years |
justin.ruggles |
libspeexdec: simplify setting of frame_size
|
|
|
@27c3f9c
|
12 years |
justin.ruggles |
libspeexdec: set channel_layout
|
|
|
@29abb04e
|
12 years |
justin.ruggles |
libspeexdec: If the channel count is not valid, decode as stereo.
…
|
|
|
@3b061c5e
|
12 years |
justin.ruggles |
libspeexdec: improve setting of Speex mode and sample rate
If there …
|
|
|
@ad11681a
|
12 years |
martin |
libspeex: Add a private option for enabling VAD
Speex detects …
|
|
|
@f0fce9f3
|
12 years |
martin |
xtea: Test inplace decryption
Based on test code by: Giorgio Vazzana …
|
|
|
@b434500
|
12 years |
martin |
xtea: Fix CBC decryption when src==dst
Signed-off-by: Martin Storsjö …
|
|
|
@ca074cc3
|
12 years |
martin |
xtea: Factorize testing into a separate function
Based on a patch by …
|
|
|
@fd712a5
|
12 years |
diego |
configure: Refactor HAVE_ options available on the command line
|
|
|
@8be5b0d6
|
12 years |
diego |
avconv/avprobe: Add missing 'void' to exit_program() definition
|
|
|
@05e209c0
|
12 years |
mans |
Allow use of strncpy()
There are cases where strncpy() does exactly …
|
|
|
@75366a50
|
12 years |
martin |
blowfish: Add more tests
Test inplace ECB, normal CBC and inplace CBC …
|
|
|
@87f023f2
|
12 years |
martin |
blowfish: Fix CBC decryption with dst==src
Signed-off-by: Martin …
|
|
|
@0cc9a64b
|
12 years |
martin |
blowfish: Factorize testing into a separate function
Signed-off-by: …
|
|
|
@51a15ed7
|
12 years |
mans |
ARM: use numeric ID for Tag_ABI_align_preserved
Some old assemblers …
|
|
|
@4edb34f6
|
12 years |
martin |
segment: Pass the interrupt callback on to the chained …
|
|
|
@1ca3b62b
|
12 years |
mans |
ARM: bswap: drop armcc version of av_bswap16()
This function causes …
|
|
|
@5e826fd6
|
12 years |
mans |
ARM: set Tag_ABI_align_preserved in all asm files
All our ARM asm …
|
|
|
@7bda4ed7
|
12 years |
mans |
ARM: fix Thumb PIC on Apple
LDR with register offset and PC as base …
|
|
|
@72d30b27
|
12 years |
lu_zero |
nut: add do {} while (0) to GET_V
Make it consistent with the other …
|
|
|
@b92dfb56
|
12 years |
alex.converse |
tiffenc: Check av_malloc() results.
|
|
|
@9bc055e3
|
12 years |
alex.converse |
tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.
|
|
|
@5e3f9979
|
12 years |
derek.buitenhuis |
Use atexit() instead of defining a custom exit_program() interface.
|
|
|
@bd680c7b
|
12 years |
derek.buitenhuis |
msvc: Fix detection of VFW & Avisynth required libs
It should be …
|
|
|
@1e46c63e
|
12 years |
lu_zero |
avformat: refactor avformat_write_header
Split away option settings, …
|
|
|
@86bbdf8
|
12 years |
lu_zero |
avformat: refactor avformat_write_header
Mostly cosmetic changes …
|
|
|
@55f9037f
|
12 years |
lu_zero |
avformat: split muxing functions from util.c
|
|
|
@bfcd4b6
|
12 years |
justin.ruggles |
adpcmdec: set AVCodec.sample_fmts
|
|
|
@1478a360
|
12 years |
justin.ruggles |
twinvq: use planar sample format
|
|
|
@a34be785
|
12 years |
justin.ruggles |
ralf: use planar sample format
|
|
|
@1a345903
|
12 years |
justin.ruggles |
mpc7/8: use planar sample format
|
|
|
@3fca0d72
|
12 years |
justin.ruggles |
iac/imc: use planar sample format
|
|
|
@64c312aa
|
12 years |
justin.ruggles |
dcadec: use float planar sample format
|
|
|
@cbf6ee78
|
12 years |
justin.ruggles |
cook: use planar sample format
|
|
|
@9af4eaa
|
12 years |
justin.ruggles |
atrac3: use float planar sample format
|
|
|
@461ba7e9
|
12 years |
justin.ruggles |
apedec: output in planar sample format
|
|
|
@cf8c93ad
|
12 years |
justin.ruggles |
8svx: use planar sample format
|
|
|
@fd41cb43
|
12 years |
justin.ruggles |
avconv: improve sample format negotiation for decoder request
This …
|
|
|
@6cb8c854
|
12 years |
diego |
Opus encoder using libopus
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@15d35bee
|
12 years |
diego |
mpegts: Drop pointless casting of hex_dump_debug arguments
|
|
|
@d3c40a7d
|
12 years |
diego |
avformat: const correctness for av_hex_dump / av_hex_dump_log
|
|
|
@d25fe4cc
|
12 years |
diego |
wmadec: Adjust debug printf argument length modifier
|
|
|
@1218777f
|
12 years |
diego |
avcodec: Convert some commented-out printf/av_log instances to av_dlog
|
|
|
@9c6cf7f2
|
12 years |
diego |
avcodec: Drop silly and/or broken printf debug output
|
|
|
@6f6b0311
|
12 years |
diego |
avcodec: Drop some silly commented-out av_log() invocations
|
|
|
@72eaba5e
|
12 years |
diego |
avformat: Convert some commented-out printf/av_log instances to av_dlog
|
|
|
@11d4e92
|
12 years |
diego |
avformat: Remove non-compiling and/or silly commented-out …
|
|
|
@14d3e7ad
|
12 years |
diego |
Remove some silly disabled code.
|
|
|
@56b6a430
|
12 years |
justin.ruggles |
ac3dec: ensure get_buffer() gets a buffer for the correct number of …
|
|
|
@1a8c691
|
12 years |
anton |
h264: avoid stuck buffer pointer in decode_nal_units
When …
|
|
|
@0f583d20
|
12 years |
anton |
mpeg12: fix the semantics of the int* parameter of decode()
It is …
|
|
|
@d9a2e87
|
12 years |
anton |
mpeg12: move mpeg_decode_frame() lower
Avoids a forward declaration …
|
|
|
@85f4779
|
12 years |
anton |
avsdec: Set dimensions instead of relying on the demuxer.
The decode …
|
|
|
@d65d8347
|
12 years |
anton |
wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.
…
|
|
|
@d05f72c7
|
12 years |
anton |
dfa: improve boundary checks in decode_dds1()
Fixes CVE-2012-2798
…
|
|
|
@6a99310f
|
12 years |
anton |
wmalosslessdec: Fix reading too many bits in decode_channel_residues() …
|
|
|
@f48fbf2e
|
12 years |
anton |
wmalosslessdec: fix a get_bits(0) in decode_ac_filter
Fixes a part of …
|
|
|
@607f5715
|
12 years |
anton |
wmalosslessdec: make MCLMS arrays big enough for what is written into …
|
|
|
@ae3da0ae
|
12 years |
anton |
indeo4/5: check empty tile size in decode_mb_info().
This prevents …
|
|
|
@5d2170c5
|
12 years |
anton |
ivi_common: make ff_ivi_process_empty_tile() static.
It's not used …
|
|
|
@2d09cdba
|
12 years |
anton |
indeo5: check tile size in decode_mb_info().
This prevents writing …
|
|
|
@e4d40443
|
12 years |
anton |
indeo3: fix out of cell write.
Fixes CVE-2012-2776.
…
|
|
|
@065b3a1c
|
12 years |
anton |
wmalosslessdec: increase channel_coeffs/residues size
Fixes …
|
|
|
@4a969030
|
12 years |
anton |
wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.
|
|
|
@b631e4ed
|
12 years |
anton |
lagarith: check count before writing zeros.
Fixes CVE-2012-2793
…
|
|
|
@99f392a5
|
12 years |
anton |
wmaprodec: check num_vec_coeffs for validity
Fixes CVE-2012-2789
…
|
|
|
@0af49a63
|
12 years |
anton |
avidec: use actually read size instead of requested size
Fixes …
|
|
|
@eeade678
|
12 years |
anton |
avidec: return 0, not packet size from read_packet().
|
|
|
@b146d747
|
12 years |
anton |
indeo4: update AVCodecContext width/height on size change
Fixes …
|
|
|
@ee715f49
|
12 years |
anton |
dfa: check that the caller set width/height properly.
Fixes CVE-2012-2786.
|
|
|
@89191843
|
12 years |
anton |
indeo5dec: Make sure we have had a valid gop header.
This prevents …
|
|
|
@c20a6963
|
12 years |
anton |
cavsdec: check for changing w/h.
Our decoder does not support …
|
|
|
@12e1e834
|
12 years |
anton |
lavc: set channel count from channel layout in avcodec_open2().
Some …
|
|
|
@7d1d4469
|
12 years |
derek.buitenhuis |
doc/platform: Rework the Visual Studio linking section
Signed-off-by: …
|
|
|