|
|
|
@da728d5d
|
12 years |
michaelni |
ffmpeg: fix FF_API_OLD_VSINK_API=0 case
Signed-off-by: Michael …
|
|
|
@caf7381d
|
12 years |
michaelni |
ffmpeg: fix mixup of old and new sinks
Signed-off-by: Michael …
|
|
|
@f8fe4d22
|
12 years |
michaelni |
snow.h: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@be64d5f5
|
12 years |
michaelni |
snow.c: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@f7595fb3
|
12 years |
michaelni |
image2: Add "start_number" private option to the muxer
This adds the …
|
|
|
@6fd0b55a
|
12 years |
nicolas.george |
showwaves: fix PTS computation.
|
|
|
@6d627eae
|
12 years |
nicolas.george |
showwaves: fix first sample of frame test.
Avoids a huge memleak when …
|
|
|
@bd9939f4
|
12 years |
nicolas.george |
lavfi: display pad type with mismatch error message.
|
|
|
@e9d5c052
|
12 years |
onemda |
lavc: use designated initializers for AVClasses
Signed-off-by: Paul B …
|
|
|
@53cec46b
|
12 years |
onemda |
libschroedingerdec: remove unused header
Signed-off-by: Paul B Mahol …
|
|
|
@a619fd27
|
12 years |
michaelni |
mjpegenc: enable frame multithreading encoder
Signed-off-by: Michael …
|
|
|
@fde1bc64
|
12 years |
michaelni |
lavc: add frame multithreading capability (currently intra only)
…
|
|
|
@0c851e4
|
12 years |
michaelni |
threads: make get_logical_cpus() available outside pthread.c
…
|
|
|
@094c5e6c
|
12 years |
michaelni |
mjpegenc: mark as intra only
Signed-off-by: Michael Niedermayer …
|
|
|
@9eae43dd
|
12 years |
michaelni |
lavc: add intra only codec flag
Signed-off-by: Michael Niedermayer …
|
|
|
@92779658
|
12 years |
onemda |
bmpenc: use av_assert()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@c0ca8408
|
12 years |
stefasab |
lavfi/buffer: remove unused function av_vsrc_buffer_add_frame_alt()
|
|
|
@39e019e8
|
12 years |
stefasab |
ffplay: add cast to fix warning in configure_video_filters()
Fix …
|
|
|
@1dce2368
|
12 years |
stefasab |
lavfi/buffer: apply misc consistency nits
|
|
|
@201b409d
|
12 years |
stefasab |
lavc/pcm: clarify error message from pcm_decode_frame()
…
|
|
|
@6997141
|
12 years |
michaelni |
ff_snow_common_end: assert() that the last buffer freed differs from …
|
|
|
@c13e490d
|
12 years |
michaelni |
codec_release_buffer: fix handling of non user buffers
Signed-off-by: …
|
|
|
@c17808ce
|
12 years |
stefasab |
lavfi: define macro AVFILTER_DEFINE_CLASS
The macro can be used to …
|
|
|
@012aa12
|
12 years |
stefasab |
lavfi/drawtext: remove unnecessary parentheses in init()
|
|
|
@0567715
|
12 years |
michaelni |
qsort: flip compare direction to match libc qsort()
Found-by: ubitux …
|
|
|
@e847f412
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@492cc9bc
|
12 years |
Clément Bœsch |
ffmpeg: remove unused buffer_size in InputFile.
|
|
|
@8aeed144
|
12 years |
michaelni |
h.263enc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@c8f4c83e
|
12 years |
michaelni |
h.263dec: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@258dfff
|
12 years |
michaelni |
extend log line buffer sizes
The string passed to av_vlog() from …
|
|
|
@9ee3334
|
12 years |
anton |
libspeexenc: add supported sample rates and channel layouts.
|
|
|
@896bb0d7
|
12 years |
mans |
Replace usleep() calls with av_usleep()
This reduces the dependency …
|
|
|
@d3d3a32
|
12 years |
mans |
lavu: add av_usleep() function
This function implements a delay using …
|
|
|
@f6b4624
|
12 years |
derek.buitenhuis |
utvideo: mark interlaced frames as such
Signed-off-by: Michael …
|
|
|
@88753337
|
12 years |
derek.buitenhuis |
utvideo: Fix interlaced prediction for RGB utvideo.
Signed-off-by: …
|
|
|
@1e7943c3
|
12 years |
michaelni |
snow: yuv410 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@fba18ef8
|
12 years |
michaelni |
x86/dsputil_mmx: support 4 sample edges
Signed-off-by: Michael …
|
|
|
@15bde060
|
12 years |
Carl Eugen Hoyos |
Revert "mathematics.h: remove a couple of math defines"
This reverts …
|
|
|
@10d2a402
|
12 years |
onemda |
swresample: make .class_name more descriptive
Signed-off-by: Paul B …
|
|
|
@68c845cd
|
12 years |
michaelni |
snow: yuv444 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@a5a93fa8
|
12 years |
diego |
cosmetics: do not use full path for local headers
|
|
|
@13ba872a
|
12 years |
michaelni |
snowenc: update pix_sum for rectangles, needed for non 420
…
|
|
|
@b4b7471
|
12 years |
michaelni |
snowenc: set chroma subsample factors correctly for non 420
…
|
|
|
@81416c2f
|
12 years |
onemda |
swscale: use designated initializers for AVClass
Signed-off-by: Paul …
|
|
|
@2fa5d8f2
|
12 years |
michaelni |
ffmpeg: print swr options in --help too
Signed-off-by: Michael …
|
|
|
@4cdff582
|
12 years |
onemda |
fate: add tests for SANM and VIMA
Signed-off-by: Paul B Mahol …
|
|
|
@59163139
|
12 years |
michaelni |
avformat: offset fps calculation by one to include 60.00 fps
To …
|
|
|
@cdb94139
|
12 years |
michaelni |
doc/faq: Update video joining examples
-same_quant is not designed to …
|
|
|
@d11baad0
|
12 years |
mans |
lavu/file: include unistd.h only when available
The unistd.h header …
|
|
|
@542920b7
|
12 years |
mans |
configure: check for unistd.h
Signed-off-by: Mans Rullgard …
|
|
|
@539df611
|
12 years |
mans |
log: include unistd.h only when needed
The only symbol this file uses …
|
|
|
@c19e0ebe
|
12 years |
mans |
lavf: include libavutil/time.h instead of redeclaring av_gettime()
…
|
|
|
@87dced80
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fix …
|
|
|
@1d01fee9
|
12 years |
janne-libav |
fix hardcoded tables compililation caused by missing math constants
…
|
|
|
@fd0b8c6a
|
12 years |
onemda |
sanm: silence warnings
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@9e63c30d
|
12 years |
nicolas.george |
lavf: add a real SRT muxer.
This muxer supports CODEC_ID_SRT with the …
|
|
|
@14ac47fc
|
12 years |
michaelni |
vc1: signal interlaced and tff flag to the consumer
Reviewed-by: …
|
|
|
@b829da36
|
12 years |
michaelni |
smacker: add sanity check for length in smacker_decode_tree()
…
|
|
|
@7681d0ea
|
12 years |
nicolas.george |
lavd/lavfi: do not set the channel layout list.
The list was set to …
|
|
|
@67ffcb9
|
12 years |
martin |
lavf: Make codec_tag arrays constant
Signed-off-by: Martin Storsjö …
|
|
|
@f4da707f
|
12 years |
onemda |
Replace Libav with FFmpeg
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@3821632e
|
12 years |
onemda |
smush: set audio packet duration
Signed-off-by: Paul B Mahol …
|
|
|
@1bb30d02
|
12 years |
stefasab |
lavfi/deshake: fix crash in uninit()
Add NULL check on avctx before …
|
|
|
@89ffd189
|
12 years |
martin |
twinvq: give massive struct a name.
Signed-off-by: Martin Storsjö …
|
|
|
@f77fd34b
|
12 years |
michaelni |
aac: move sample_fmt selection before decoder configuration.
The …
|
|
|
@24e7a22e
|
12 years |
michaelni |
riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't …
|
|
|
@cb08b6ef
|
12 years |
stefasab |
lavfi/scale: remove unused variable out_link
Fix warning: …
|
|
|
@c0b3c0ff
|
12 years |
stefasab |
lavfi/audio: remove unused variable in ff_filter_samples()
Fix …
|
|
|
@065851ff
|
12 years |
stefasab |
lswr/rematrix: specify explicitly the name of the unsupported channel …
|
|
|
@dc7e336c
|
12 years |
mans |
lavf, lavu: version bumps and APIchanges for av_gettime() move
…
|
|
|
@6d887eca
|
12 years |
michaelni |
avformat: add 48 fps to the NTSC framerates
Signed-off-by: Michael …
|
|
|
@2d61f004
|
12 years |
michaelni |
utvideo: mark interlaced frames as such
Signed-off-by: Michael …
|
|
|
@f6943f23
|
12 years |
michaelni |
lagarith: frame multithreading
Signed-off-by: Michael Niedermayer …
|
|
|
@07d49437
|
12 years |
michaelni |
wavpack: set bits_per_raw_sample for S32 samples to properly identify …
|
|
|
@98701be3
|
12 years |
stefasab |
lavfi/ass: update use of deprecated functions, fix warnings
|
|
|
@eda45008
|
12 years |
stefasab |
lavfi/blackdetect: add logic for handling stream termination
Add …
|
|
|
@5bc87f1c
|
12 years |
stefasab |
lavfi/blackdetect: fix pts time debug printing
|
|
|
@e026c9b3
|
12 years |
anton |
lavfi/audio: don't set cur_buf in ff_filter_samples().
It's …
|
|
|
@4a97ff2f
|
12 years |
anton |
lavfi/fifo: add audio version of the fifo filter.
|
|
|
@27570e21
|
12 years |
anton |
fifo: fix parenthesis placement.
|
|
|
@394a2a04
|
12 years |
anton |
lavfi: rename vf_fifo.c -> fifo.c
It will be used for audio too.
|
|
|
@a50b7562
|
12 years |
anton |
lavc: remove stats_in from AVCodecContext options table.
Its …
|
|
|
@bef8fd70
|
12 years |
onemda |
LucasArts SMUSH demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@69254f4
|
12 years |
onemda |
LucasArts SMUSH video decoder
Signed-off-by: Paul B Mahol …
|
|
|
@b1835732
|
12 years |
onemda |
LucasArts SMUSH VIMA audio decoder
Signed-off-by: Paul B Mahol …
|
|
|
@5a90e55e
|
12 years |
michaelni |
libavfilter/transform: fix mirroring.
mirror() borrowed from dwt.c, …
|
|
|
@104c9146
|
12 years |
michaelni |
libavutil: fix author attribution
Libav.org has removed this while …
|
|
|
@b2e2287c
|
12 years |
onemda |
cdxl: disable checked bitstream reader
Overreads should not be …
|
|
|
@de058773
|
12 years |
onemda |
lavfi: remove redundant checks after av_parse_video_rate()
…
|
|
|
@4da42ebe
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
MS …
|
|
|
@e632a430
|
12 years |
michaelni |
vf_vflip: fix handling of the last line.
Fixes Ticket1271
…
|
|
|
@a46f8915
|
12 years |
michaelni |
vf_lut: fix handling of odd dimensions
Signed-off-by: Michael …
|
|
|
@005c80b6
|
12 years |
kostya.shishkov |
MS Screen 1 decoder
|
|
|
@43886eae
|
12 years |
alex.converse |
aacdec: Fix popping channel layouts.
'channel_layout' not 'channels' …
|
|
|
@827667e
|
12 years |
michaelni |
mjpegenc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@4eae08b4
|
12 years |
michaelni |
mjpegdec: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@61183b5a
|
12 years |
mans |
av_gettime: support Win32 without gettimeofday()
Based on patch by …
|
|
|
@980f81d9
|
12 years |
mans |
Use av_gettime() in various places
Signed-off-by: Mans Rullgard …
|
|
|
@ae0a3016
|
12 years |
mans |
Move av_gettime() to libavutil
Signed-off-by: Mans Rullgard …
|
|
|
@bc210bfc
|
12 years |
michaelni |
log: flip highlight bit for codec & muxer layer
This way the …
|
|
|