|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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
|
|
|
@c90e805
|
12 years |
stefasab |
lavc/avcodec.h: fix reference to nonexistent function in …
|
|
|
@18b4404d
|
12 years |
stefasab |
lavc/imgconvert: fix check on av_image_check_size() return code in …
|
|
|
@0b2ecf82
|
12 years |
stefasab |
lavc/imgconvert: remove pointless switch block from avpicture_fill()
|
|
|
@b583ccc
|
12 years |
stefasab |
lavc/rawdec: propagate duration from packet to frame
|
|
|
@ae46fbee
|
12 years |
justin.ruggles |
af_amix: allow float planar sample format as input
|
|
|
@f0ece49e
|
12 years |
justin.ruggles |
af_amix: use AVFloatDSPContext.vector_fmac_scalar()
|
|
|
@82b2df97
|
12 years |
justin.ruggles |
float_dsp: add x86-optimized functions for vector_fmac_scalar()
|
|
|
@cb5042d0
|
12 years |
justin.ruggles |
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
|
|
|
@4e4dd717
|
12 years |
justin.ruggles |
lavr: Add x86-optimized function for flt to s32 conversion
|
|
|
@6c63cbfe
|
12 years |
justin.ruggles |
lavr: Add x86-optimized function for flt to s16 conversion
|
|
|
@97ce1ba8
|
12 years |
justin.ruggles |
lavr: Add x86-optimized functions for s32 to flt conversion
|
|
|
@5904f25b
|
12 years |
justin.ruggles |
lavr: Add x86-optimized functions for s32 to s16 conversion
|
|
|
@d721f67d
|
12 years |
justin.ruggles |
lavr: Add x86-optimized functions for s16 to flt conversion
|
|
|
@1168e29d
|
12 years |
justin.ruggles |
lavr: Add x86-optimized function for s16 to s32 conversion
|
|
|
@4b5c7d4d
|
12 years |
michaelni |
huffyuv: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@da42f569
|
12 years |
michaelni |
asv1: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@579fd87b
|
12 years |
martin |
rtpenc: Support packetizing iLBC
Signed-off-by: Martin Storsjö …
|
|
|
@89c39605
|
12 years |
martin |
rtpdec: Add a depacketizer for iLBC
Signed-off-by: Martin Storsjö …
|
|
|
@a2b251a0
|
12 years |
martin |
Implement the iLBC storage file format
Signed-off-by: Martin Storsjö …
|
|
|
@9e74db68
|
12 years |
martin |
mov: Support muxing/demuxing iLBC
The packet size, signalled via …
|
|
|
@3641b04
|
12 years |
martin |
Add support for iLBC decoding/encoding via the external library …
|
|
|
@46743a85
|
12 years |
martin |
rtmp: Don't send every flv packet in a separate HTTP request in RTMPT
…
|
|
|
@bbc80386
|
12 years |
martin |
rtsp: Send mode=record instead of mode=receive
This seems to be the …
|
|
|
@db28b01d
|
12 years |
mans |
dirac: replace compound literal with normal initialiser
…
|
|
|
@b90f83e9
|
12 years |
michaelni |
snowenc: update selftest code for the new temporary arrays
…
|
|
|
@82edf672
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavr: …
|
|
|
@f87dacb2
|
12 years |
michaelni |
libavutil: add a merge sort.
compared to qsort this is slower but its …
|
|
|
@096db654
|
12 years |
michaelni |
qsort doxy
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@88f87eba
|
12 years |
michaelni |
qsort: add some forgotten ()
Signed-off-by: Michael Niedermayer …
|
|
|
@f61ce90c
|
12 years |
justin.ruggles |
lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs
|
|
|
@29f7490c
|
12 years |
justin.ruggles |
lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs
|
|
|
@3971be0
|
12 years |
justin.ruggles |
Add Dolby/DPLII downmix support to libavresample
Signed-off-by: …
|
|
|
@3a0a2f33
|
12 years |
michaelni |
libavutil: add AV_QSORT()
about 2-5 times faster than gnu libcs …
|
|
|
@9fcda25e
|
12 years |
mans |
vorbisdec: replace div/mod in loop with a counter
2x speedup of …
|
|
|
@7457ebee
|
12 years |
mans |
fate: vorbis: add 5.1 surround test
Signed-off-by: Mans Rullgard …
|
|
|
@d77f4af
|
12 years |
martin |
rtpenc: Allow requesting H264 RTP packetization mode 0
This requires …
|
|
|
@becc3c62
|
12 years |
martin |
configure: Sort the library listings in the help text alphabetically
…
|
|
|
@8c351464
|
12 years |
nicolas.george |
ffmpeg.c: count subtitles in total size.
This avoids the "Output file …
|
|
|
@c49e960a
|
12 years |
nicolas.george |
ffprobe: dump AVPacket.convergence_duration.
|
|
|
@9ae3e455
|
12 years |
nicolas.george |
ffprobe: add -show_data option.
|
|
|
@2243f0d
|
12 years |
nicolas.george |
lavf: add field for how duration is estimated
Signed-off-by: Michael …
|
|
|
@3b3150ec
|
12 years |
Carl Eugen Hoyos |
Fix interlaced prediction for RGB utvideo.
Fixes ticket #1215
|
|
|
@d9669eab
|
12 years |
mans |
dwt: remove variable-length arrays
Signed-off-by: Mans Rullgard …
|
|
|
@564bb244
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: fix …
|
|
|
@6ca48ad0
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
amr: …
|
|
|
@8e50c57d
|
12 years |
martin |
RTMPT protocol support
This adds two protocols, but one of them is an …
|
|
|
@35127bf1
|
12 years |
martin |
http: Properly handle chunked transfer-encoding for replies to post …
|
|
|
@eb564b23
|
12 years |
martin |
http: Fail reading if the connection has gone away
This can happen if …
|
|
|
@eb3918c1
|
12 years |
martin |
amr: Mark an array const
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@634e874d
|
12 years |
martin |
amr: More space cleanup
This was missed in the previous cleanup …
|
|
|
@e9ef88fb
|
12 years |
martin |
rtpenc: Fix memory leaks in the muxer open function
Also return a …
|
|
|
@db835708
|
12 years |
Marton Balint |
ffplay: fix -vismv 1
Signed-off-by: Michael Niedermayer …
|
|
|
@8f45c314
|
12 years |
Marton Balint |
ffplay: rename buffer source instance from "src" to "ffplay_buffer"
…
|
|
|
@251f3987
|
12 years |
Marton Balint |
ffplay: use key=val syntax for the buffersrc args
Fix warning:
[src @ …
|
|
|
@1125606a
|
12 years |
michaelni |
vp3dec: fix null ptr derefernce.
Fixes ticket1403
Signed-off-by: …
|
|
|
@5015c37b
|
12 years |
michaelni |
attributes: move av_restrict fallback from internal to attributes
…
|
|
|
@5f26d4d4
|
12 years |
martin |
amr: Cosmetic cleanup
Add spaces around operators, fix brace …
|
|
|
@40ffbf20
|
12 years |
michaelni |
fate: fix fate-aac-aref-encode dependancies
Signed-off-by: Michael …
|
|
|
@eaf65538
|
12 years |
michaelni |
avienc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@4aed3ac8
|
12 years |
michaelni |
msmpeg4enc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@44fdf37c
|
12 years |
martin |
mov_chan: Fix operator precedence by adding parentheses
…
|
|
|
@f404c7dc
|
12 years |
diego |
doc: Add missing protocols to list of supported protocols.
|
|
|
@20a6fa77
|
12 years |
Clément Bœsch |
doc: add two similar overlay "side-by-side" examples.
|
|
|
@54101214
|
12 years |
onemda |
lavfi: use designated initializers for AVClass
While here:
- add …
|
|
|
@d70a1a50
|
12 years |
stefasab |
MAINTAINERS: reorganize entries in the libavfilter section
|
|
|
@c390822e
|
12 years |
michaelni |
intel h263 dec: support advanced prediction
Fixes Ticket1292
…
|
|
|
@a1aac8d0
|
12 years |
stefasab |
lavfi: add atempo filter
Add atempo audio filter for adjusting audio …
|
|
|