|
|
|
@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 …
|
|
|
@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 …
|
|
|
@db7d8fb4
|
12 years |
mans |
dct-test: use emms_c() from libavutil instead of duplicating it
|
|
|
@f1f37c70
|
12 years |
mans |
mov: fix operator precedence bug
|
|
|
@a2b186a1
|
12 years |
janne-libav |
mathematics.h: remove a couple of math defines
While these defines …
|
|
|
@493156ed
|
12 years |
michaelni |
doc/ffmpeg.texi: use an exising preset file name
libx264-max.ffpreset …
|
|
|
@6501dcf
|
12 years |
mans |
Remove unnecessary inclusions of [sys/]time.h
Signed-off-by: Mans …
|
|
|
@4e5a5148
|
12 years |
mans |
lavf: remove unnecessary inclusions of unistd.h
These files do not …
|
|
|
@3ea3e32e
|
12 years |
stefasab |
lavfi: add showwaves filter
|
|
|
@93bbe53c
|
12 years |
stefasab |
lavfi/asplit: fix memleak
The input samples buffer must be …
|
|
|
@86206035
|
12 years |
onemda |
avio: av_protocol_next() is gone
Signed-off-by: Paul B Mahol …
|
|
|
@4996e8f
|
12 years |
mans |
bfin: libswscale: add const where appropriate to fix warnings
…
|
|
|
@6bac8971
|
12 years |
mans |
bfin: libswscale: remove unnecessary #includes
Signed-off-by: Mans …
|
|
|
@420990db
|
12 years |
onemda |
libilbc: use designated initializers for AVClass
Signed-off-by: Paul …
|
|
|
@10952e06
|
12 years |
onemda |
lavfi/color: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@18d7bea6
|
12 years |
michaelni |
wmv2enc: fix rounding flag.
Fixes Ticket1467
Signed-off-by: Michael …
|
|
|
@9e754336
|
12 years |
onemda |
lavfi/color: use AVOptions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@cabbd271
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (24 …
|
|
|
@042b272a
|
12 years |
martin |
udp: Properly check for invalid sockets
If stdin has been closed, 0 …
|
|
|
@bb6c1abb
|
12 years |
martin |
tcp: Check the return value from getsockopt
Make sure we actually …
|
|
|
@a840cdda
|
12 years |
martin |
network: Use av_strerror for getting error messages
Also use …
|
|
|
@860b40f1
|
12 years |
martin |
udp: Properly print error from getnameinfo
getnameinfo doesn't set …
|
|
|
@6aa4e881
|
12 years |
martin |
mmst: Use AVUNERROR() to convert error codes to the right range for …
|
|
|
@56168769
|
12 years |
martin |
network: Pass pointers of the right type to get/setsockopt/ioctlsocket …
|
|
|
@9d811fd8
|
12 years |
martin |
rtmp: Reduce the number of idle posts sent by sleeping 50ms
Rtmpt is …
|
|
|
@6b9446e9
|
12 years |
onemda |
avidec: add .category
While here make .class_name consistent with …
|
|
|
@5fa82264
|
12 years |
michaelni |
libavfilter: improve atempo audio quality
Reduce audio fragment …
|
|
|
@08613d50
|
12 years |
michaelni |
lavf: separate muxer/demuxer class category
Signed-off-by: Michael …
|
|
|
@6fb7d03d
|
12 years |
michaelni |
lavc: seperate encoder/decoder class category
Signed-off-by: Michael …
|
|
|
@e69263cd
|
12 years |
michaelni |
avutil: add get_category() for the case where one AVClass can have …
|
|
|
@b76f77ee
|
12 years |
michaelni |
log: swap colors for muxer and codec layer
This way the filters which …
|
|
|
@0412e518
|
12 years |
michaelni |
lavfi/avfilter: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@82ac6a66
|
12 years |
michaelni |
rv40dsp: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@db142a8
|
12 years |
stefasab |
lavfi/avcodec: make avfilter_fill_frame_from*() functions use …
|
|
|
@8f8d8b95
|
12 years |
stefasab |
lavfi/avcodec: always use av_frame* accessors in …
|
|
|
@d5761fe4
|
12 years |
stefasab |
lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_pos
|
|
|
@208c5a08
|
12 years |
stefasab |
lavc/qtrlenc: return proper error codes from qtrle_encode_init()
|
|
|
@5793a6d9
|
12 years |
stefasab |
lavc/libschroedinger: add missing failure checks in ff_create_schro_frame()
|
|
|
@97726e86
|
12 years |
michaelni |
x86/intmath: fix type of FASTDIV
Signed-off-by: Michael Niedermayer …
|
|
|
@7238ed6c
|
12 years |
onemda |
avidec: use designated initializers for AVClass
Signed-off-by: Paul B …
|
|
|
@ef8bea91
|
12 years |
onemda |
mov: use designated initializers for AVClass
Signed-off-by: Paul B …
|
|
|
@c47fc942
|
12 years |
Carl Eugen Hoyos |
Fix dependencies for the atempo filter.
Found, analysed and tested by …
|
|
|
@4cc2920d
|
12 years |
diego |
flvdec: remove incomplete, disabled seeking code
|
|
|
@be1a839c
|
12 years |
martin |
mem: add support for _aligned_malloc() as found on Windows
The check …
|
|
|
@7146177d
|
12 years |
martin |
lavc: Extend the documentation for avcodec_init_packet
Add a note …
|
|
|
@0c142e4c
|
12 years |
michaelni |
swr: introduce filter_alloc in preparation of SIMD resample …
|
|
|
@80e857c9
|
12 years |
michaelni |
swr/resample: optimize C code for the most common case
15% speedup
…
|
|
|
@8703f01
|
12 years |
mans |
flvdec: remove incomplete, disabled seeking code
|
|
|
@51a2b554
|
12 years |
mans |
http: replace atoll() with strtoll()
|
|
|
@ae2bb52c
|
12 years |
mans |
mpegts: remove unused/incomplete/broken seeking code
|
|
|