|
|
|
@2aadff2e
|
13 years |
michaelni |
limit chunk size to 1GB
Signed-off-by: Michael Niedermayer …
|
|
|
@f7a9b1de
|
13 years |
michaelni |
cafdec: fix regression introduced in c7579ad8e84c5
Signed-off-by: …
|
|
|
@14d94a1
|
13 years |
michaelni |
avidec: Fix use of stream_index before validation of its range.
…
|
|
|
@d150a147
|
13 years |
michaelni |
Improve support for PGS subtitles.
The previous implementation …
|
|
|
@cf7c7f13
|
13 years |
michaelni |
pthreads: Generic progress lubrication support.
Fixes bug118, bug120 …
|
|
|
@575d494d
|
13 years |
michaelni |
pthreads: reset got_frames on flush.
This fixes memory corruption …
|
|
|
@c7579ad8
|
13 years |
Carl Eugen Hoyos |
cafdec: replace deprecated get_strz()
|
|
|
@a6ef7b3a
|
13 years |
Carl Eugen Hoyos |
cafenc: replace deprecated av_dbl2int()
|
|
|
@b9db728a
|
13 years |
michaelni |
libavformat/libavformat.v: fix application name in comment
…
|
|
|
@feb99757
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (25 …
|
|
|
@9bf9c314
|
13 years |
michaelni |
CrystalHD: Back up extradata to allow decoder reinit to work.
This …
|
|
|
@eaf4bf6d
|
13 years |
michaelni |
CrystalHD: Initialise variables to silence valgrind.
Signed-off-by: …
|
|
|
@89ddff92
|
13 years |
michaelni |
Revert "movenc: simplify handling of pcm vs. adpcm vs. other …
|
|
|
@9c909e8e
|
13 years |
michaelni |
build: Describe --nm and -ld options consistently
Signed-off-by: …
|
|
|
@199d4478
|
13 years |
michaelni |
pthread: Change a signal to a broadcast as multiple threads
have been …
|
|
|
@2bb7396b
|
13 years |
michaelni |
base64: 10l endian fix.
Signed-off-by: Michael Niedermayer …
|
|
|
@15cea369
|
13 years |
janne-libav |
riff: fix invalid av_freep() calls on EOF in ff_read_riff_info
|
|
|
@c6baa40
|
13 years |
michaelni |
avfilter: add some asserts() to check refcounts.
Signed-off-by: …
|
|
|
@66b9d706
|
13 years |
janne-libav |
pam: Fix a typo that broke writing and reading PAM files.
Reported …
|
|
|
@72b33ea
|
13 years |
michaelni |
build: Support selecting yasm-compatible assembler
Makes it …
|
|
|
@23440531
|
13 years |
michaelni |
sws: Fix unscaled >8bit planar chroma handling.
Fixes Ticket840
…
|
|
|
@20ea14d0
|
13 years |
janne-libav |
mxfdec: fix memleak on av_realloc failures
|
|
|
@378b7be
|
13 years |
michaelni |
mpeg12: fixed parsing in some mpeg2 streams
Signed-off-by: Michael …
|
|
|
@e9a6152e
|
13 years |
michaelni |
lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8
…
|
|
|
@b4ec645f
|
13 years |
Reimar.Doeffinger |
Extract some duplicated code.
Signed-off-by: Reimar Döffinger …
|
|
|
@b64b1608
|
13 years |
Reimar.Doeffinger |
Remove pointless and distracting ()
Signed-off-by: Reimar Döffinger …
|
|
|
@57608d9
|
13 years |
Reimar.Doeffinger |
Simplify: just add header_size directly.
Signed-off-by: Reimar …
|
|
|
@b09c93d7
|
13 years |
Reimar.Doeffinger |
Move some duplicated code, simplify.
Signed-off-by: Reimar Döffinger …
|
|
|
@0a403588
|
13 years |
Reimar.Doeffinger |
Make variable that always has the same value const.
Signed-off-by: …
|
|
|
@daa47fd
|
13 years |
Reimar.Doeffinger |
Optimized base64 decode by writing 3 bytes at once.
About 25% faster. …
|
|
|
@420719e1
|
13 years |
Reimar.Doeffinger |
Cosmetics: add do {} while 0 to macro.
Signed-off-by: Reimar …
|
|
|
@fc857294
|
13 years |
janne-libav |
mxfdec: Do not parse slices or DeltaEntryArrays.
The most recent …
|
|
|
@f028d4d1
|
13 years |
janne-libav |
mxfdec: hybrid demuxing/seeking solution
This uses the old demuxing …
|
|
|
@1f5f8b2
|
13 years |
janne-libav |
mxfdec: Add Avid's essence element key.
Signed-off-by: Janne Grunau …
|
|
|
@44deb9f6
|
13 years |
janne-libav |
mfxdec: Separate mxf_essence_container_uls for audio and video.
It is …
|
|
|
@3cb33fbe
|
13 years |
janne-libav |
mxfdec: Compute packet offsets properly.
This replaces the old …
|
|
|
@f4187945
|
13 years |
janne-libav |
mxfdec: Use MaterialPackage - Track - TrackID instead of the …
|
|
|
@21cc4b33
|
13 years |
janne-libav |
mxfdec: use av_dlog() for 'no corresponding source package found'
…
|
|
|
@c77a5460
|
13 years |
janne-libav |
mxfdec: Make mxf->partitions sorted by offset.
This also zeroes new …
|
|
|
@be78e3f6
|
13 years |
janne-libav |
mxfdec: parse ThisPartition
Signed-off-by: Janne Grunau …
|
|
|
@775d3b4a
|
13 years |
janne-libav |
mxfdec: Speed up metadata and index parsing.
Specifically, this means …
|
|
|
@09991519
|
13 years |
janne-libav |
mxfdec: Make sure DataDefinition is consistent between material track …
|
|
|
@0ac5e6a
|
13 years |
janne-libav |
mxfdec: add EssenceContainer UL found in …
|
|
|
@edb50856
|
13 years |
janne-libav |
mxfdec: Add hack that adjusts the n_delta calculation when system …
|
|
|
@682b6db7
|
13 years |
janne-libav |
mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry …
|
|
|
@83ab10f6
|
13 years |
janne-libav |
mxfdec: Move FooterPartition to MXFContext and make sure it is never …
|
|
|
@3359246d
|
13 years |
janne-libav |
mxfdec: check return value of avio_seek
Avoid modifying state if …
|
|
|
@0662eea6
|
13 years |
janne-libav |
mxfdec: skip to end of structural sets
This fixes reading of …
|
|
|
@d32b3f40
|
13 years |
janne-libav |
mxfdec: parse MXF partitions
|
|
|
@b263bf66
|
13 years |
anton |
avserver: fix build after the next bump.
Now that 0.8 is out we can …
|
|
|
@0421b6dc
|
13 years |
michaelni |
sws: In case of an invalid scaler algorithm, show the invalid value.
…
|
|
|
@4f11bed7
|
13 years |
michaelni |
avidec: fix "avidec.c:362: warning: st may be used uninitialized in …
|
|
|
@9e34adf
|
13 years |
michaelni |
RC: Fix initial buffer occupancy.
Fixes Ticket880
Regression since …
|
|
|
@887cd59
|
13 years |
michaelni |
mpegpsmux: Fix integer overflow with huge VBV sizes.
Signed-off-by: …
|
|
|
@018a6645
|
13 years |
michaelni |
aacenc: Fix bug in writing libavcodec_ident.
the written length was …
|
|
|
@f746f379
|
13 years |
Carl Eugen Hoyos |
Support decoding gray8a tiff images.
|
|
|
@e8df1827
|
13 years |
michaelni |
img2: add j2c file extension
Some applications use the j2c extension …
|
|
|
@39bf7ff
|
13 years |
michaelni |
pixdesc: cosmetics
Signed-off-by: Jean First <jeanfirst@gmail.com> …
|
|
|
@d1c48025
|
13 years |
michaelni |
pngdec: Do not use SIMD paeth prediction for bpp=2
Fixes decoding of …
|
|
|
@fd8a8373
|
13 years |
michaelni |
pngdec: Fix masks for interlaced decoding
Signed-off-by: Michael …
|
|
|
@602e97df
|
13 years |
michaelni |
pngdec: Add some FF_DEBUG based av_logs.
Signed-off-by: Michael …
|
|
|
@657878f7
|
13 years |
michaelni |
sws: fix copy case detection with gray8a.
Fixes gray_alpha.png
…
|
|
|
@58f09785
|
13 years |
martin |
rtsp: Use a random offset for trying to open UDP ports for RTP
This …
|
|
|
@dbb06b8c
|
13 years |
martin |
rtsp: Allow specifying the UDP port range via AVOptions
…
|
|
|
@bc495ba
|
13 years |
martin |
rtsp: Remove a leftover, currently pointless check
This check isn't …
|
|
|
@2478612
|
13 years |
michaelni |
lavc: Mark the err_detect constants as audio+video as they also apply …
|
|
|
@44d4fe9d
|
13 years |
michaelni |
error_detection: put the old error detection constants back.
The old …
|
|
|
@c5c7e0eb
|
13 years |
michaelni |
git show 2473a45c85dce6872617b33fce396dbbd6347e8e avconv.c | patch …
|
|
|
@b5a69e79
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtpdec: …
|
|
|
@ad7beb2c
|
13 years |
martin |
rtpdec: Use our own SSRC in the SDES field when sending RRs
The …
|
|
|
@4b63cc18
|
13 years |
siretart |
Finalize changelog for 0.8 Release
|
|
|
@9e53f62b
|
13 years |
Carl Eugen Hoyos |
Support decoding Avid DS Uncompressed (SUDS).
Fixes ticket #934
|
|
|
@def19c90
|
13 years |
Reimar.Doeffinger |
Unroll base64 decode loop.
Around 50% faster.
decode: 374139 -> …
|
|
|
@fd1a1f14
|
13 years |
siretart |
Prepare for 0.8 Release
|
|
|
@523f676b
|
13 years |
Reimar.Doeffinger |
Use a full table for base64 decode.
Also encodes error or end marker …
|
|
|
@d41c824b
|
13 years |
Reimar.Doeffinger |
Fix valgrind FATE for out-of-tree builds.
Signed-off-by: Reimar …
|
|
|
@a9117c75
|
13 years |
stefasab |
lavfi: fix mp and mandelbrot descriptions to make them complete …
|
|
|
@2473a45
|
13 years |
janne-libav |
threads: change the default for threads back to 1
Using threaded …
|
|
|
@afb8b207
|
13 years |
janne-libav |
threads: update slice_count and slice_offset from user context
They …
|
|
|
@8650d5f
|
13 years |
Reimar.Doeffinger |
base64: more thorough decode tests.
Signed-off-by: Reimar Döffinger …
|
|
|
@77b90f0c
|
13 years |
Reimar.Doeffinger |
Add a --valgrind configure option.
If specified runs "make fate" …
|
|
|
@7ba34575
|
13 years |
martin |
aviocat: Remove useless includes
Also include stdlib.h explicitly - …
|
|
|
@7512bb74
|
13 years |
anton |
doc/APIChanges: fill in missing dates and hashes
|
|
|
@97e3f94b
|
13 years |
anton |
Revert "avserver: fix build after the next bump."
This temporarily …
|
|
|
@d2a0041c
|
13 years |
anton |
mpegaudiodec: switch error detection check to AV_EF_BUFFER
…
|
|
|
@5124423e
|
13 years |
anton |
lavf: rename fer option and document resulting (f_)err_detect options
…
|
|
|
@f8894921
|
13 years |
anton |
lavc: rename err_filter option to err_detect and document it
…
|
|
|
@9b6aafba
|
13 years |
anton |
mpegvideo: fix invalid memory access for small video dimensions
When …
|
|
|
@99a42f3f
|
13 years |
michaelni |
ac3dec: Move center&surround mix level tables to parser.
That way all …
|
|
|
@9ec39937
|
13 years |
michaelni |
deshake: variable used uninitialized
Sometimes the scan finds nothing …
|
|
|
@bdd739e9
|
13 years |
michaelni |
base64: Only run benchmark when "-t" is specified.
As the test is run …
|
|
|
@57822f06
|
13 years |
michaelni |
base64: fix little typo
Signed-off-by: Michael Niedermayer …
|
|
|
@8f0768cc
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Add a …
|
|
|
@01084336
|
13 years |
michaelni |
base64: add a benchmark for a pure syntax check.
Signed-off-by: …
|
|
|
@ea4da948
|
13 years |
michaelni |
base64: simplify end handling in av_base64_encode()
Signed-off-by: …
|
|
|
@112bca91
|
13 years |
michaelni |
base64: optimize av_base64_encode()
This makes the code 2-3 times as …
|
|
|
@a41687c2
|
13 years |
michaelni |
base64: add benchmark
Signed-off-by: Michael Niedermayer …
|
|
|
@5d95112d
|
13 years |
martin |
movenc: Reorder entries in the MOVIentry struct, for tigheter packing
…
|
|
|
@1f712e6a
|
13 years |
martin |
rtsp: Remove extern declarations for variables that don't exist
…
|
|
|
@6a73f3bb
|
13 years |
martin |
aviocat: Flush the output before closing
Without this, the end of the …
|
|
|