|
|
|
@0ec56d1
|
13 years |
anton |
lavfi: fix realloc size computation in avfilter_add_format()
Replace …
|
|
|
@e63e4c99
|
13 years |
anton |
vsrc_color: use internal timebase
Avoid timescale conversion, …
|
|
|
@57fa3140
|
13 years |
anton |
lavfi: fix signature for avfilter_graph_parse() and …
|
|
|
@64abd375
|
13 years |
anton |
graphparser: prefer void * over AVClass * for log contexts
…
|
|
|
@59cef18c
|
13 years |
anton |
avfiltergraph: use meaningful error codes
Signed-off-by: Anton …
|
|
|
@4bb0b31f
|
13 years |
alex.converse |
avconv: Initialize return value for codec copy path.
|
|
|
@dec4b470
|
13 years |
mans |
fate: use 'run' helper for seek-test
This is simpler, and the actual …
|
|
|
@bc3a741f
|
13 years |
mans |
fate: remove seek-mpeg2reuse test
The input file for this test is no …
|
|
|
@77d2ef13
|
13 years |
siretart |
Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.
…
|
|
|
@a9a03377
|
13 years |
alex.converse |
avconv: Fix volume adjustment for non-s16 sample formats
|
|
|
@fe332cf5
|
13 years |
alex.converse |
avconv: Make samples void*.
Different sample formats are different sizes.
|
|
|
@af3c06b4
|
13 years |
alex.converse |
avconv: Use the size of the decode sample format when allocating the …
|
|
|
@d3c1d37
|
13 years |
anton |
avconv: use different variables for decoded and filtered frame.
Makes …
|
|
|
@3ccd1580
|
13 years |
anton |
avconv: add support for copying attachments.
|
|
|
@c7a63a52
|
13 years |
anton |
matroskaenc: write attachments.
|
|
|
@98cfe22b
|
13 years |
anton |
matroskadec: export mimetype of attachments as metadata.
|
|
|
@becdce99
|
13 years |
anton |
avconv: factorize common code from new_*_stream()
|
|
|
@d159060a
|
13 years |
anton |
doc/avconv: expand documentation for some options.
|
|
|
@5aa3fce
|
13 years |
anton |
doc/avconv: document -timelimit.
|
|
|
@908f12f3
|
13 years |
mans |
fate: allow testing with libavfilter disabled
This declares …
|
|
|
@96a59cf3
|
13 years |
jason |
x86: XOP/FMA4 CPU detection support
|
|
|
@3d371f41
|
13 years |
justin.ruggles |
ws_snd: misc cosmetic clean-ups
|
|
|
@659c719b
|
13 years |
justin.ruggles |
ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.
|
|
|
@618b067d
|
13 years |
justin.ruggles |
ws_snd: use memcpy() and memset() instead of loops
|
|
|
@6896aa7a
|
13 years |
justin.ruggles |
ws_snd: use samples pointer for loop termination instead of a separate …
|
|
|
@6a818cb3
|
13 years |
justin.ruggles |
ws_snd: make sure number of channels is 1
|
|
|
@417364c
|
13 years |
justin.ruggles |
ws_snd: add some checks to prevent buffer overread or overwrite.
|
|
|
@2322ced
|
13 years |
justin.ruggles |
ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.
8-bit unsigned is …
|
|
|
@4c5e7b27
|
13 years |
justin.ruggles |
flacdec: fix buffer size checking in get_metadata_size()
Adds an …
|
|
|
@1430ae44
|
13 years |
martin |
rtp: Simplify ff_rtp_get_payload_type
Signed-off-by: Martin Storsjö …
|
|
|
@9152880e
|
13 years |
martin |
rtpenc: Add a payload type private option
Specifying the payload type …
|
|
|
@14288774
|
13 years |
martin |
rtp: Correct ff_rtp_get_payload_type documentation
Since 0c378ea1f, …
|
|
|
@e3245b26
|
13 years |
anton |
avconv: replace all fprintf() by av_log().
Deprecate -v option, now …
|
|
|
@f24facd
|
13 years |
anton |
avconv: change av_log verbosity from ERROR to FATAL for fatal errors.
|
|
|
@1c5e955
|
13 years |
anton |
cmdutils: replace fprintf() by av_log()
This way, all messages can be …
|
|
|
@182cbe43
|
13 years |
anton |
avtools: parse loglevel before all the other options.
This way it can …
|
|
|
@4ca59d19
|
13 years |
diego |
oggdec: add support for Xiph's CELT codec
This patch also introduces …
|
|
|
@b15a9888
|
13 years |
justin.ruggles |
sol: return error if av_get_packet() fails.
This prevents sending a …
|
|
|
@88f908fb
|
13 years |
justin.ruggles |
cosmetics: reindent and pretty-print
|
|
|
@8febd6af
|
13 years |
justin.ruggles |
libgsm: split init and close fuctions for encoder and decoder.
The …
|
|
|
@d853e571
|
13 years |
mans |
ppc: fix some pointer to integer casts
Use uintptr_t instead of plain …
|
|
|
@6e4a35ce
|
13 years |
mans |
ppc: fix 32-bit PIC build
On 32-bit ppc, the GOT pointer must be …
|
|
|
@4568c2bf
|
13 years |
justin.ruggles |
vmdaudio: fix decoding of 16-bit audio format.
The initial sample of …
|
|
|
@bb416bd6
|
13 years |
mans |
lavf: do not set codec_tag for rawvideo
If the demuxer did not set a …
|
|
|
@d1186ff7
|
13 years |
anton |
h264: check for out of bounds reads in ff_h264_decode_extradata().
…
|
|
|
@a246cefa
|
13 years |
martin |
flvdec: Check for overflow before allocating arrays
On allocation, …
|
|
|
@9b921a82
|
13 years |
anton |
avconv: use correct output stream index when checking max_frames
|
|
|
@240ae356
|
13 years |
anton |
avconv: remove fake coded_frame on streamcopy hack
Back in 2002 when …
|
|
|
@2b4e49d4
|
13 years |
martin |
flvdec: Fix invalid pointer deferences when parsing index
…
|
|
|
@87a74f47
|
13 years |
janne-libav |
configure: disable hardware capabilities ELF section with suncc on …
|
|
|
@86714887
|
13 years |
diego |
Use explicit struct initializers for AVCodec declarations.
|
|
|
@30b4ee79
|
13 years |
diego |
Use explicit struct initializers for AVOutputFormat/AVInputFormat …
|
|
|
@9ff6d079
|
13 years |
justin.ruggles |
adpcmenc: Set bits_per_coded_sample
|
|
|
@b304244b
|
13 years |
justin.ruggles |
adpcmenc: fix QT IMA ADPCM encoder
Signed-off-by: Michael Niedermayer …
|
|
|
@bf334535
|
13 years |
justin.ruggles |
adpcmdec: Fix QT IMA ADPCM decoder
Signed-off-by: Michael Niedermayer …
|
|
|
@3a549eb8
|
13 years |
justin.ruggles |
permit decoding of multichannel ADPCM_EA_XAS
Signed-off-by: Michael …
|
|
|
@ffe92ff9
|
13 years |
justin.ruggles |
Fix input buffer size check in adpcm_ea decoder.
Unfortunately the …
|
|
|
@c2d3f561
|
13 years |
alex.converse |
fft: avoid a signed overflow
As a signed integer, 1<<31 overflows, so …
|
|
|
@9fba8ebe
|
13 years |
alex.converse |
mpegps: Handle buffer exhaustion when reading packets.
|
|
|
@0c378ea1
|
13 years |
lu_zero |
rtp: factorize dynamic payload type fallback
Move the identical code …
|
|
|
@bafff166
|
13 years |
martin |
flvdec: Ignore the index if it's from a creator known to be different
…
|
|
|
@e1b10155
|
13 years |
janne-libav |
cmdutils: move grow_array out of #if CONFIG_AVFILTER
fixes programs …
|
|
|
@dc3e76f3
|
13 years |
anton |
avconv: actually set InputFile.rate_emu
|
|
|
@d554b33e
|
13 years |
lu_zero |
ratecontrol: update last_qscale_for sooner
In order to make …
|
|
|
@4d4d0e81
|
13 years |
diego |
Fix unnecessary shift with 9/10bit vertical scaling
Signed-off-by: …
|
|
|
@5cc2530f
|
13 years |
diego |
prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()
|
|
|
@167d3b16
|
13 years |
diego |
prores: return more meaningful error values
|
|
|
@21612824
|
13 years |
diego |
prores: improve error message wording
|
|
|
@27ba121e
|
13 years |
diego |
prores: cosmetics: prettyprinting, drop useless parentheses
|
|
|
@2983f1f
|
13 years |
diego |
prores: lowercase AVCodec name entry
All other codecs use lowercase …
|
|
|
@dcb9f6a2
|
13 years |
janne-libav |
Add LATM demuxer
This is a raw demuxer for the AAC LATM decoder and …
|
|
|
@59df4b82
|
13 years |
justin.ruggles |
avplay: flush audio decoder with empty packets at EOF if the decoder …
|
|
|
@1993c684
|
13 years |
justin.ruggles |
8svx/iff: fix decoding of compressed stereo 8svx files.
Make the iff …
|
|
|
@fda459ce
|
13 years |
justin.ruggles |
8svx: log an error message if output buffer is too small
Based on a …
|
|
|
@0ac3b8fc
|
13 years |
justin.ruggles |
8svx: check packet size before reading the initial sample value.
|
|
|
@e3718784
|
13 years |
justin.ruggles |
8svx: output 8-bit samples instead of 16-bit.
Based on a patch by …
|
|
|
@ac68607b
|
13 years |
justin.ruggles |
8svx: split delta decoding into a separate function.
Based on a patch …
|
|
|
@1c2e07b8
|
13 years |
alex.converse |
mp4: Don't read an empty Decoder Config Descriptor
|
|
|
@20e1829
|
13 years |
diego |
fate.sh: Ignore errors from rm command during cleanup.
The install …
|
|
|
@12ad0677
|
13 years |
diego |
fate.sh: Run git-pull in quiet mode to avoid console spam.
Since …
|
|
|
@be64629a
|
13 years |
martin |
Apple ProRes decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@b14629e5
|
13 years |
martin |
rtmp: Make the input FLV parser handle data cut at any point
This …
|
|
|
@fe476e5a
|
13 years |
martin |
rv34: Check for invalid slices offsets
Signed-off-by: Martin Storsjö …
|
|
|
@775af761
|
13 years |
anton |
eval: test isnan(sqrt(-1)) instead of just sqrt(-1)
sqrt(-1) returns …
|
|
|
@05fc9e40
|
13 years |
alex.converse |
swfdec: Add support for sample_rate_code 0 (5512 Hz)
|
|
|
@ae2e8971
|
13 years |
mans |
dct-test: factor out some common code and do whas was likely intended
…
|
|
|
@dd8d808
|
13 years |
diego |
doc: library versions need to be bumped in version.h
|
|
|
@9aa1f87d
|
13 years |
anton |
Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."
This …
|
|
|
@609a2fa1
|
13 years |
anton |
Remove some forgotten AVCodecContext.palctrl usage.
|
|
|
@9ecfbb3e
|
13 years |
anton |
lavc/utils: move avcodec_init() higher in the file.
Fixes build on …
|
|
|
@e5b29c1f
|
13 years |
anton |
lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
|
|
|
@feedc075
|
13 years |
anton |
ac3dec: actually use drc_scale private option
|
|
|
@63e4c8a6
|
13 years |
anton |
lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macros
They are …
|
|
|
@4d77d57d
|
13 years |
anton |
alsa: add missing header
Fixes compile with next lavc major.
|
|
|
@a3e0135d
|
13 years |
diego |
msmpeg4: remove leftover unused debug variable declaration
|
|
|
@95a06eb4
|
13 years |
diego |
Fix assert() calls that need updates after FF_COMMON_FRAME macro …
|
|
|
@35a68558
|
13 years |
diego |
Fix av_dlog invocations with wrong or missing logging context.
This …
|
|
|
@be4e8908
|
13 years |
anton |
vf_yadif: add support to yuva420p
Signed-off-by: Anton Khirnov …
|
|
|
@4703a7b5
|
13 years |
anton |
vf_yadif: correct documentation on the parity parameter
0 is …
|
|
|
@5feb67f
|
13 years |
anton |
vf_yadif: copy buffer properties like aspect for second frame as well
…
|
|
|