|
|
|
@cc5f5e14
|
10 years |
u |
build: require libxcb >= 1.4
Fixes Ticket #4139
|
|
|
@38c1bffd
|
10 years |
michaelni |
Merge commit '470c9db11ff2c3249e995e7ba68e87bb81bf778c'
* commit …
|
|
|
@b8db25a3
|
10 years |
James |
configure: bump year
Happy new year!
|
|
|
@e566667d
|
10 years |
michaelni |
Merge commit '5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a'
* commit …
|
|
|
@3be67f33
|
10 years |
michaelni |
Merge commit '7a1a63e34fa46af18311c2493fdaec9a93bdb750'
* commit …
|
|
|
@983778f1
|
10 years |
michaelni |
Merge commit 'c5e7ea13d2d4da0c5da91973a547afff6fe9e011'
* commit …
|
|
|
@b0ba8a23
|
10 years |
michaelni |
Merge commit 'b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe'
* commit …
|
|
|
@f38e2bcb
|
10 years |
michaelni |
Merge commit '847bf5988fec1d3e65c1d8cf0cdb8caf0cfd0c1b'
* commit …
|
|
|
@504267f
|
10 years |
michaelni |
avformat/movenc: Use cluster timestamps when available in edts
Also …
|
|
|
@0506f687
|
10 years |
michaelni |
Merge commit 'c725faebda9a516766d94c33b07972ab0f70cf93'
* commit …
|
|
|
@68a06a24
|
10 years |
michaelni |
Merge commit '724cbea7193945fe5a5b4dea8ede344803572844'
* commit …
|
|
|
@7ca10d10
|
10 years |
michaelni |
Merge commit '355d01a1bf55297b1d1f04e4bfbf0ddc93b6247e'
* commit …
|
|
|
@470c9db1
|
10 years |
martin |
sidxindex: Remove parsing that isn't necessary any longer
When we …
|
|
|
@5cf6bda
|
10 years |
martin |
sidxindex: Don't adjust the Period start time depending on the track …
|
|
|
@7a1a63e3
|
10 years |
martin |
dashenc: Use pts for MPD timeline timestamps
This should be more …
|
|
|
@c5e7ea1
|
10 years |
martin |
dashenc: Use delay_moov
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@b3b0b35d
|
10 years |
martin |
movenc: Get rid of a hack for updating the dvc1 atom
Use the more …
|
|
|
@847bf598
|
10 years |
martin |
movenc: Add an option for delaying writing the moov with empty_moov
…
|
|
|
@c725faeb
|
10 years |
martin |
movenc: Use start_dts/cts instead of cluster[0] for writing edit lists …
|
|
|
@724cbea7
|
10 years |
martin |
movenc: Remove an unnecessary condition when flushing fragments
If …
|
|
|
@355d01a1
|
10 years |
martin |
movenc: Factorize writing ftyp and other identification tags to a …
|
|
|
@a3ab8742
|
10 years |
michaelni |
avutil/camellia: cosmetic fixes
Signed-off-by: Giorgio Vazzana …
|
|
|
@fbb792f
|
10 years |
michaelni |
avutil/camellia: use K[2] instead of *K in generate_round_keys()
…
|
|
|
@8e38b153
|
10 years |
michaelni |
avutil/camellia: make LR128() more robust
Signed-off-by: Giorgio …
|
|
|
@88d19d24
|
10 years |
michaelni |
avutil/camellia: fix documentation for av_camellia_crypt()
…
|
|
|
@55763b6f
|
10 years |
michaelni |
lavd/lavfi: allow to extract subcc.
Signed-off-by: Nicolas George …
|
|
|
@c6bb651b
|
10 years |
michaelni |
libavutil: Added Camellia symmetric block cipher
Signed-off-by: …
|
|
|
@4c7a1ccb
|
10 years |
michaelni |
Changelog: Add cropdetect non 8bpp
Suggested-by: Reimar
Previous …
|
|
|
@11201bbf
|
10 years |
clement |
avformat/mov: reindent after previous commit
|
|
|
@55faf56c
|
10 years |
clement |
avformat/mov: move edit list heuristics into mov_build_index()
…
|
|
|
@75cc57f7
|
10 years |
michaelni |
avcodec/mpeg12dec: Check actual aspect ratio instead of …
|
|
|
@1010b36d
|
10 years |
michaelni |
avcodec/mpeg12dec: Recalculate SAR unconditionally
Fixes Ticket4161
…
|
|
|
@aeb36fd
|
10 years |
michaelni |
avcodec/mpeg12dec: Move user data debug code out of unrelated if …
|
|
|
@6a29499
|
10 years |
u |
avformat/flvdec: remove duplicated line error
Fix typo regression …
|
|
|
@8009a51f
|
10 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@efc4bfc1
|
10 years |
michaelni |
avformat/flvdec: use named identifier instead of literal numbers as …
|
|
|
@eb767a27
|
10 years |
michaelni |
avformat/flvdec: Increase string array size
Fixes parsing …
|
|
|
@322f0f5
|
10 years |
michaelni |
avformat/flvdec: do not inject dts=0 metadata packets which failed to …
|
|
|
@5c37ffca
|
10 years |
michaelni |
avformat/flvdec: add several error messages to error conditions
…
|
|
|
@46aa75ee
|
10 years |
Marton Balint |
ffplay: dump format before selecting streams
This helps the user to …
|
|
|
@5e7dcb04
|
10 years |
Marton Balint |
ffplay: add support for stream specifiers in -ast, -vst, -sst options
…
|
|
|
@82928656
|
10 years |
Marton Balint |
ffplay: remove unused no_background from videostate
Signed-off-by: …
|
|
|
@8c1f5fb0
|
10 years |
Marton Balint |
ffplay: remove flushed state from decoder context
Signed-off-by: …
|
|
|
@d25d9296
|
10 years |
michaelni |
avfilter/vf_idet: Add 9, 12 and 14 bit pixel formats
Signed-off-by: …
|
|
|
@18802bc8
|
10 years |
michaelni |
avfilter/vf_idet: Use frame_requested instead of prev
This is more …
|
|
|
@3eb5cbe0
|
10 years |
michaelni |
avformat/cdxl: Fix integer overflow of image_size
Signed-off-by: …
|
|
|
@975ff6a3
|
10 years |
James |
x86/swr: disable pack_8ch functions on msvc/icl x86_32
Until a proper …
|
|
|
@5f14f9e9
|
10 years |
James |
x86/swr: add missing alignment check to pack_6ch functions
…
|
|
|
@5ba62e89
|
10 years |
michaelni |
avcodec/loco: check the init_get_bits8() return code
Signed-off-by: …
|
|
|
@131a1858
|
10 years |
michaelni |
avcodec/loco: use enum for mode variable
Signed-off-by: Michael …
|
|
|
@037b527d
|
10 years |
michaelni |
doc/filters: document bit-depth independent cropdetect limit
…
|
|
|
@d97b94f
|
10 years |
michaelni |
avcodec/loco: Support LOCO reference encoder with odd width
Fixes …
|
|
|
@37b35feb
|
10 years |
James |
x86/swr: add SSE2/AVX pack_8ch functions
Reviewed-by: Michael …
|
|
|
@a288d08d
|
10 years |
michaelni |
avfilter/vf_cropdetect: adjust Default threshold based on bit depth
…
|
|
|
@08156739
|
10 years |
michaelni |
avfilter/vf_yadif: add >8bit planar rgb formats
Signed-off-by: …
|
|
|
@eee9b7a6
|
10 years |
michaelni |
ffprobe: Support extracting the number of reference frames
Fixes …
|
|
|
@eb465b8c
|
10 years |
michaelni |
avfilter/vf_uspp: clear AVPacket to not leave uninitialized memory
…
|
|
|
@0c10cf6a
|
10 years |
clement |
fate: add a fate-filter-framepack rule
|
|
|
@39e18b1f
|
10 years |
clement |
avfilter/framepack: use FF_CEIL_RSHIFT()
|
|
|
@e405a8a7
|
10 years |
michaelni |
avfilter/vf_cropdetect: extend limit to cover 16bit pixel formats
…
|
|
|
@a2e2a9f2
|
10 years |
michaelni |
avfilter/vf_cropdetect: fix ; typos
Signed-off-by: Michael …
|
|
|
@6ab4812f
|
10 years |
michaelni |
avfilter/vf_cropdetect: support 9-16bit planar formats
Signed-off-by: …
|
|
|
@5c7227bb
|
10 years |
michaelni |
avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loop
19484 -> …
|
|
|
@60e2c311
|
10 years |
michaelni |
avfilter/vf_cropdetect: Unroll 1byte per sample loop
12807 -> 6336 …
|
|
|
@17dc83ab
|
10 years |
michaelni |
avfilter/vf_cropdetect: add RGB & RGBA support
These where already …
|
|
|
@0ffb61e8
|
10 years |
michaelni |
Merge commit '8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7'
* commit …
|
|
|
@e5a37667
|
10 years |
michaelni |
Merge commit 'b91a5757fcbf723da99b05b298a6f820271dbc2b'
* commit …
|
|
|
@8d3133f4
|
10 years |
michaelni |
Merge commit '50036c30df83b609bc5a95276f1287f8b9b8bdd6'
* commit …
|
|
|
@7905bd55
|
10 years |
Carl Eugen Hoyos |
Fix decoding for little endian Aja Kona 10-bit RGB.
The little endian …
|
|
|
@8d54bacb
|
10 years |
martin |
dashenc: Remove some stray double spaces
Signed-off-by: Martin …
|
|
|
@b91a5757
|
10 years |
martin |
dashenc: Fix writing of timelines that don't start at t=0
When …
|
|
|
@50036c30
|
10 years |
martin |
fate: Use bitexact conversions in the dpxparser test
This fixes fate …
|
|
|
@256df8a2
|
10 years |
michaelni |
libavformat/cdxl: fix duration in case of overflow
Fixes integer …
|
|
|
@827af242
|
10 years |
michaelni |
avutil/rational: Check that av_reduce() returns values within the …
|
|
|
@db0a52d6
|
10 years |
michaelni |
avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info()
…
|
|
|
@748ad112
|
10 years |
michaelni |
avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in …
|
|
|
@ac08c5c0
|
10 years |
michaelni |
avformat/mux: 2 subtitle packets could have the same DTS
Fixes …
|
|
|
@202947a0
|
10 years |
michaelni |
libavformat/segment.c: Add strftime expansion for segment filename …
|
|
|
@6a6a0620
|
10 years |
Carl Eugen Hoyos |
Fix R10k blue channel output.
Makes R10k -> gbrp10 ffv1 -> R10k …
|
|
|
@750b10ff
|
10 years |
michaelni |
doc/ffmpeg.texi: document the new -sdp_file option
Signed-off-by: …
|
|
|
@9c3a8693
|
10 years |
michaelni |
avdevice/dshow: Remove unneeded NULL checks
Signed-off-by: Michael …
|
|
|
@a3f6e8c4
|
10 years |
michaelni |
avdevice/dshow: Use av_freep() to avoid leaving stale pointers in …
|
|
|
@beaea2de
|
10 years |
michaelni |
avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in …
|
|
|
@3b1f7472
|
10 years |
michaelni |
avfilter/vf_cropdetect: add max_outliers parameter
Fixes Ticket3030
…
|
|
|
@627f5658
|
10 years |
michaelni |
ffmpeg: Use av_freep(), avoid leaving stale pointers in memory
…
|
|
|
@cc63da12
|
10 years |
michaelni |
ffmpeg: add sdp_file option
Allow printing of sdp information to a …
|
|
|
@c2631022
|
10 years |
michaelni |
avcodec/vdpau: fix assertion failure and < vs > error
Fixes …
|
|
|
@17dde95
|
10 years |
michaelni |
Merge remote-tracking branch 'rbultje/vp9-32bit-lpf'
* …
|
|
|
@03518090
|
10 years |
Reimar.Doeffinger |
r210enc.c: Simplify and never store more than 10 bits.
The r10k and …
|
|
|
@3aefca68
|
10 years |
rsbultje |
vp9/x86: add myself to copyright holders for loopfilter assembly.
|
|
|
@afd8c464
|
10 years |
rsbultje |
vp9/x86: make filter_16_h work on 32-bit.
|
|
|
@b26bc352
|
10 years |
rsbultje |
vp9/x86: make filter_48/84/88_h work on 32-bit.
|
|
|
@8a1cff1c
|
10 years |
rsbultje |
vp9/x86: make filter_44_h work on 32-bit.
|
|
|
@047088b8
|
10 years |
rsbultje |
vp9/x86: make filter_16_v work on 32-bit.
|
|
|
@0cc9c23e
|
10 years |
rsbultje |
vp9/x86: make filter_48/84_v work on 32-bit.
|
|
|
@6433a913
|
10 years |
rsbultje |
vp9/x86: make filter_88_v work on 32-bit.
|
|
|
@75f8e520
|
10 years |
rsbultje |
vp9/x86: make filter_44_v work on 32-bit.
|
|
|
@7f80c334
|
10 years |
rsbultje |
vp8/x86: save one register in SIGN_ADD/SUB.
|
|
|
@8ea2194e
|
10 years |
rsbultje |
vp9/x86: store unpacked intermediates for filter6/14 on stack.
…
|
|
|
@e4240947
|
10 years |
rsbultje |
vp8/x86: move variable assigned inside macro branch.
The value is not …
|
|
|