|
|
|
@b12e61ac
|
12 years |
stefasab |
ffplay: factorize expression in audio_decode_frame()
Possibly improve …
|
|
|
@6f5e7e86
|
12 years |
nicolas.george |
ffmpeg: use the more powerful version of abuffersink.
|
|
|
@1f5c1333
|
12 years |
nicolas.george |
sink_buffer: implement fixed frame size.
|
|
|
@0689d5e1
|
12 years |
nicolas.george |
lavfi: implement samples framing on links.
Links can be set up to …
|
|
|
@c9c4835f
|
12 years |
nicolas.george |
fate: add a test for the -force_key_frames option.
It broke twice in …
|
|
|
@20a8dca5
|
12 years |
nicolas.george |
ffmpeg: fix parsing of -force_key_frames option.
Identical to commit …
|
|
|
@ca612a27
|
12 years |
Clément Bœsch |
swr: fix make checkheaders.
|
|
|
@022cbb67
|
12 years |
Clément Bœsch |
swr: small align cosmetic.
|
|
|
@3491c2a9
|
12 years |
Clément Bœsch |
swr: use asm instead of asm.
For consistency only.
|
|
|
@8a85660d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
file: …
|
|
|
@94a00ec8
|
12 years |
stefasab |
ffplay: group together and vertically align correlated parameters in …
|
|
|
@81796602
|
12 years |
stefasab |
ffplay: vertially align complex if condition in audio_decode_frame()
…
|
|
|
@347ecfd
|
12 years |
stefasab |
ffplay: move assignment in else block in audio_decode_frame()
Avoid …
|
|
|
@0d3ffde6
|
12 years |
stefasab |
ffplay: split overly long line in audio_decode_frame()
|
|
|
@fb7688a8
|
12 years |
michaelni |
pngdsp: Fix license header
Libav did not exist in 2008 thus this file …
|
|
|
@7bbb6b38
|
12 years |
michaelni |
prores: Fix license header
Libav did not exist in 2010 thus the file …
|
|
|
@12863db
|
12 years |
michaelni |
wma_common: Fix license header
common wma code existed long before …
|
|
|
@439e32f9
|
12 years |
Clément Bœsch |
RealText demuxer and decoder.
|
|
|
@53640f42
|
12 years |
Clément Bœsch |
SAMI demuxer and decoder.
|
|
|
@d948893d
|
12 years |
Clément Bœsch |
lavf/subtitles: add some SMIL helpers.
This is needed for SAMI and …
|
|
|
@e301f2f8
|
12 years |
Clément Bœsch |
fate: add JacoSUB and MicroDVD subtitles tests.
|
|
|
@04568f8d
|
12 years |
Clément Bœsch |
fate: introduce subtitles.mak and move SubRip test in it.
|
|
|
@8f4ce626
|
12 years |
Clément Bœsch |
lavc/microdvddec: support "DEFAULT" properties.
|
|
|
@0e7782c0
|
12 years |
Clément Bœsch |
lavc/ass: honor Default style.
The "Default" style written in the …
|
|
|
@a19e9f2d
|
12 years |
Clément Bœsch |
lavf/microdvd: rewrite using subtitles queue API.
|
|
|
@0ef28e11
|
12 years |
Clément Bœsch |
lavf/jacosubdec: fix FPE in case timeres is badly set.
|
|
|
@60715511
|
12 years |
Clément Bœsch |
lavf/jacosubdec: use subtitles queue API.
|
|
|
@7c9f9685
|
12 years |
Clément Bœsch |
lavf: add internal demuxer helpers for subtitles.
|
|
|
@f926d916
|
12 years |
Clément Bœsch |
ffmpeg: fix a memleak in subtitles decoding.
|
|
|
@c1abfbc4
|
12 years |
stefasab |
lavf/segment: rename segment private context from "c" to "seg" in …
|
|
|
@a9a7e215
|
12 years |
stefasab |
lavf/segment: add stream_segment variant of the segment muxer
This …
|
|
|
@3cd4f9f
|
12 years |
stefasab |
lavf: allow multiple names in output devices selected by …
|
|
|
@df531b0e
|
12 years |
michaelni |
avformat: disable seeking on FIFOs/named pipes
Patch is addition to …
|
|
|
@6851130f
|
12 years |
michaelni |
cosmetics: minor libavcodec spelling errors
Also update some common …
|
|
|
@3b1ab197
|
12 years |
martin |
file: Only include unistd.h if it exists
It is included for the …
|
|
|
@f9851130
|
12 years |
martin |
random_seed: Only read /dev/*random if we have unistd.h
unistd.h is …
|
|
|
@0692d4c
|
12 years |
stefasab |
lavf/segment: add some debugging logs
|
|
|
@567eb9d3
|
12 years |
stefasab |
lavf/segment: fix command with missing -list option
Replace -list …
|
|
|
@d9355a03
|
12 years |
stefasab |
lavf/applehttp: add log message in case of applehttp_read_header() …
|
|
|
@e312fcde
|
12 years |
martin |
doc: Indicate that RTMPT is natively implemented in libavformat
…
|
|
|
@dfb57fc5
|
12 years |
martin |
rtpdec: Don't explicitly include unistd.h any longer
unistd.h used to …
|
|
|
@e8e733ad
|
12 years |
michaelni |
dca: favor native over ffmpeg in table name
Signed-off-by: Michael …
|
|
|
@4fd07b93
|
12 years |
stefasab |
ffplay: avoid useless NULL checks in swr_free()
swr_free() already …
|
|
|
@46747182
|
12 years |
stefasab |
ffplay: fix wrong reference to function in audio_decode_frame() …
|
|
|
@491846e4
|
12 years |
michaelni |
avutil: fix project name reference in doxy section
Signed-off-by: …
|
|
|
@84d73e9d
|
12 years |
michaelni |
dca: fix project reference in table name
Signed-off-by: Michael …
|
|
|
@be4ffb28
|
12 years |
michaelni |
vf_ass: fix table name to refer to correct lib.
Signed-off-by: …
|
|
|
@c83ed18d
|
12 years |
michaelni |
formats.h: fix project reference in comment
Signed-off-by: Michael …
|
|
|
@c496224
|
12 years |
michaelni |
pixdesc: fix project reference in comment
Signed-off-by: Michael …
|
|
|
@8fbe11e6
|
12 years |
onemda |
Replace Libav with FFmpeg in license headers for files created by me
…
|
|
|
@c103dc0b
|
12 years |
michaelni |
git-howto: replace confusing and incorrect text about he testsuite by …
|
|
|
@4e82bdea
|
12 years |
michaelni |
git-howto: partial rewrite of the push checklist to make it match …
|
|
|
@8bff1d7c
|
12 years |
michaelni |
git-howto: remove inconvenient and odd 24h limit on rsync
This was …
|
|
|
@7c8b5d1d
|
12 years |
michaelni |
Makefile: remove checkheaders from the main check target
checkheaders …
|
|
|
@d007f963
|
12 years |
michaelni |
git-howto: cleanup, remove unreasonable recommendition.
…
|
|
|
@4453f6b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
flv: …
|
|
|
@7877b50
|
12 years |
stefasab |
ffplay: simplify code by using avfilter_unref_bufferp()
|
|
|
@b0fdd348
|
12 years |
stefasab |
lavfi: deprecate av_buffersrc_buffer() function
Favor …
|
|
|
@cd8bef96
|
12 years |
michaelni |
Generate channel layout, reordering for DTS-XXCH extension and, undo …
|
|
|
@16f6c16a
|
12 years |
michaelni |
Parse & decode DTS XXCH frames
Reviewed-by: Benjamin Larsson …
|
|
|
@8d9fd581
|
12 years |
michaelni |
h264: Fix maximum reference count check for non-b frames
Below fixes …
|
|
|
@8069db86
|
12 years |
nicolas.george |
ffmpeg: warn that -t does not work with -filter_complex.
|
|
|
@2c793b85
|
12 years |
nicolas.george |
ffmpeg: warn when -t is used for inputs.
Using -t on an input already …
|
|
|
@fcf8706
|
12 years |
nicolas.george |
sink_buffer: warn when there are too many buffers.
|
|
|
@05d6cc11
|
12 years |
nicolas.george |
buffersrc: warn when there are too many buffers.
|
|
|
@3f59bbf
|
12 years |
onemda |
lavfi/amerge: silence warnings
The warning silenced was: …
|
|
|
@61123fb8
|
12 years |
onemda |
parseutils: fix sorting of colors
Signed-off-by: Paul B Mahol …
|
|
|
@e377208d
|
12 years |
michaelni |
ffmpeg: dont copy creation_time as the destination file is not created …
|
|
|
@b92c7ee6
|
12 years |
lu_zero |
flv: add support for G.711
Signed-off-by: Luca Barbato …
|
|
|
@433492ac
|
12 years |
diego |
doc: git: Add checklist with test steps to perform before pushing
|
|
|
@1cb34ea4
|
12 years |
diego |
flvenc: K&R formatting cosmetics
|
|
|
@782763ed
|
12 years |
michaelni |
swr: fix compilation with ancient toolchain that doesnt support SSSE3
…
|
|
|
@ccbcf482
|
12 years |
michaelni |
udp: use av_freep() instead of av_free()
Signed-off-by: Michael …
|
|
|
@fc5999d0
|
12 years |
nicolas.george |
lavf: add proper enum type for fmt ctx duration esitmation method
…
|
|
|
@87df986d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mss1: …
|
|
|
@ee7214c5
|
12 years |
michaelni |
log: change color for filters from blue to bright green
The blue is …
|
|
|
@4ccf6e39
|
12 years |
michaelni |
swr: MMX2 & SSSE3 int16 resample core
about 4 times faster
…
|
|
|
@7803a040
|
12 years |
michaelni |
http: try to detect live akamai streams and dont enable seeking for …
|
|
|
@d1c74ca2
|
12 years |
michaelni |
lsp: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@b1a17953
|
12 years |
michaelni |
lpc: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@f1136b2b
|
12 years |
michaelni |
udp: fix occasional crash on shutdown
Wait until the thread is down …
|
|
|
@a1128225
|
12 years |
alex.converse |
movenc: Add channel layouts for PCM.
|
|
|
@54942c23
|
12 years |
michaelni |
lavc: clarify docs for avpkt->destruct
avcodec_encode_audio2 docs are …
|
|
|
@15358ade
|
12 years |
kostya.shishkov |
mss1: validate number of changeable palette entries
|
|
|
@8f5d573a
|
12 years |
kostya.shishkov |
mss1: report palette changed when some additional colours were decoded
|
|
|
@a5bfa66d
|
12 years |
mans |
x86: fft: replace call to memcpy by a loop
The function call was a …
|
|
|
@75d339e0
|
12 years |
martin |
udp: Support IGMPv3 source specific multicast and source blocking
…
|
|
|
@fa845061
|
12 years |
martin |
dxva2: include dxva.h if found
Apparently, some build environments …
|
|
|
@46df708b
|
12 years |
martin |
libm: Provide fallback definitions for isnan() and isinf()
…
|
|
|
@ef882e46
|
12 years |
martin |
tcp: Pass NULL as hostname to getaddrinfo if the string is empty
This …
|
|
|
@58f3e09e
|
12 years |
martin |
tcp: Set AI_PASSIVE when the socket will be used for listening
…
|
|
|
@b536e2fa
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avconv: …
|
|
|
@5916bc46
|
12 years |
michaelni |
Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'
* commit …
|
|
|
@052f4f85
|
12 years |
michaelni |
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
* commit …
|
|
|
@c29c1a1b
|
12 years |
anton |
avconv: add an assert to silence an uninitialized variable warning.
…
|
|
|
@74853ed3
|
12 years |
anton |
avconv: shut up an uninitialized variable warning.
The warning …
|
|
|
@61d158c
|
12 years |
anton |
avfiltergraph: shut up uninitialized variable warning.
The warning …
|
|
|
@fd2784c
|
12 years |
anton |
af_join: initialize a variable to shut up gcc warning.
The warning …
|
|
|
@422008ac
|
12 years |
anton |
amix: fix format specifier for AVFilterLink.sample_rate.
It is a …
|
|
|
@1a49a169
|
12 years |
anton |
lavfi: make filters less verbose.
|
|
|