|
|
|
@1cf87e16
|
10 years |
michaelni |
doc/build_system: Document GEN, text taken from the webpage
…
|
|
|
@073f4b93
|
10 years |
michaelni |
fate: Update exif tests after 09ec31ce3aab41407965e7a95b7d145702434c26 …
|
|
|
@09ec31ce
|
10 years |
stefasab |
ffprobe: print stream_index with frame data
This makes it easier to …
|
|
|
@c312bfa
|
10 years |
James |
x86/cpu: add AV_CPU_FLAG_AVXSLOW flag
Reviewed-by: Michael …
|
|
|
@52fc3e37
|
10 years |
michaelni |
avfilter/x86/vf_hqdn3d: Fix register types
Fixes Ticket4301
…
|
|
|
@4240e6a9
|
10 years |
michaelni |
avfilter/vf_hqdn3d: Initialize the whole LUT
With bps > 8 more than …
|
|
|
@7ae805db
|
10 years |
Philip Langdale |
avcodec/nvenc: Fix typo: 1204 -> 1024
Fixes Ticket4508
…
|
|
|
@023040ed
|
10 years |
michaelni |
avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user …
|
|
|
@4fe38441
|
10 years |
michaelni |
ffmpeg: do not print misleading recommanditions on 1pass vpx encoding
…
|
|
|
@4ae090f
|
10 years |
michaelni |
Merge commit 'cf1f3d837e1266034a487de5b575bd76426c6b10'
* commit …
|
|
|
@cf86fd00
|
10 years |
michaelni |
avformat/matroskaenc: Avoid floats in default duration calculation
…
|
|
|
@8aa98530
|
10 years |
michaelni |
avformat/ircamenc: Avoid floats
Signed-off-by: Michael Niedermayer …
|
|
|
@1fb9b2a
|
10 years |
michaelni |
avutil: Add av_q2intfloat()
This function allows writing AVRationals …
|
|
|
@894d8cf4
|
10 years |
michaelni |
avformat/movenc: Avoid floats & float rounding in tmcd nb_frames …
|
|
|
@f902b0b2
|
10 years |
michaelni |
avformat/asfdec: Avoid float usage in duration calculation
…
|
|
|
@cf1f3d83
|
10 years |
lu_zero |
doc: Fix spelling of 'Transmission'
Signed-off-by: Sebastian Ramacher …
|
|
|
@db07fc20
|
10 years |
michaelni |
avformat/mpegts: Avoid float in bitrate calculation
Signed-off-by: …
|
|
|
@1b236541
|
10 years |
michaelni |
avcodec/h264: Fix HWACCEL_MAX for D3D11
Found-by: philipl …
|
|
|
@688147cf
|
10 years |
michaelni |
avcodec/hevc: Fix HWACCEL_MAX for D3D11
Found-by: philipl …
|
|
|
@5cddfc53
|
10 years |
michaelni |
avcodec/dxva2_h264: Fix "may be used uninitialized" warnings
…
|
|
|
@9ae766d1
|
10 years |
Philip Langdale |
avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate …
|
|
|
@7ed5d78d
|
10 years |
michaelni |
avcodec/dxva2: Fix "may be used uninitialized" warnings
…
|
|
|
@a838b22b
|
10 years |
michaelni |
configure: Check if ID3D11VideoDecoder exists, not just the header to …
|
|
|
@5bc2c395
|
10 years |
michaelni |
avfilter/x86/vf_fspp: Fix invalid combination of opcode and operands
…
|
|
|
@5193407c
|
10 years |
Carl Eugen Hoyos |
lavf/dnxhd: Autodetect more files that can be decoded.
|
|
|
@83a04f8c
|
10 years |
Andreas.Cadhalpun |
mov: reject zero bytes_per_frame with non-zero samples_per_frame
In …
|
|
|
@3232ac4b
|
10 years |
michaelni |
configure: d3d11va is auto-detected like the others
Fix the help text …
|
|
|
@860ac0a5
|
10 years |
Carl Eugen Hoyos |
lavf/riff: Add 0x729A as TwoCC for G.729.
Reported by forum user muchuan.
|
|
|
@94d07b31
|
10 years |
michaelni |
avcodec/dxva2: Fix build without D3D11
Signed-off-by: Michael …
|
|
|
@947b74e
|
10 years |
michaelni |
Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'
* commit …
|
|
|
@9aabc926
|
10 years |
Philip Langdale |
Improve upon dynamic arrays- movtext subtitles
Signed-off-by: Niklesh …
|
|
|
@e48a9ac9
|
10 years |
Andreas.Cadhalpun |
libshine: fix support for shine 3.0
shine_encode_buffer expects …
|
|
|
@c50904fd
|
10 years |
michaelni |
avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer()
Fixes …
|
|
|
@00f3bb2
|
10 years |
michaelni |
avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out
…
|
|
|
@cf401cd1
|
10 years |
michaelni |
avformat/rmenc: Avoid floats in duration calculation
Signed-off-by: …
|
|
|
@343654c2
|
10 years |
michaelni |
avformat/mpegenc: Replace *0.7 by *7/10
This avoids another float …
|
|
|
@73f71799
|
10 years |
michaelni |
avformat/mpegenc: Do not use floats for vcd_padding_bitrate
This …
|
|
|
@2ce6e419
|
10 years |
michaelni |
ffmpeg_opt: Set the video VBV parameters only for the video stream …
|
|
|
@d8039ef8
|
10 years |
lu_zero |
D3D11va: add a Direct3D11 video decoder similar to DXVA2
…
|
|
|
@bd46e78a
|
10 years |
michaelni |
avcodec/put_bits: Assert that size in set_put_bits_buffer_size() does …
|
|
|
@291ad5cc
|
10 years |
michaelni |
avcodec/bitstream: Assert that there is enough space left in …
|
|
|
@8f5ffed1
|
10 years |
michaelni |
avcodec/put_bits: Assert that there is enough space left in …
|
|
|
@561d3a5
|
10 years |
michaelni |
avcodec/mpegvideo_enc: Update the buffer size as more slices are …
|
|
|
@e4c2ec8
|
10 years |
michaelni |
avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size()
…
|
|
|
@8ce564ea
|
10 years |
michaelni |
avformat/mov: Mark avio context of decompressed atoms as seekable
…
|
|
|
@1cacecce
|
10 years |
michaelni |
avcodec/libutvideoenc: Fix memleak
Fixes: CID1257657
Signed-off-by: …
|
|
|
@c5a07f1f
|
10 years |
James |
libdcadec: search for frames that start late in a packet
Based on …
|
|
|
@db5ea69d
|
10 years |
michaelni |
avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() …
|
|
|
@404fe63e
|
10 years |
michaelni |
avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of …
|
|
|
@b71dc297
|
10 years |
michaelni |
avcodec/h263: Remove unused argument of h263_get_motion_length()
…
|
|
|
@39de31cc
|
10 years |
michaelni |
avcodec/mpeg4video: Reorder operations to reduce accesses to …
|
|
|
@b71528d8
|
10 years |
Andreas.Cadhalpun |
mov: always check avio_read return value
If avio_read fails, the …
|
|
|
@8e77f8ab
|
10 years |
Andreas.Cadhalpun |
mov: fix two memleaks
Signed-off-by: Andreas Cadhalpun …
|
|
|
@a5718863
|
10 years |
Andreas.Cadhalpun |
mov: abort on EOF in ff_mov_read_chan
Otherwise the loop can take a …
|
|
|
@0c3b4efc
|
10 years |
michaelni |
avformat/movenc: Remove float use from rgb_to_yuv()
Signed-off-by: …
|
|
|
@28134d6a
|
10 years |
michaelni |
avformat/swfenc: Remove another unneeded float computation
fewer …
|
|
|
@5d4ff4a3
|
10 years |
michaelni |
avformat/swfenc: Remove unneeded floats
Signed-off-by: Michael …
|
|
|
@17264cd2
|
10 years |
michaelni |
avformat/avienc: Avoid float usage
reduces risk for rounding …
|
|
|
@3bf57acb
|
10 years |
michaelni |
avformat/4xm: Change fps to AVRational
This fixes the video timebase …
|
|
|
@de0d3fe
|
10 years |
michaelni |
avcodec/y41pdec: Avoid using float for size test
Floats are not …
|
|
|
@8952254f
|
10 years |
James |
libwebp: simplify AVCodec.close functions
Reviewed-by: Michael …
|
|
|
@57d9788d
|
10 years |
James |
configure: simplify libwebp checks
The libwebpmux pkg-config file …
|
|
|
@ed4932a6
|
10 years |
Andreas.Cadhalpun |
nutdec: fix various memleaks on failure
Reviewed-by: Michael …
|
|
|
@4ae15605
|
10 years |
michaelni |
avcodec/dcadec: Search and decode frame in case it starts later in a …
|
|
|
@40a3e1e9
|
10 years |
michaelni |
avformat/wavdec: Increase dts packet threshold to fix more …
|
|
|
@9f576943
|
10 years |
michaelni |
avformat/wavdec: Increase probe_packets limit
Fixes DTS detection of …
|
|
|
@0b79a389
|
10 years |
Andreas.Cadhalpun |
nutdec: always check the get_str return value
If it fails, the …
|
|
|
@1096c46c
|
10 years |
James |
libwebp: use a separate AVClass for each encoder
Signed-off-by: James …
|
|
|
@44ca8a6a
|
10 years |
James |
libwebpenc_common: add header guards
Signed-off-by: James Almer …
|
|
|
@98be2d94
|
10 years |
James |
libwebp: remove unneeded defines
Signed-off-by: James Almer …
|
|
|
@02cf59f3
|
10 years |
michaelni |
WebP encoder: use WebPAnimEncoder API when available.
WebPAnimEncoder …
|
|
|
@ebb0ca3d
|
10 years |
michaelni |
avformat/nutdec: Check X in 2nd branch of index reading
Prevents read …
|
|
|
@f275f9ea
|
10 years |
michaelni |
Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'
* commit …
|
|
|
@179527f3
|
10 years |
michaelni |
Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'
* commit …
|
|
|
@a25ee5f9
|
10 years |
michaelni |
Merge commit 'd528045558825f01472e9bee873f60c98d661e53'
* commit …
|
|
|
@bc373595
|
10 years |
michaelni |
Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'
* commit …
|
|
|
@d5227cef
|
10 years |
michaelni |
Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'
* commit …
|
|
|
@d9b264bc
|
10 years |
michaelni |
Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'
* commit …
|
|
|
@337aa17e
|
10 years |
Philip Langdale |
avcodec/movtextdec: Add support for large boxes(>32 bit)
…
|
|
|
@4e17946f
|
10 years |
vittorio.giovara |
mpegvideo: Rework various functions not to use MpegEncContext directly
|
|
|
@a3f4c930
|
10 years |
vittorio.giovara |
mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly
|
|
|
@d5280455
|
10 years |
vittorio.giovara |
mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly
…
|
|
|
@6f54dc4
|
10 years |
vittorio.giovara |
mpegvideo: Drop stream_codec_tag
The field is unused.
|
|
|
@9c1db92a
|
10 years |
vittorio.giovara |
mpegvideo: Drop err_recognition
It is just a duplicate of an …
|
|
|
@848e86f7
|
10 years |
vittorio.giovara |
mpegvideo: Drop flags and flags2
They are just duplicates of …
|
|
|
@3b176af0
|
10 years |
michaelni |
avformat/mxfenc: Add color siting element
Previous version …
|
|
|
@a45cf639
|
10 years |
michaelni |
libavformat/mux: Add ff_choose_chroma_location()
Signed-off-by: …
|
|
|
@d09321b6
|
10 years |
michaelni |
avcodec/mpeg12dec: Fix chroma location
Signed-off-by: Michael …
|
|
|
@ebb08f3f
|
10 years |
michaelni |
avutil/pixfmt: Clarify DV example comments for AVChromaLocation
…
|
|
|
@1617a89c
|
10 years |
michaelni |
Merge commit '29216d7fd14d1cec16821867d17c90b5c49e8c07'
* commit …
|
|
|
@29216d7f
|
10 years |
martin |
tls: fix compilation when both gnutls and openssl are enabled
…
|
|
|
@e91fbfd9
|
10 years |
James |
tls: fix compilation when both gnutls and openssl are enabled
…
|
|
|
@f99fed73
|
10 years |
michaelni |
WebP encoder: extract out some methods into a separate helper library. …
|
|
|
@a0124b89
|
10 years |
michaelni |
Merge commit '94599a6de3822b13c94096d764868128f388ba28'
* commit …
|
|
|
@9221e362
|
10 years |
michaelni |
Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e'
* commit …
|
|
|
@162644c
|
10 years |
michaelni |
Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02'
* commit …
|
|
|
@6b56fcbd
|
10 years |
michaelni |
WebP muxer: support a packet containing animated WebP.
This is the …
|
|
|
@94599a6d
|
10 years |
martin |
tls: Remove all the local polling loops
These aren't necessary any …
|
|
|
@d13b124e
|
10 years |
martin |
tls: Remove the nonblocking code
Since the underlying URLContext read …
|
|
|
@d15eec4d
|
10 years |
martin |
tls: Use custom IO to read from the URLContext
This avoids hijacking …
|
|
|