|
|
|
@096a5d76
|
12 years |
diego |
fate: Refactor setting of environment variables for groups of tests
|
|
|
@6d0beefb
|
12 years |
diego |
swscale: Do not make ff_ symbols globally visible.
|
|
|
@d5ef9354
|
12 years |
janne-libav |
rtspdec: use av_strlcpy for writing into fixed size buffer
Fixes …
|
|
|
@f1de23fa
|
12 years |
janne-libav |
g722enc: fix size argument in memset
Fixes CID700725.
|
|
|
@4a7c0c45
|
12 years |
janne-libav |
http: use av_strlcpy instead of strcpy() without size checks
Fixes …
|
|
|
@79e6e8e
|
12 years |
janne-libav |
avfilter: correct memcpy size avfilter_copy_buf_props()
Does not make …
|
|
|
@233a5a80
|
12 years |
anton |
lavc: split asv12 encoder/decoder
|
|
|
@fb722a90
|
12 years |
anton |
avconv: remove -same_quant
It has not worked for anything other than …
|
|
|
@b94e4acb
|
12 years |
janne-libav |
cmdutils_read_file: increment *size after writing the trailing \0
…
|
|
|
@ac9a8956
|
12 years |
janne-libav |
af_resample: unref out_buf when avresample_convert returns 0
Fixes …
|
|
|
@8501c098
|
12 years |
janne-libav |
af_amix: prevent memory leak on error path
Fixes CID732272.
|
|
|
@6f8ef532
|
12 years |
janne-libav |
vc1dec: prevent memory leak in error path
Fixes CID732271.
|
|
|
@714f5ab5
|
12 years |
janne-libav |
vc1dec: prevent memory leak on av_realloc error
|
|
|
@1afd7a11
|
12 years |
janne-libav |
af_channelmap: free old extended_data on reallocation
Prevents writes …
|
|
|
@18ff4d20
|
12 years |
janne-libav |
avconv: simplify memory allocation in copy_chapters
Make just a …
|
|
|
@4ffbe3f3
|
12 years |
janne-libav |
matroskaenc: check cue point validity before reallocation
Prevents …
|
|
|
@53e122dd
|
12 years |
janne-libav |
swfenc: error out for more than 1 audio or video stream
Prevents …
|
|
|
@0fb3b24a
|
12 years |
mans |
build: link test programs only against static libs
The test programs …
|
|
|
@cbcd497f
|
12 years |
justin.ruggles |
adxdec: use planar sample format
|
|
|
@4ebd74ce
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_thp
|
|
|
@327cdb04
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ea_xas
|
|
|
@da9620e
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3
|
|
|
@d2b6ae02
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_xa
|
|
|
@8b854283
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3
|
|
|
@4356d66d
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_4xm
|
|
|
@1b9ac729
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ima_wav
|
|
|
@176db0b8
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ima_qt
|
|
|
@7e5f0450
|
12 years |
justin.ruggles |
pcmdec: use planar sample format for pcm_lxf
|
|
|
@c1a9cfd1
|
12 years |
justin.ruggles |
mace: use planar sample format
|
|
|
@23d53c54
|
12 years |
justin.ruggles |
atrac1: use planar sample format
|
|
|
@ac56ff9
|
12 years |
diego |
build: non-x86: Only compile mpegvideo optimizations when necessary
|
|
|
@8dd0650f
|
12 years |
janne-libav |
rtpdec_mpeg4: au_headers is a single array, simple av_free is enough
…
|
|
|
@3fbda309
|
12 years |
janne-libav |
avcodec: free extended_data instead address of it
Fixes CID732173.
|
|
|
@7bc433b3
|
12 years |
martin |
fate: Add tests of the ff_make_absolute_url function
Signed-off-by: …
|
|
|
@33893e6a
|
12 years |
martin |
url: Handle relative urls starting with two slashes
This is defined …
|
|
|
@eea00381
|
12 years |
martin |
url: Handle relative urls being just a new query string
…
|
|
|
@a6363e3d
|
12 years |
martin |
url: Don't treat slashes in query parameters as directory separators
…
|
|
|
@a75b9a18
|
12 years |
diego |
mingw/cygwin: Stop adding -fno-common to gcc CFLAGS
This was done to …
|
|
|
@f75f419
|
12 years |
diego |
Restructure av_log_missing_feature message
Some invocations include a …
|
|
|
@c136a813
|
12 years |
martin |
rtp: Support packetization/depacketization of opus
Signed-off-by: …
|
|
|
@e04826c3
|
12 years |
martin |
file: Set the return value type for lseek to int64_t.
This fixes a …
|
|
|
@f79364b2
|
12 years |
mans |
ppc: fix Altivec build with old compilers
The vec_splat() intrinsic …
|
|
|
@643933f5
|
12 years |
mans |
build: add LTO support for PGI compiler
Signed-off-by: Mans Rullgard …
|
|
|
@8f23907f
|
12 years |
mans |
build: add -Mdse to PGI optimisation flags
Enable dead store …
|
|
|
@c9b10cc4
|
12 years |
martin |
rtpenc_vp8: Update the packetizer to the latest spec version
Tested …
|
|
|
@66d652cb
|
12 years |
martin |
rtpdec_vp8: Make the depacketizer implement the latest spec draft
Not …
|
|
|
@27a310e3
|
12 years |
mans |
doc: allow building with old texi2html versions
Signed-off-by: Mans …
|
|
|
@ea14a655
|
12 years |
janne-libav |
avutil: skip old_pix_fmts.h since it is just a list
|
|
|
@7e522859
|
12 years |
janne-libav |
x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
|
|
|
@cb36febc
|
12 years |
janne-libav |
x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
|
|
|
@f101eab1
|
12 years |
janne-libav |
x86: call most of the x86 dsp init functions under if (ARCH_X86)
…
|
|
|
@d19d01bf
|
12 years |
lu_zero |
doc: support the new website layout
|
|
|
@91f5f875
|
12 years |
lu_zero |
doc: remove a warning from filters.texi
The tag @table expects @item …
|
|
|
@175d0d94
|
12 years |
lu_zero |
doc: initial nut documentation
|
|
|
@0826d85
|
12 years |
lu_zero |
segment: drop global headers setting
avconv provides an option to set …
|
|
|
@8728b958
|
12 years |
anton |
lavu: fix typo in Makefile
|
|
|
@716d413c
|
12 years |
anton |
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
|
|
@78071a14
|
12 years |
anton |
pixfmt: add AV_ prefixes to PIX_FMT_*
|
|
|
@7b556be6
|
12 years |
justin.ruggles |
af_resample: avoid conversion of identical sample formats for 1 …
|
|
|
@37f701f1
|
12 years |
justin.ruggles |
avcodec: allow either planar or interleaved sample format when …
|
|
|
@53643271
|
12 years |
justin.ruggles |
adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right …
|
|
|
@62ae37de
|
12 years |
diego |
timefilter: De-doxygenize normal code comments and drop silly ones
|
|
|
@e67b0f99
|
12 years |
martin |
gxf: Include the right header for the avpriv_frame_rate_tab …
|
|
|
@31b2262d
|
12 years |
justin.ruggles |
wmaenc: use float planar sample format
|
|
|
@b1540fc8
|
12 years |
justin.ruggles |
(e)ac3enc: use planar sample format
|
|
|
@f3e2d68d
|
12 years |
justin.ruggles |
aacenc: use planar sample format
|
|
|
@095be4f
|
12 years |
justin.ruggles |
adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt
|
|
|
@d9a13c2f
|
12 years |
justin.ruggles |
adpcmenc: move 'ch' variable to higher scope
It is used for multiple …
|
|
|
@9606f19b
|
12 years |
justin.ruggles |
adpcmenc: fix 3 instances of variable shadowing
|
|
|
@1e35574b
|
12 years |
justin.ruggles |
adpcm_ima_wav: simplify encoding
|
|
|
@cfc0a80a
|
12 years |
justin.ruggles |
libvorbis: use planar sample format
|
|
|
@473b297f
|
12 years |
justin.ruggles |
libmp3lame: use planar sample formats
|
|
|
@233783e2
|
12 years |
justin.ruggles |
vorbisenc: use float planar sample format
|
|
|
@11dcddb9
|
12 years |
justin.ruggles |
ffm: do not write or read the audio sample format
|
|
|
@6221e247
|
12 years |
mans |
parseutils: fix parsing of invalid alpha values
An alpha specifier …
|
|
|
@37ac11d9
|
12 years |
diego |
doc/RELEASE_NOTES: update for the 9 release.
Signed-off-by: Diego …
|
|
|
@cde26748
|
12 years |
martin |
smoothstreamingenc: Add a more verbose error message
This helps …
|
|
|
@fadd3a68
|
12 years |
martin |
smoothstreamingenc: Ignore the return value from mkdir
We don't need …
|
|
|
@8e276378
|
12 years |
martin |
smoothstreamingenc: Try writing a manifest when opening the muxer
…
|
|
|
@3ea06ac5
|
12 years |
martin |
smoothstreamingenc: Move the output_chunk_list and write_manifest …
|
|
|
@5fa43f7
|
12 years |
martin |
smoothstreamingenc: Properly return errors from ism_flush to the …
|
|
|
@eb2f3910
|
12 years |
martin |
smoothstreamingenc: Check the output UrlContext before accessing it
…
|
|
|
@d3a72bec
|
12 years |
anton |
yuv4mpeg: return proper error codes.
Fixes Bug 373.
…
|
|
|
@e4cbf752
|
12 years |
diego |
Give all anonymously typedeffed structs in headers a name
Anonymous …
|
|
|
@76f644d9
|
12 years |
diego |
fate: Add parseutils test
|
|
|
@c010fce6
|
12 years |
diego |
parseutils-test: Drop random colors from parsing test
This guarantees …
|
|
|
@ba04177e
|
12 years |
anton |
vf_pad/scale: use double precision for aspect ratios.
Fixes Bug 203.
…
|
|
|
@c07d56a6
|
12 years |
mans |
build: error on variable-length arrays
With all the VLAs gone, make …
|
|
|
@07eb7e20
|
12 years |
mans |
ppc: swscale: rework yuv2planeX_altivec()
This gets rid of the …
|
|
|
@642b4efa
|
12 years |
mans |
ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()
…
|
|
|
@bcf07a15
|
12 years |
mans |
x86: dsputil: kill VLA in gmc_mmx()
Instead of using an evil VLA, …
|
|
|
@f1c6a740
|
12 years |
martin |
libspeexenc: Updated commentary to reflect recent changes
…
|
|
|
@978d5bd
|
12 years |
martin |
libspeexenc: Add an option for enabling DTX
Discontinuous …
|
|
|
@2f49e3da
|
12 years |
anton |
doc/APIchanges: fill in missing dates and hashes.
|
|
|
@006afc7a
|
12 years |
anton |
lavr: bump major to 1 and declare it stable.
|
|
|
@e7ba5b1d
|
12 years |
anton |
lavr: change the type of the data buffers to uint8_t.
This is more …
|
|
|
@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 …
|
|
|