|
|
|
@0f2297a9
|
13 years |
michaelni |
Add .bit (de)muxer
|
|
|
@780d4547
|
13 years |
saschasommer |
Fix segfault in save_bits:
use put_bits_count to get the buffer fill …
|
|
|
@43e05685
|
13 years |
michaelni |
g729dec: disable all cpu acceleration, the code does not provide any …
|
|
|
@91c5f81b
|
13 years |
michaelni |
g729dec: set sample format.
Signed-off-by: Michael Niedermayer …
|
|
|
@5d5b3e52
|
13 years |
michaelni |
Disable MMX
|
|
|
@8db3b856
|
13 years |
michaelni |
Fix comments about implemented codecs
|
|
|
@5df643c5
|
13 years |
michaelni |
G.729 .bit file demuxer
|
|
|
@fb98b712
|
13 years |
michaelni |
act: remove AVERROR_NOFMT useage.
Signed-off-by: Michael Niedermayer …
|
|
|
@6080553e
|
13 years |
michaelni |
ACT demuxer
|
|
|
@68233767
|
13 years |
michaelni |
Adaptive gain control
|
|
|
@aca516cd
|
13 years |
michaelni |
G.729 postfilter
|
|
|
@16bbb8df
|
13 years |
michaelni |
Replace pitch_delay_int with array
|
|
|
@bfbfe56f
|
13 years |
michaelni |
G.729 build environment
|
|
|
@ce7c9548
|
13 years |
michaelni |
g729dec: Make 2 functions static that are not used outside g729dec.c
…
|
|
|
@c458bff9
|
13 years |
michaelni |
High-pass filter
|
|
|
@e610c5f3
|
13 years |
michaelni |
Add G.729D decoder
|
|
|
@b7c7fc33
|
13 years |
michaelni |
Synthesis filter
|
|
|
@4920a1a9
|
13 years |
michaelni |
Indentation fix after gain codes decoding2
|
|
|
@0b42463a
|
13 years |
michaelni |
Gain pitch and gain code for G729D
|
|
|
@12081d05
|
13 years |
michaelni |
Indentation fix 2
|
|
|
@f7980a7b
|
13 years |
michaelni |
Convert gain pitch and gain code to arrays
|
|
|
@f830d1b7
|
13 years |
michaelni |
Interolate excitation signal
|
|
|
@0a333788
|
13 years |
michaelni |
Fixed- and adaptive-codebook gains
|
|
|
@7fadc015
|
13 years |
michaelni |
Frame erasure support for fixed-codebook vectors
|
|
|
@9297c782
|
13 years |
michaelni |
Fixed-codebook vector decoding
|
|
|
@70efd101
|
13 years |
michaelni |
Add packet_type
|
|
|
@50cad256
|
13 years |
michaelni |
Frame erasure support for pitch delay decoding
|
|
|
@d1a643e7
|
13 years |
michaelni |
Doxy for LSF erasure case
|
|
|
@b29e5a67
|
13 years |
michaelni |
doxy comments for LSF array
|
|
|
@cd3e282
|
13 years |
michaelni |
Indentation fix in LSF
|
|
|
@388f2255
|
13 years |
michaelni |
Frame erasure support for LSF decoding
|
|
|
@a5e0c4dd
|
13 years |
michaelni |
Revert "g729: Merge g729.h into g729dec.c."
This reverts commit …
|
|
|
@0b61af73
|
13 years |
michaelni |
Restore WIP g729 code that has been remvoed by diego biurrun.
…
|
|
|
@1aad9cd9
|
13 years |
michaelni |
vp56:Fix error recovery code on size changes in vp5/6 decoder
…
|
|
|
@91f10449
|
13 years |
michaelni |
vp6:Reset the internal state when aborting key frames header parsing …
|
|
|
@57764c69
|
13 years |
michaelni |
h264: Check for out of bounds reads in ff_h264_decode_extradata().
…
|
|
|
@87f5e797
|
13 years |
stefasab |
vf_drawtext: use ctx for expressing outlink and dtext in end_frame
…
|
|
|
@3de68420
|
13 years |
stefasab |
vf_drawtext: perform misc cosmetics changes to uninit
In particular: …
|
|
|
@275516f8
|
13 years |
stefasab |
vf_drawtext: set string defaults in the options array
Simplify.
|
|
|
@482ce0ce
|
13 years |
stefasab |
vf_drawtext: make x and y options parametric
Address trac issue #378.
|
|
|
@163854bc
|
13 years |
stefasab |
vf_drawtext: drop text wrapping feature
Or in other word, do not go …
|
|
|
@d7d587db
|
13 years |
stefasab |
vf_drawtext: fix missed update in docs
|
|
|
@9569a3c
|
13 years |
michaelni |
Add new pix_fmt RGBA64
|
|
|
@3715e675
|
13 years |
michaelni |
ffplay: fix order of operations for sdl audio open.
Fixes Ticket149
…
|
|
|
@3419d9b8
|
13 years |
michaelni |
postproc: fix compilation failure, now really
forgot git add ...
…
|
|
|
@d16ebec7
|
13 years |
michaelni |
postproc: Fix compilation failure.
…
|
|
|
@a7758884
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtp: …
|
|
|
@f7e797aa
|
13 years |
michaelni |
tiffenc: initialize forgotten avctx.
|
|
|
@43c481e5
|
13 years |
michaelni |
tiffenc: Add forgotten avclass to context.
|
|
|
@0bc5d4fd
|
13 years |
michaelni |
aacdec: fix channel reconfigs on LATM
Fixes Ticket200
Signed-off-by: …
|
|
|
@b6aaa6d
|
13 years |
michaelni |
aacdec: Make aac-latm closer to the spec (not reading random data …
|
|
|
@ad51833a
|
13 years |
michaelni |
aacsbr: prevent multiple ff_aac_sbr_ctx_init()
Signed-off-by: Michael …
|
|
|
@abe0dbea
|
13 years |
michaelni |
aacsbr: add a assert0 to check for a inconsistency that
occurd during …
|
|
|
@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
…
|
|
|
@5e06f743
|
13 years |
michaelni |
MAINTAINERS: loose svn reference
Signed-off-by: Michael Niedermayer …
|
|
|
@3f7dc480
|
13 years |
michaelni |
psxstr: improve probe to not misdetect so much.
The score of 50 can …
|
|
|
@4bd37ca6
|
13 years |
stefasab |
MAINTAINERS: update status of 0.6 release
Its current maintainer is …
|
|
|
@e1b10155
|
13 years |
janne-libav |
cmdutils: move grow_array out of #if CONFIG_AVFILTER
fixes programs …
|
|
|
@cab2860c
|
13 years |
Carl Eugen Hoyos |
Use a colon in the stream description, this matches how -map works now.
|
|
|
@dc3e76f3
|
13 years |
anton |
avconv: actually set InputFile.rate_emu
|
|
|
@6d789f50
|
13 years |
michaelni |
flvdec: Inject in stream extradata, into the stream.
The code before …
|
|
|
@9b73fbcf
|
13 years |
michaelni |
h264dec: Decode in stream avc extradata.
Signed-off-by: Michael …
|
|
|
@4ba39683
|
13 years |
michaelni |
h264: pass buffer & size to ff_h264_decode_extradata()
Signed-off-by: …
|
|
|
@57d5d5f6
|
13 years |
michaelni |
Minor documentation clarification regarding AVStream.start_time semantics
|
|
|
@9815039
|
13 years |
michaelni |
aacdec: disable locking code for parse_adts_frame_header() non zero …
|
|
|
@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 …
|
|
|
@b87d4c2b
|
13 years |
stefasab |
vf_drawtext: do not set limitations on fontsize
It may be needed to …
|
|
|
@93c220e8
|
13 years |
michaelni |
forgot git add prores_*c
Authorship of the decoders is elvis / maxim. …
|
|
|
@28d37384
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Add …
|
|
|
@6c4cc0f6
|
13 years |
michaelni |
matroskadec: Fix seeking for matroska files with CUES before first …
|
|
|
@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
|
|
|
@e8d8517b
|
13 years |
michaelni |
lavf/utils: only complain about aspect missmatch when the difference …
|
|
|
@f9bb7395
|
13 years |
michaelni |
mpeg4videoenc: remove forgotten return -1
Signed-off-by: Michael …
|
|
|
@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 …
|
|
|
@394781a
|
13 years |
michaelni |
mpeg4videoenc: guess a good aspect when we cant store the exact one.
…
|
|
|
@be64629a
|
13 years |
martin |
Apple ProRes decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@ff60d1b7
|
13 years |
Carl Eugen Hoyos |
Cosmetics: Fix typo.
|
|
|
@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 …
|
|
|
@e116d15c
|
13 years |
michaelni |
presets: use private options in libx264-ipod ffpresets
Change flags2 …
|
|
|
@8a732463
|
13 years |
michaelni |
prores: skip alpha if present
|
|
|
@3a87dce6
|
13 years |
stefasab |
vf_drawtext: remove useless and misnamed intermediary "baseline" …
|
|
|
@500b3210
|
13 years |
stefasab |
vf_drawtext: fix background box coloring with RGB formats != RGBA
…
|
|
|
@db56a750
|
13 years |
stefasab |
vf_drawtext: prefer int over unsigned int
This avoids overflow errors …
|
|
|