|
|
|
@f150db09
|
11 years |
stefasab |
doc/muxers: sort muxers by name
|
|
|
@a3e9f4c3
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
wmapro: …
|
|
|
@562e8d01
|
11 years |
michaelni |
Merge commit '6652338f43ef623045912d7f28b61adea05d27ae'
* commit …
|
|
|
@3e33db3f
|
11 years |
michaelni |
Merge commit 'e30b068ef79f604ff439418da07f7e2efd01d4ea'
* commit …
|
|
|
@c1343897
|
11 years |
michaelni |
Merge commit 'afe03092dd693d025d43e1620283d8d285c92772'
* commit …
|
|
|
@53fd1ab2
|
11 years |
michaelni |
avformat: make av_register_*put_format() thread safe
Signed-off-by: …
|
|
|
@b36b5edb
|
11 years |
michaelni |
avcodec/bitstream_filter: make av_register_bitstream_filter() thread …
|
|
|
@08f6fdc3
|
11 years |
michaelni |
avcodec/parser: Make av_register_codec_parser() thread safe
…
|
|
|
@8738d942
|
11 years |
michaelni |
avcodec: Make av_register_hwaccel() and avcodec_register() thread safe …
|
|
|
@a9bbf59b
|
11 years |
michaelni |
cosmetics: Fix "dont" "wont" "doesnt" typos
Signed-off-by: Michael …
|
|
|
@fc736a99
|
11 years |
michaelni |
flac_parser.c: fix case when final frame is a false positive
Should …
|
|
|
@804c7b2
|
11 years |
michaelni |
udp: Fix receiving large udp packets
Signed-off-by: Michael …
|
|
|
@36748d4b
|
11 years |
onemda |
tak_parser: properly mark packets as key frames
Signed-off-by: Paul B …
|
|
|
@2bccd82c
|
11 years |
Carl Eugen Hoyos |
Do not list libshine like a main option in configure's output.
It is …
|
|
|
@3822936
|
11 years |
lu_zero |
wmapro: check num_vec_coeffs against the actual available buffer
…
|
|
|
@6652338f
|
11 years |
lu_zero |
wmapro: return early on unsupported condition
Reported-by: Mateusz …
|
|
|
@e30b068e
|
11 years |
lu_zero |
wmapro: make sure there is room to store the current packet
Prevent …
|
|
|
@afe03092
|
11 years |
lu_zero |
lavc: move put_bits_left in put_bits.h
|
|
|
@7eb5288f
|
11 years |
stefasab |
doc/decoders: document libopus decoder
Signed-off-by: Stefano …
|
|
|
@934df3b
|
11 years |
stefasab |
doc/encoders: alphabetically list the encoders
Signed-off-by: Stefano …
|
|
|
@22364567
|
11 years |
michaelni |
avfilter/avfilter: Make avfilter_register() thread safe
…
|
|
|
@16310e36
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@831e749b
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
aac: …
|
|
|
@1bcfb1e
|
11 years |
michaelni |
Merge commit '6d8629aac13692447b54eac795bf74007ebf8987'
* commit …
|
|
|
@41f3c60f
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference in avcodec_decode_video2().
This …
|
|
|
@f9183321
|
11 years |
Carl Eugen Hoyos |
Set block_align when reading QDM2 in mov.
Fixes ticket #2718.
|
|
|
@7f1b3c2c
|
11 years |
Carl Eugen Hoyos |
Fix muxing QDM2 mono into caf.
|
|
|
@ef906390
|
11 years |
michaelni |
avfilter/vf_mp: preserve pixel format when possible
Fixes Ticket2577 …
|
|
|
@86190afb
|
11 years |
michaelni |
gxf: Added codec ID to playback AVCHD
Signed-off-by: Michael …
|
|
|
@7eb6eb03
|
11 years |
stefasab |
lavc/mpegvideo_enc: simplify timestamp checks in load_input_picture()
…
|
|
|
@c4db4b17
|
11 years |
michaelni |
Added GXF format code to identify AVC Intra video streams. This was an …
|
|
|
@7ebf3ab9
|
11 years |
michaelni |
gxf: Factorize code in get_sindex()
Reviewed-by: Reimar Döffinger …
|
|
|
@0de9d3dd
|
11 years |
michaelni |
gxf: Added GXF format code 25 which is used for DV codec in HD …
|
|
|
@42bd0cd2
|
11 years |
michaelni |
Fix copying extradata to codec in mxfdec.c
The code that copies any …
|
|
|
@e4198d2f
|
11 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@07c52e2c
|
11 years |
lu_zero |
aac: return meaningful errors
|
|
|
@6d8629aa
|
11 years |
lu_zero |
aac: K&R formatting cosmetics
|
|
|
@5c616fe4
|
11 years |
stefasab |
ffprobe: always exit 1 in case of errors
This is consistent with the …
|
|
|
@1fc626f8
|
11 years |
stefasab |
ffprobe: reindent after previous commit
|
|
|
@a334b00c
|
11 years |
stefasab |
ffprobe: fix exit code with stream specifiers
Without this fix, …
|
|
|
@205092bf
|
11 years |
stefasab |
ffprobe: simplify branching logic in probe_file()
|
|
|
@80b56a7b
|
11 years |
stefasab |
examples/muxing: rename audio/video_pts to audio/video_time
The new …
|
|
|
@db7ebab5
|
11 years |
stefasab |
doc/bitstream_filters: document the chomp filter
TODO: add some …
|
|
|
@7b38c4c9
|
11 years |
stefasab |
doc/bitstream-filters.texi: add documentation for the aac_adtstoasc …
|
|
|
@418b9454
|
11 years |
stefasab |
lavf/movenc: improve error feedback in case malformed AAC bitstream is …
|
|
|
@08b99be7
|
11 years |
stefasab |
lavf/mux: rename variable cortag -> tagbuf2 in init_muxer()
Possibly …
|
|
|
@47c9887e
|
11 years |
stefasab |
lavc/utils: improve feedback in case of invalid packet size
|
|
|
@c58d535b
|
11 years |
stefasab |
examples/Makefile: disable -O2 optimizations
There is no much point …
|
|
|
@3aa57e15
|
11 years |
stefasab |
examples/muxing: remove useless instruction
Simpler and less confusing.
|
|
|
@9fac752a
|
11 years |
Marton Balint |
ffplay: simplify and fix flushing out old subtitles on seeking
Fixes …
|
|
|
@ff995e2b
|
11 years |
michaelni |
doc/filters: Fix texi syntax
Commit …
|
|
|
@034b31df
|
11 years |
michaelni |
swscale: Fix PAL8 input with alpha
Fixes Ticket2158
Signed-off-by: …
|
|
|
@ee979824
|
11 years |
michaelni |
avfilter/src_movie: Fix handling of packet size for video
See …
|
|
|
@87bc648
|
11 years |
michaelni |
libavfilter/src_movie: fix which packet is reset
Signed-off-by: …
|
|
|
@1235e91b
|
11 years |
Carl Eugen Hoyos |
Require pthreads for compilation with OpenCL support.
Fixes a part of …
|
|
|
@35aed74f
|
11 years |
Carl Eugen Hoyos |
Use AV_RN32 for an unaligned read in the mxg demuxer.
Fixes ticket #2707.
|
|
|
@e59fb3f8
|
11 years |
michaelni |
lavf: silence max_analyze_duration warning
This is part of normal …
|
|
|
@d3788558
|
11 years |
michaelni |
avcodec/cllc: Fix clobbered ff_get_buffer() change
Issue-since: …
|
|
|
@73215fe3
|
11 years |
michaelni |
vf_drawbox: give all v_log() a context
Signed-off-by: Michael …
|
|
|
@47da9b2c
|
11 years |
michaelni |
vf_drawbox: avoid declaration in for() arguments
Signed-off-by: …
|
|
|
@f1efaf83
|
11 years |
michaelni |
Merge branch 'drawbox_exprs' of https://github.com/mjmvisser/FFmpeg
* …
|
|
|
@ad194b04
|
11 years |
onemda |
xa: abort if number of channels or sample rate is 0
Fixes #2711.
…
|
|
|
@da8c9b32
|
11 years |
onemda |
lxfdec: remove wrong and unneeded check
Signed-off-by: Paul B Mahol …
|
|
|
@4b6cf1ce
|
11 years |
stefasab |
examples/muxing: vertically align
|
|
|
@0a3589bf
|
11 years |
stefasab |
lavc/pngdec: return meaningful error codes
|
|
|
@84f571e3
|
11 years |
mjmvisser |
enabled expressions on x, y, w, h and t parameters for drawgrid and …
|
|
|
@015cc323
|
11 years |
michaelni |
lavfi/movie: free packet on decoder error
Prevents infinite loop, see …
|
|
|
@876e960d
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@767e171c
|
11 years |
michaelni |
Merge commit '9f4a16c52ea8f2383244587ea4cb534fe7f6da49'
* commit …
|
|
|
@7efcd531
|
11 years |
michaelni |
Merge commit 'b6507930ac1898aed62ab0b56afc7d6734ad830b'
* commit …
|
|
|
@11081ab6
|
11 years |
michaelni |
fate: Add Canopus Lossless YUY2 test
Signed-off-by: Derek Buitenhuis …
|
|
|
@9328ae48
|
11 years |
michaelni |
Merge commit 'd9c89ef86b9400e50c2486f9406fad15c85bab22'
* commit …
|
|
|
@bad8f04b
|
11 years |
michaelni |
Merge commit 'b0ce601c160c87349d093d7e542b5c752754f598'
* commit …
|
|
|
@cea8a007
|
11 years |
derek.buitenhuis |
yuv4mpeg: correctly handle chroma for odd luma sizes.
Signed-off-by: …
|
|
|
@4f6b192e
|
11 years |
derek.buitenhuis |
configure: Do not omit frame pointers for msvc/icl debug builds
…
|
|
|
@9f4a16c5
|
11 years |
derek.buitenhuis |
configure: Do not explicitly set Oy for msvc/icl
It is implied by O1 …
|
|
|
@b6507930
|
11 years |
derek.buitenhuis |
fate: Add Canopus Lossless YUY2 test
Signed-off-by: Derek Buitenhuis …
|
|
|
@1029822a
|
11 years |
Clément Bœsch |
lavf/webvttdec: use private option to specify WebVTT kind
WebVTT …
|
|
|
@bc35df29
|
11 years |
Clément Bœsch |
lavf: add AV_DISPOSITION flags for WebVTT text track kinds
There are …
|
|
|
@61c8221
|
11 years |
derek.buitenhuis |
cllc: Use outbuf in RGB and ARGB functions
Signed-off-by: Derek …
|
|
|
@d48f2219
|
11 years |
derek.buitenhuis |
cllc: Implement YUV support
Fixes ticket #1910.
Signed-off-by: Derek …
|
|
|
@8a7aabe8
|
11 years |
michaelni |
avfilter/vsrc_testsrc: fix artifacts with odd height
Signed-off-by: …
|
|
|
@d9c89ef8
|
11 years |
derek.buitenhuis |
cllc: Use outbuf in RGB and ARGB functions
Signed-off-by: Derek …
|
|
|
@1ef6ac10
|
11 years |
derek.buitenhuis |
cllc: Implement YUV support
Signed-off-by: Derek Buitenhuis …
|
|
|
@b0ce601
|
11 years |
derek.buitenhuis |
doc/platform: Add info about ICL
Signed-off-by: Derek Buitenhuis …
|
|
|
@bbe26eff
|
11 years |
michaelni |
h264: Fix null pointer dereference with disabled error concealment
…
|
|
|
@a46e578d
|
11 years |
michaelni |
avformat/avio: Fix EOF handiling of ffurl_read_complete()
Fixes …
|
|
|
@f48366c7
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@a620c832
|
11 years |
michaelni |
Merge commit 'c3e58f8fb75d8467161a65b85eb88281547ebab1'
* commit …
|
|
|
@af5f9c08
|
11 years |
michaelni |
Merge commit '95d52464542f532061290192518d5fe1c1930e8d'
* commit …
|
|
|
@14a61bc3
|
11 years |
michaelni |
Merge commit 'ace87c19ed4c4882d7b9b3ce512c4c195e39a203'
* commit …
|
|
|
@1152863
|
11 years |
michaelni |
Merge commit '6dc6598692da3b0ebda2d768681786343f26a4f4'
* commit …
|
|
|
@e21307a
|
11 years |
anton |
lavf: don't abort if both encoder and muxer aspect ratios are not set
…
|
|
|
@c3e58f8f
|
11 years |
anton |
matroskaenc: restore compatibility with non referenced AVPacket
…
|
|
|
@95d5246
|
11 years |
anton |
lavc: Add option to encode MPEG-2 AAC with libfdk-aac
Signed-off-by: …
|
|
|
@5dba888d
|
11 years |
michaelni |
msmpeg4: Fix ff_msmpeg4_pred_dc() so it works with lowres>0
Fixes …
|
|
|
@46312fc2
|
11 years |
michaelni |
cmdutils: dont change the log level for -report
Fixes Ticket2476
…
|
|
|
@9375f500
|
11 years |
michaelni |
sonic: use av_freep() as its safer than av_free()
Signed-off-by: …
|
|
|
@69d0a292
|
11 years |
michaelni |
sonic: cleanup/simplify num_taps check
Signed-off-by: Michael …
|
|
|
@db27dadc
|
11 years |
michaelni |
sonic: replace divide() by ROUNDED_DIV()
Signed-off-by: Michael …
|
|
|