|
|
|
@ad0193bf
|
14 years |
michaelni |
vsrc_buffer: fix NULL dereference
Signed-off-by: Michael Niedermayer …
|
|
|
@ff558d7b
|
14 years |
stefano.sabatini-lala |
bfi: store palette data in the context
Store palette data in the …
|
|
|
@3788a3c0
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
graphparser: add …
|
|
|
@05815b35
|
14 years |
michaelni |
Fix issue1503, this fix may be incomplete we need more samples to know …
|
|
|
@7157334c
|
14 years |
michaelni |
wmadec: prevent null pointer call.
Signed-off-by: Michael Niedermayer …
|
|
|
@1da254b8
|
14 years |
stefano.sabatini-lala |
fraps: do not set avctx->pix_fmt to none in decode_init()
This is …
|
|
|
@f80b381b
|
14 years |
anton |
graphparser: add a NULL check on the argument passed to strstr
Fix …
|
|
|
@c61bfc11
|
14 years |
anton |
setdar: prefer "sar" over "par" in log info message
This is more …
|
|
|
@b04d1abb
|
14 years |
anton |
fade: fix draw_slice() check on fade->factor value
draw_slice() …
|
|
|
@9026b27e
|
14 years |
anton |
fade: make draw_slice() chroma check against planes 1 and 2
…
|
|
|
@bd2a3700
|
14 years |
stefano.sabatini-lala |
lsws: prevent overflow in sws_init_context()
In the loop:
for …
|
|
|
@1d6c82d4
|
14 years |
stefano.sabatini-lala |
ffplay: fix logic for selecting the show mode in case of missing video …
|
|
|
@54ad8e0
|
14 years |
stefano.sabatini-lala |
ffplay: name ShowMode enum
Help debugging with GDB, maybe …
|
|
|
@ba9327ea
|
14 years |
lu_zero |
win32: include the correct header in cmdutils.c
CommandLineToArgvW …
|
|
|
@6ad2bafc
|
14 years |
janne-libav |
ac3: fix memleak in fixed-point encoder
caused by typo in mdct_end
|
|
|
@03a91c74
|
14 years |
michaelni |
Patch from Packman (OpenSuse - packages) to silence rpmlint.
…
|
|
|
@7f725f23
|
14 years |
Reimar.Doeffinger |
Set start_time to 0 for raw audio files.
None of the raw audio files …
|
|
|
@663d0024
|
14 years |
Reimar.Doeffinger |
Remove now unused audio_float configure option.
|
|
|
@bde96717
|
14 years |
Reimar.Doeffinger |
dca: allow selecting float output at runtime.
|
|
|
@5aff31b1
|
14 years |
Reimar.Doeffinger |
vorbisdec: allow selecting float output at runtime.
|
|
|
@26d5a4b6
|
14 years |
Reimar.Doeffinger |
aacdec: Allow selecting float output at runtime.
|
|
|
@4c7ad768
|
14 years |
Reimar.Doeffinger |
ac3dec: allow selecting float output at runtime.
|
|
|
@a14c0824
|
14 years |
diego |
flashsv: Return more meaningful error values.
|
|
|
@46cb2da1
|
14 years |
diego |
flashsv: Employ explicit AVCodec struct initializers.
|
|
|
@5e9de76f
|
14 years |
Reimar.Doeffinger |
Do not set non_interleaved for DV-in-AVI.
It does not make sense (DV …
|
|
|
@6c936416
|
14 years |
Carl Eugen Hoyos |
Warn if the source has unsupported (or no) channel layout.
|
|
|
@23f40a07
|
14 years |
rsbultje |
read AVI palette from the end of extradata
Official AVI specification …
|
|
|
@f27ac6d8
|
14 years |
pross |
Set channel layout for 4 and 5.1 channel cdata audio files
Patch from …
|
|
|
@989fb05f
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
vorbisdec: …
|
|
|
@2671ab39
|
14 years |
michaelni |
Check mmap() return against correct value
Signed-off-by: Michael …
|
|
|
@293fe6da
|
14 years |
diego |
cosmetics: K&R coding style and more whitespace for Flash Screen Video
|
|
|
@2441003d
|
14 years |
diego |
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
…
|
|
|
@03546a9a
|
14 years |
Carl Eugen Hoyos |
Support fourcc MMJP.
Fixes ticket #107.
|
|
|
@69cf1824
|
14 years |
Carl Eugen Hoyos |
Support fourcc XVIX.
Fixes ticket #106.
|
|
|
@a8117a62
|
14 years |
Carl Eugen Hoyos |
Support fourcc M263.
Fixes ticket #103.
|
|
|
@3e1c59eb
|
14 years |
Carl Eugen Hoyos |
Support fourcc auv2.
Fixes ticket #101.
|
|
|
@9a962f30
|
14 years |
Reimar.Doeffinger |
Fix indentation.
|
|
|
@02e3f7d0
|
14 years |
Reimar.Doeffinger |
Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.
|
|
|
@69f58958
|
14 years |
stefano.sabatini-lala |
ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay
In …
|
|
|
@fbfcc8f1
|
14 years |
michaelni |
avi: try to synchronize the points in time of the starts of streams …
|
|
|
@8a68697
|
14 years |
michaelni |
Add flag to force demuxers to sort more strictly by dts.
This enables …
|
|
|
@5f85d49b
|
14 years |
martin |
applehttp: Don't export variant_bitrate if it isn't known
If there …
|
|
|
@ac9cf2e5
|
14 years |
martin |
crypto: Use av_freep instead of av_free
Using av_freep is generally …
|
|
|
@e4253b1a
|
14 years |
Philip Langdale |
CrystalHD: Add AVOption to configure hardware downscaling.
The …
|
|
|
@67c1a59a
|
14 years |
Reimar.Doeffinger |
Check for malloc failures in fraps decoder.
|
|
|
@80da2dcf
|
14 years |
Reimar.Doeffinger |
Use av_fast_malloc instead of av_realloc in fraps decoder.
|
|
|
@88dbbe97
|
14 years |
nicolas.george |
general.texi: document libcelt decoder.
|
|
|
@e3323a1c
|
14 years |
michaelni |
Fix some passing argument from incompatible pointer type warnings. …
|
|
|
@50f7c296
|
14 years |
diego |
configure: Add missing libm library dependencies to .pc files.
This …
|
|
|
@dc713546
|
14 years |
diego |
oggdec: reindent after 8f3eebd6
Signed-off-by: Diego Biurrun …
|
|
|
@e9251bb5
|
14 years |
diego |
configure: Add missing libavutil inter-library dependencies to .pc …
|
|
|
@47ec6546
|
14 years |
michaelni |
Drop section describung now unneeded workarounds for BSD …
|
|
|
@13e69cc
|
14 years |
michaelni |
Fix building on FreeBSD8.2
Signed-off-by: Michael Niedermayer …
|
|
|
@18313287
|
14 years |
michaelni |
HAM6/HAM8 support for IFF demuxer/decoder
Signed-off-by: Michael …
|
|
|
@c2a8f125
|
14 years |
michaelni |
EA cdata demuxer: support files with 20 byte header
Signed-off-by: …
|
|
|
@db62d898
|
14 years |
michaelni |
EA cdata demuxer: support 6 channel files
Signed-off-by: Michael …
|
|
|
@c8a5e8a8
|
14 years |
michaelni |
EA cdata demuxer: set codec->sample_fmt
This is required by …
|
|
|
@b678d6db
|
14 years |
michaelni |
permit decoding of multichannel ADPCM_EA_XAS
Signed-off-by: Michael …
|
|
|
@7b376b39
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
Handle unicode …
|
|
|
@b1ac139d
|
14 years |
martin |
Handle unicode file names on windows
All file names should be in …
|
|
|
@9261e6cf
|
14 years |
martin |
rtp: Rename the open/close functions to alloc/free
This avoids …
|
|
|
@c225615b
|
14 years |
baptiste.coudurier |
In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid …
|
|
|
@89b503b5
|
14 years |
diego |
Lowercase all ff* program names.
|
|
|
@3a50894
|
14 years |
diego |
Refer to ff* tools by their lowercase names.
|
|
|
@43fb279f
|
14 years |
diego |
Replace more FFmpeg instances by Libav or ffmpeg.
|
|
|
@6252040e
|
14 years |
diego |
Replace by $() syntax in shell scripts.
$() is easier to nest and …
|
|
|
@ff3be572
|
14 years |
diego |
patcheck: Allow overiding grep program(s) through environment …
|
|
|
@75e8fba8
|
14 years |
diego |
Remove stray libavcore and _g binary references.
|
|
|
@046f3cb7
|
14 years |
diego |
vorbis: Rename decoder/encoder files to follow general file naming scheme.
|
|
|
@f50d9377
|
14 years |
martin |
aacenc: Fix whitespace after last commit.
Signed-off-by: Martin …
|
|
|
@2ef2496c
|
14 years |
Carl Eugen Hoyos |
Set channel layout in flac decoder.
|
|
|
@539647c6
|
14 years |
stefano.sabatini-lala |
ffplay: factorize code calling output_packet() in video_thread()
…
|
|
|
@c632a1c2
|
14 years |
stefano.sabatini-lala |
ffplay: remove reference to unused QETimer symbol
Signed-off-by: …
|
|
|
@ab7fdbab
|
14 years |
stefano.sabatini-lala |
ffplay: rename stream_pause() to stream_toggle_pause()
The new name …
|
|
|
@efd6cbc5
|
14 years |
stefano.sabatini-lala |
flicvideo: fix crash on flic files with invalid frame size
Add a …
|
|
|
@cd18727
|
14 years |
stefano.sabatini-lala |
flicvideo: increase error level and fix error message in …
|
|
|
@62582a69
|
14 years |
diego |
cook: Fix small typo in av_log_ask_for_sample message.
|
|
|
@230c1a90
|
14 years |
martin |
aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
There …
|
|
|
@3d462373
|
14 years |
michaelni |
aac: add math.h needed for log2f()
Signed-off-by: Michael Niedermayer …
|
|
|
@ab157260
|
14 years |
Carl Eugen Hoyos |
10l: Add misssing CR/LF.
|
|
|
@8f2e438e
|
14 years |
Carl Eugen Hoyos |
Support channel layout when demuxing aif files.
|
|
|
@8bb5d1c3
|
14 years |
Carl Eugen Hoyos |
Support channel layout when demuxing caf files.
|
|
|
@2a2146aa
|
14 years |
Carl Eugen Hoyos |
Extend unknown CAF chunk warning message: Print size.
|
|
|
@e499187f
|
14 years |
Carl Eugen Hoyos |
Fix compilation with libcelt on Apple OS X.
Fixes ticket #97.
|
|
|
@4b5c2175
|
14 years |
Carl Eugen Hoyos |
Fix compilation after version bump.
|
|
|
@cfc2a0cf
|
14 years |
alex.converse |
Remove RDFT dependency from AAC decoder.
$subj
>From …
|
|
|
@785c4418
|
14 years |
alex.converse |
Add some debug log messages to AAC extradata
On Wed, Apr 20, 2011 at …
|
|
|
@3583d7cf
|
14 years |
alex.converse |
Fix mov debug (u)int64_t format strings.
|
|
|
@15919ee
|
14 years |
rsbultje |
bswap: use native types for av_bwap16().
This prevents a call to …
|
|
|
@e16665bf
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
Use …
|
|
|
@6ffd7edd
|
14 years |
martin |
doc: FLV muxing is supported.
Signed-off-by: Martin Storsjö …
|
|
|
@84465f21
|
14 years |
martin |
applehttp: Handle AES-128 encrypted streams
This should hopefully fix …
|
|
|
@6e4f70a8
|
14 years |
martin |
Add a protocol handler for AES CBC decryption with PKCS7 padding
This …
|
|
|
@d5c5a1c7
|
14 years |
martin |
doc: Mention that DragonFly BSD requires BSD_VISIBLE set
Setting …
|
|
|
@d9dee728
|
14 years |
diego |
Use av_log_ask_for_sample() to request samples from users.
|
|
|
@44f566b7
|
14 years |
diego |
Make av_log_ask_for_sample() accept a variable number of arguments.
|
|
|
@03ac7991
|
14 years |
Carl Eugen Hoyos |
Rm duplicated define for OPT_STR.
|
|
|
@b2832c39
|
14 years |
diego |
vqavideo: We no longer need to ask for version 1 samples.
|
|
|
@a08a59b7
|
14 years |
Carl Eugen Hoyos |
FLV muxing is supported.
|
|
|
@3c483620
|
14 years |
Carl Eugen Hoyos |
Cosmetics: Rename variable daemon as run_as_daemon.
daemon() is …
|
|
|