|
|
|
@9c409e5
|
13 years |
michaelni |
mpegtsenc: fix delay type
Signed-off-by: Michael Niedermayer …
|
|
|
@940be965
|
13 years |
michaelni |
dcaenc: fix out of array read
Signed-off-by: Michael Niedermayer …
|
|
|
@8616c446
|
13 years |
michaelni |
ffmpeg: fix deinterlace
Fixes ticket1295
Signed-off-by: Michael …
|
|
|
@01590329
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (25 …
|
|
|
@2a793ff
|
13 years |
michaelni |
vf_lut: fix pointer type (const) warning
Signed-off-by: Michael …
|
|
|
@98e409ec
|
13 years |
michaelni |
vf_idet: remove unused variables
Signed-off-by: Michael Niedermayer …
|
|
|
@648dbae5
|
13 years |
michaelni |
vf_idet: fix pointer type (const) warning
Signed-off-by: Michael …
|
|
|
@b7fe9c7a
|
13 years |
michaelni |
ffmpeg: fix pointer type (const) warning
Signed-off-by: Michael …
|
|
|
@0ee32b9
|
13 years |
michaelni |
ffmpeg: remove unused variables
Signed-off-by: Michael Niedermayer …
|
|
|
@36ab7948
|
13 years |
michaelni |
ffmpeg: fix uninitialized variable warning
Signed-off-by: Michael …
|
|
|
@afcb6711
|
13 years |
michaelni |
Revert "Remove libvorbis Vorbis decoding support. Our native decoder …
|
|
|
@7c7c5b24
|
13 years |
michaelni |
avutil/log: allow av_log_set_callback (NULL)
Idea-by: Don Moir …
|
|
|
@110d0cdc
|
13 years |
diego |
rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC
Code …
|
|
|
@8ea5df4f
|
13 years |
michaelni |
lavc/utils: fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@91e72e35
|
13 years |
michaelni |
omadec: Check geob datasize more completely
Fixes out of heap array …
|
|
|
@706b998c
|
13 years |
diego |
ape: Use unsigned integer maths
This involves a division that should …
|
|
|
@cbc7d60
|
13 years |
mans |
arm: dsputil: fix overreads in put/avg_pixels functions
The …
|
|
|
@1de53d00
|
13 years |
diego |
h264: K&R formatting cosmetics for header files (part II/II)
|
|
|
@be545b8a
|
13 years |
diego |
h264: K&R formatting cosmetics for header files (part I/II)
|
|
|
@d55961fa
|
13 years |
martin |
rtmp: Implement check bandwidth notification.
According to the …
|
|
|
@05945db9
|
13 years |
martin |
rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the …
|
|
|
@e64673e4
|
13 years |
martin |
rtmp: Support 'rtmp_flashver', an option which overrides the version …
|
|
|
@55c9320e
|
13 years |
martin |
rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the …
|
|
|
@eee89f69
|
13 years |
michaelni |
cdg: fix pts
Fixes Ticket1226
Signed-off-by: Michael Niedermayer …
|
|
|
@7610dee8
|
13 years |
michaelni |
avfiltergraph: improve pick_format()
without this the recent changes …
|
|
|
@61930bd0
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (27 …
|
|
|
@35894ebb
|
13 years |
Clément Bœsch |
Add tools/ffeval to .gitignore.
|
|
|
@7cf78b3
|
13 years |
diego |
cmdutils: Add fallback case to switch in check_stream_specifier().
…
|
|
|
@ded69c5e
|
13 years |
diego |
sctp: be consistent with socket option level
Replace SOL_SCTP by the …
|
|
|
@779222db
|
13 years |
diego |
configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags.
This …
|
|
|
@8ae19143
|
13 years |
diego |
vcr1enc: drop pointless empty encode_init() wrapper function
|
|
|
@eeeefd50
|
13 years |
diego |
vcr1: drop pointless write-only AVCodecContext member from VCR1Context
|
|
|
@51c4d87
|
13 years |
diego |
vcr1: group encoder code together to save #ifdefs
|
|
|
@db1e403
|
13 years |
diego |
vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, …
|
|
|
@59cbc4ee
|
13 years |
diego |
mov: make one comment slightly more specific
|
|
|
@5cc6d524
|
13 years |
justin.ruggles |
lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 …
|
|
|
@0b45334a
|
13 years |
anton |
lavfi: move audio-related functions to a separate file.
This is …
|
|
|
@472fb3bb
|
13 years |
anton |
lavfi: remove some audio-related function from public API.
Those …
|
|
|
@f20ab492
|
13 years |
anton |
lavfi: change AVFilterLink.sample_rate from int64_t to int on next …
|
|
|
@a6bdfc2a
|
13 years |
anton |
lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to …
|
|
|
@7ef0adcc
|
13 years |
anton |
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
…
|
|
|
@6735534f
|
13 years |
anton |
lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in …
|
|
|
@e727bca3
|
13 years |
anton |
lavfi: cleanup avfilter_get_audio_buffer() and pals.
Remove …
|
|
|
@a5486712
|
13 years |
michaelni |
ffmpeg: fix frame duration used for video sync.
Signed-off-by: …
|
|
|
@1ca37e79
|
13 years |
michaelni |
src_buffer: ifdef->if CONFIG_*
Reviewed-by: Stefano
Signed-off-by: …
|
|
|
@c8b4a399
|
13 years |
diego |
libxvid: Give more suitable names to libxvid-related files.
|
|
|
@5b432d66
|
13 years |
diego |
libxvid: Separate libxvid encoder from libxvid rate control code.
…
|
|
|
@727af82a
|
13 years |
diego |
jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().
…
|
|
|
@454b1f9b
|
13 years |
diego |
fate: cosmetics: lowercase some comments
|
|
|
@7ac4bde2
|
13 years |
diego |
fate: Give more consistent names to some RealVideo/RealAudio tests.
|
|
|
@1b8c9271
|
13 years |
anton |
lavfi: add avfilter_get_audio_buffer_ref_from_arrays().
…
|
|
|
@9453c9e
|
13 years |
anton |
lavfi: add extended_data to AVFilterBuffer.
This is similar to what …
|
|
|
@c22953b8
|
13 years |
anton |
lavc: check that extended_data is properly set in avcodec_encode_audio2().
|
|
|
@a5117a24
|
13 years |
anton |
lavc: pad last audio frame with silence when needed.
|
|
|
@6d7f6177
|
13 years |
anton |
samplefmt: add a function for filling a buffer with silence.
|
|
|
@142e740d
|
13 years |
anton |
samplefmt: add a function for copying audio samples.
|
|
|
@96843413
|
13 years |
anton |
lavr: do not try to copy to uninitialized output audio data.
This …
|
|
|
@0982b0a4
|
13 years |
anton |
lavr: make avresample_read() with NULL output discard samples.
|
|
|
@b1f9be54
|
13 years |
mans |
fate: split idroq audio and video into separate tests
Signed-off-by: …
|
|
|
@f7c2dca
|
13 years |
mans |
fate: improve dependencies
This makes only tests actually using …
|
|
|
@63e01c2f
|
13 years |
mans |
fate: add convenient shorthands for ea-vp6, libavcodec, libavutil …
|
|
|
@f2a5586c
|
13 years |
mans |
fate: split some combined tests into separate audio and video tests
…
|
|
|
@d57b43df
|
13 years |
mans |
fate: fix dependencies for probe tests
Only the probe tests should …
|
|
|
@6766169c
|
13 years |
mans |
mips: intreadwrite: fix inline asm for gcc 4.8
Just like gcc 4.6 and …
|
|
|
@b82b49a5
|
13 years |
mans |
mips: intreadwrite: remove unnecessary inline asm
GCC actually …
|
|
|
@eae77f46
|
13 years |
Carl Eugen Hoyos |
Fix lagarith YUY2 output.
|
|
|
@2c83265
|
13 years |
michaelni |
error: Try to make av_strerror() closer to binary identical across …
|
|
|
@ac712309
|
13 years |
anton |
lavfi: add video buffer sink, and use it in avtools
Also add the …
|
|
|
@ab165047
|
13 years |
anton |
lavfi: add a function for copying properties from …
|
|
|
@f8b536a7
|
13 years |
michaelni |
parseutils: use strings instead of integers for error codes.
error …
|
|
|
@9501b932
|
13 years |
michaelni |
parseutils: fix ;/, error
Signed-off-by: Michael Niedermayer …
|
|
|
@5699884c
|
13 years |
lu_zero |
sctp: Initial tcp-alike sctp support with streams
Signed-off-by: …
|
|
|
@38f06a14
|
13 years |
lu_zero |
libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to …
|
|
|
@66337bf9
|
13 years |
michaelni |
qdm2: print error messages instead of just retunring failures
…
|
|
|
@badb0c07
|
13 years |
Reimar.Doeffinger |
CSCD: must use reget_buffer.
Using release_buffer and get_buffer as …
|
|
|
@1ebf6f9
|
13 years |
michaelni |
g723_1: change to encode2()
Signed-off-by: Michael Niedermayer …
|
|
|
@b4178a3
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtmp: …
|
|
|
@b4b58485
|
13 years |
michaelni |
shorten: increase max_frame_size.
Fixes Ticket1250
Signed-off-by: …
|
|
|
@0261902d
|
13 years |
michaelni |
doc/examples/Makefile: split lines up to make diffs that change them …
|
|
|
@40f81769
|
13 years |
diego |
options_table: Add some missing #includes to fix "make checkheaders".
…
|
|
|
@3607dc2b
|
13 years |
alex.converse |
doc: Replace a stray reference to the old '-intra' flag.
|
|
|
@75e0324
|
13 years |
nicolas.george |
src_buffer: move code to avoid forward declarations.
|
|
|
@fcd0298c
|
13 years |
lu_zero |
rtsp: Add content-type message header parsing
Signed-off-by: Luca …
|
|
|
@f7f6aaf9
|
13 years |
michaelni |
yuv4mpeg: support 9/10/16 bit pixel formats
Signed-off-by: Jean First …
|
|
|
@e7117f1c
|
13 years |
michaelni |
aasc: use the correct reader offset
Fixes Ticket1232
Signed-off-by: …
|
|
|
@b2e495a
|
13 years |
martin |
rtmp: Support 'rtmp_live', an option which specifies if the media is a …
|
|
|
@ce473de9
|
13 years |
diego |
av_samples_fill_array: Mark unmodified function argument as const.
…
|
|
|
@541bfba8
|
13 years |
Carl Eugen Hoyos |
Write palettised targa.
Fixes ticket #1190.
Reviewed-by: Paul B Mahol
|
|
|
@299d58e1
|
13 years |
Carl Eugen Hoyos |
Support yuva422p rawvideo in nut.
|
|
|
@29fe6b3c
|
13 years |
Carl Eugen Hoyos |
Add yuva422p to yadif format list.
|
|
|
@4e4634aa
|
13 years |
Carl Eugen Hoyos |
Support yuva422p in ffv1.
|
|
|
@8ba543eb
|
13 years |
Carl Eugen Hoyos |
Add Avid Meridien (AVUI) decoder.
|
|
|
@143a5c55
|
13 years |
Carl Eugen Hoyos |
Add yuva422p pix_fmt.
|
|
|
@464e9ab
|
13 years |
kostya.shishkov |
lagarith: add YUY2 decoding support
Unlike other variants, for YUY2 …
|
|
|
@58637a0b
|
13 years |
kostya.shishkov |
Support decoding unaligned rgb24 lagarith.
Signed-off-by: Kostya …
|
|
|
@7da0a072
|
13 years |
michaelni |
mp3demux: fix id3 discard code
Signed-off-by: Michael Niedermayer …
|
|
|
@f46185c
|
13 years |
michaelni |
mp3demux: fix off by 1 error
Signed-off-by: Michael Niedermayer …
|
|
|
@3183c38a
|
13 years |
michaelni |
mp3decoder: discard ID3 tags
Signed-off-by: Michael Niedermayer …
|
|
|
@01100415
|
13 years |
michaelni |
lavc/utils: change a few asserts to av_assert0()
Signed-off-by: …
|
|
|
@36583d23
|
13 years |
michaelni |
audio_frame_que: simplify
Also update libav->ffmpeg as theres pretty …
|
|
|