|
|
|
@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 …
|
|
|
@d60d718c
|
13 years |
Reimar.Doeffinger |
Slightly optimize base64 encode.
Move handling of last byte outside …
|
|
|
@6af4c981
|
13 years |
Reimar.Doeffinger |
Optimize output buffer size check in base64 decode.
Signed-off-by: …
|
|
|
@686ba5f4
|
13 years |
Reimar.Doeffinger |
Minor optimization of base64 decode.
Signed-off-by: Reimar Döffinger …
|
|
|
@23e57d16
|
13 years |
martin |
Add a tool that uses avio to read and write, doing a plain copy of …
|
|
|
@2d9e2c64
|
13 years |
michaelni |
opt: Fix "libavutil/opt.c:811:20: warning: initialization discards …
|
|
|
@c3d5e290
|
13 years |
mans |
ARM: fix build with FFT enabled and MDCT disabled
Signed-off-by: …
|
|
|
@23934e5f
|
13 years |
stefasab |
ffprobe: increase precision for the shown float values
|
|
|
@4601ad76
|
13 years |
stefasab |
ffprobe: fix value_string() prefix printing for values with negative …
|
|
|
@eef4b704
|
13 years |
stefasab |
ffprobe: reindent after previous commit
|
|
|
@58b10b4c
|
13 years |
stefasab |
ffprobe: factorize common code in value_string()
|
|
|
@72092188
|
13 years |
stefasab |
ffmpeg: remove unused and commented variable OutputStream.sync_ipts
|
|
|
@59297ad6
|
13 years |
janne-libav |
lavf: force single-threaded decoding in avformat_find_stream_info
The …
|
|
|
@b89f8774
|
13 years |
anton |
avidec: migrate last of lavf from FF_ER_* to AV_EF_*
Signed-off-by: …
|
|
|
@8e1340ab
|
13 years |
anton |
avserver: fix build after the next bump.
|
|
|
@48706f41
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpeg12: …
|
|
|
@9d35fa43
|
13 years |
Clément Bœsch |
lavfi: add missing periods in descriptions.
|
|
|
@dcea7ca7
|
13 years |
nicolas.george |
cmdutils: include type in filter list.
|
|
|
@a9575ffc
|
13 years |
nicolas.george |
cmdutils: media type to letter conversion in a separate function.
|
|
|
@de073550
|
13 years |
Carl Eugen Hoyos |
Changed indexing in libopenjpeg to shorten lines
|
|
|
@df42dd73
|
13 years |
Carl Eugen Hoyos |
Support gray8a encoding with libopenjpeg.
Reviewed-by: Michael …
|
|
|
@e209a377
|
13 years |
Carl Eugen Hoyos |
Simplify 32bit png decoding.
|
|
|
@21a10061
|
13 years |
Carl Eugen Hoyos |
Support encoding 16bit pixel formats to sgi.
|
|
|
@b614c147
|
13 years |
Carl Eugen Hoyos |
Simplify 32bit pam decoding.
Reviewed-by: Paul B Mahol
|
|
|
@34aadeaa
|
13 years |
Carl Eugen Hoyos |
Simplify PIX_FMT_RGB555LE selection in targa decoder.
Suggested by …
|
|
|
@b4634a00
|
13 years |
Carl Eugen Hoyos |
Simplify targa decoding on big endian.
|
|
|
@4cf81d9f
|
13 years |
nicolas.george |
libcelt: configure: check for recent version.
|
|
|
@ef9623f6
|
13 years |
michaelni |
Add "S263" FourCC
fixes ticket #923
Signed-off-by: Michael …
|
|
|
@1406d9dd
|
13 years |
michaelni |
DNxHD: frame multithreading
Signed-off-by: Javier Cabezas …
|
|
|
@a85ce653
|
13 years |
diego |
mpeg12: check for available bits to avoid an infinite loop
…
|
|
|
@1ce8377c
|
13 years |
michaelni |
wmalossless: Fix incompatoble pointer type warnings
Signed-off-by: …
|
|
|
@c130428a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@e5903e29
|
13 years |
diego |
fate: add some shorthands to run groups of tests
|
|
|
@395e6402
|
13 years |
diego |
fate: Give some tests more sensible names.
|
|
|
@45f2908
|
13 years |
diego |
cosmetics: Rename ffsink to avsink.
|
|
|
@6fd4b8a6
|
13 years |
Reimar.Doeffinger |
Replace a av_fast_malloc with av_fast_padded_malloc.
This one was …
|
|
|
@e8b060f7
|
13 years |
Reimar.Doeffinger |
Use av_fast_padded_malloc in mimic and truemotion2 decoders.
Fixes …
|
|
|
@126b0419
|
13 years |
michaelni |
pp: bump major in git master to match what debian contains.
The ABI …
|
|
|
@f9ced975
|
13 years |
Reimar.Doeffinger |
Use av_fast_padded_malloc in fraps and mpc decoders.
Fixes FATE …
|
|
|
@0184bbe
|
13 years |
diego |
avprobe, cmdutils: K&R formatting cosmetics
|
|
|
@b481bbc3
|
13 years |
diego |
tests: K&R formatting cosmetics for test programs
|
|
|
@aa2e4bb0
|
13 years |
anton |
lavf: free packets for muxers implementing interleave_packet().
Fixes …
|
|
|
@f97cb45
|
13 years |
anton |
lavf: fix and extend av_interleaved_write_frame() doxy.
Specify that …
|
|
|
@d7420e0a
|
13 years |
alex.converse |
mov: Remove dead stores for spherical coordinates for channel position.
|
|
|
@ac84f2ed
|
13 years |
diego |
error_resilience: K&R formatting cosmetics
Signed-off-by: Diego …
|
|
|
@4259d1eb
|
13 years |
michaelni |
fix rtp 916 issue, patch 2
Reviewed-by: Luca Abeni …
|
|
|
@b29ec002
|
13 years |
michaelni |
fix rtp 916 issue
Reviewed-by: Luca Abeni <lucabe72@email.it> …
|
|
|
@e49780f
|
13 years |
michaelni |
lavc: call ff_init_buffer_info() from default reget buffer.
This is …
|
|
|
@2fb65d3e
|
13 years |
michaelni |
lavc: when w/h changes in reget buffer, print the values.
…
|
|
|
@bbf0023b
|
13 years |
anton |
RELEASE_NOTES: mention hiding private symbols in shared builds.
|
|
|
@26f71ef4
|
13 years |
anton |
RELEASE_NOTES: mention some notable API changes in 0.8
|
|
|
@e191f1f4
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
tta: …
|
|
|
@140a9afc
|
13 years |
stefasab |
ffprobe: add more safe casts in value_string()
Second attempt at …
|
|
|
@2c8d37c2
|
13 years |
stefasab |
ffprobe: use safer type for index variable in value_string()
There is …
|
|
|
@54661219
|
13 years |
stefasab |
ffprobe: fix printing of unit values which cannot be contained in an …
|
|
|
@6c06868e
|
13 years |
stefasab |
doc/ffmpeg.texi: specify symbolic names for the vsync parameter
|
|
|
@d393f41a
|
13 years |
Reimar.Doeffinger |
Fix memleak after switch to encode_audio2 API.
Obviously the packet …
|
|
|
@178f8ea7
|
13 years |
Reimar.Doeffinger |
Use ff_packet_free_side_data instead of duplicating it.
…
|
|
|
@1de5154d
|
13 years |
michaelni |
mxfdec: Consider OPAtom files that don't have exactly one EC to be …
|
|
|
@aff9cb83
|
13 years |
michaelni |
lavc: remove unused headers
Signed-off-by: Michael Niedermayer …
|
|
|
@71a2c9b2
|
13 years |
Reimar.Doeffinger |
ffmpeg: check tcgetattr result.
This fixes parallel FATE (make fate …
|
|
|
@3b55429d
|
13 years |
Reimar.Doeffinger |
Add and use av_fast_padded_malloc.
The same as av_fast_malloc but …
|
|
|
@a1296223
|
13 years |
michaelni |
lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame
This combination …
|
|
|
@af5004b5
|
13 years |
michaelni |
lavc: use av_freep() for freeing extended_data
This is safer
…
|
|
|
@01ed1c39
|
13 years |
justin.ruggles |
tta: cast output data pointer to the correct type
fixes "warning: …
|
|
|
@24860a9
|
13 years |
stefasab |
tools: add ffeval tool
The tool is useful for testing the internal …
|
|
|
@e4e29106
|
13 years |
stefasab |
doc/eval.texi: add precisation about the assumption for "trueness" in …
|
|
|
@99949573
|
13 years |
stefasab |
lavu/eval: add if() and ifnot() eval functions
They allow to …
|
|
|