|
|
|
@46353759
|
10 years |
Reimar.Doeffinger |
mpeg4vdpau: Fix priv data size.
Signed-off-by: Reimar Döffinger …
|
|
|
@e5054c8
|
10 years |
michaelni |
avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers …
|
|
|
@842745fe
|
10 years |
michaelni |
avcodec/pthread_frame: Simplify code by using av_reallocp_array()
…
|
|
|
@cc769931
|
10 years |
michaelni |
avcodec/parser: use av_freep() to avoid leaving stale pointers in …
|
|
|
@d2d97b34
|
10 years |
lukasz.m.luki2 |
ffserver_config: fix compilation warning
Signed-off-by: Lukasz Marek …
|
|
|
@ed1f8915
|
10 years |
lukasz.m.luki2 |
ffserver_config: postpone codec context creation
So far …
|
|
|
@fe72622
|
10 years |
lukasz.m.luki2 |
lavd/alsa: implement get_device_list callbacks
Signed-off-by: Lukasz …
|
|
|
@7f7facde
|
10 years |
michaelni |
doc/formats: document libavformats bitexact flag
Signed-off-by: …
|
|
|
@d5633dfc
|
10 years |
michaelni |
doc: document -dump_separator
Signed-off-by: Michael Niedermayer …
|
|
|
@0c6c5d7b
|
10 years |
michaelni |
avcodec/mjpegenc: use av_freep(), avoid leaving stale pointers in …
|
|
|
@d15a94ba
|
10 years |
michaelni |
configure: fix escaping in xcb cflags / libs
Fixes build with open64
…
|
|
|
@dd2f868
|
10 years |
michaelni |
Merge commit 'aae6b3b918b4133b8cc2d1631196c1d406d0351a'
* commit …
|
|
|
@77eff7a5
|
10 years |
michaelni |
Merge commit 'c55d1d382cd41345a79782ace41f9b43f45dca9a'
* commit …
|
|
|
@61f1c96e
|
10 years |
michaelni |
Merge commit '00c67fe1d0bc7c2ce49daac9c80ea39d5a663b73'
* commit …
|
|
|
@8065a0cd
|
10 years |
michaelni |
Merge commit 'cf589faa5b7aed3bb38e08dcd00bd951e69686d1'
* commit …
|
|
|
@f76cd09d
|
10 years |
michaelni |
doc: Add documentation for the whitelist options
Signed-off-by: …
|
|
|
@fc8d59fa
|
10 years |
michaelni |
avcodec/h264_parser: Use av_freep() to avoid leaving stale pointers
…
|
|
|
@2a26b22a
|
10 years |
michaelni |
avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in …
|
|
|
@a1cb8779
|
10 years |
michaelni |
avcodec/crystalhd: use av_freep() to avoid stale pointers
this leaves …
|
|
|
@adfc3b81
|
10 years |
michaelni |
avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointers
…
|
|
|
@25a36028
|
10 years |
michaelni |
avcodec/dvbsubdec: merge declaration and init
Signed-off-by: Michael …
|
|
|
@aae6b3b9
|
10 years |
martin |
movenc: Don't write any iso brands in ismv files
We deviate slightly …
|
|
|
@c55d1d3
|
10 years |
martin |
movenc: Don't write any tfdt atom for ismv files
The tfdt atom …
|
|
|
@00c67fe1
|
10 years |
martin |
movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov
…
|
|
|
@47f1596e
|
10 years |
michaelni |
avcodec/dxtory: use unaligned copy for unaligned addresses
Fixes …
|
|
|
@e91ba2ef
|
10 years |
michaelni |
avcodec/svq1dec: zero terminate embedded message before printing
…
|
|
|
@10e32618
|
10 years |
michaelni |
avcodec/cook: check that the subpacket sizes fit in block_align
Fixes …
|
|
|
@db442c87
|
10 years |
michaelni |
avdevice/xcbgrab: Fix offset support
Found-by: carl
Signed-off-by: …
|
|
|
@0c9f0da0
|
10 years |
stefasab |
ffprobe.xsd: add packets_and_frames element definition
This allows …
|
|
|
@792f0f20
|
10 years |
Carl Eugen Hoyos |
Fix compilation of xcbgrab if xcb/shape.h is not available.
Old …
|
|
|
@8c0ae901
|
10 years |
Carl Eugen Hoyos |
Fix xcbgrab build if shm is not available.
|
|
|
@0e89d00
|
10 years |
Carl Eugen Hoyos |
Fix disabling libxcb-shm and libxcb-xfixes.
|
|
|
@7f24e1e
|
10 years |
michaelni |
Merge commit '600d5ee6b12bad144756b0772319bb04796bc528'
* commit …
|
|
|
@be787bcc
|
10 years |
michaelni |
Merge commit 'a9911a1b2df37ca808e06dc30627215f4ec9a9e4'
* commit …
|
|
|
@ad600e10
|
10 years |
michaelni |
Merge commit '1e0b81abe86dc09dd34d60d57f92de5f12d65818'
* commit …
|
|
|
@39cce77f
|
10 years |
michaelni |
Merge commit 'b2b79eca6fae2466a53c5daa163a37e2474364fc'
* commit …
|
|
|
@647405d1
|
10 years |
michaelni |
Merge commit '573b1de2d7f1db71030f91ecdded7d0bc071f6b6'
* commit …
|
|
|
@32e666c3
|
10 years |
michaelni |
avcodec/g2meet: check tile dimensions to avoid integer overflow
Fixes …
|
|
|
@f0585541
|
10 years |
Carl Eugen Hoyos |
lavc/utils: Make pix_fmt desc pointer const.
Fixes an "initialization …
|
|
|
@23ec8db
|
10 years |
Carl Eugen Hoyos |
Autodetect libxcb.
|
|
|
@d1b5ad3
|
10 years |
michaelni |
mxfenc: fix indentation after last commit
Signed-off-by: Michael …
|
|
|
@a8605be3
|
10 years |
michaelni |
Merge commit '84bf64d3598c98a748e609195358ea04b0cfd140'
* commit …
|
|
|
@a3b1e42e
|
10 years |
michaelni |
Merge commit 'e9ba3098319f78c91470c05da988d865491852c5'
* commit …
|
|
|
@cf589fa
|
10 years |
martin |
movenc: Add a flag for using default-base-is-moof in tfhd atoms
…
|
|
|
@600d5ee
|
10 years |
martin |
movenc: Signal iso6 in compatible_brands when using tfdt
…
|
|
|
@a9911a1b
|
10 years |
martin |
doc: Document the omit_tfhd_offset flag to the mp4 muxer
…
|
|
|
@1e0b81ab
|
10 years |
martin |
movenc: Use a local variable consistently
Signed-off-by: Martin …
|
|
|
@b2b79eca
|
10 years |
martin |
movenc: Don't check the custom IO flag when using faststart
The …
|
|
|
@573b1de2
|
10 years |
martin |
movenc: Don't use track_id to decide which track is the first in a …
|
|
|
@66b2a3fa
|
10 years |
michaelni |
Merge commit '2cd28693a59050717cb7da6cb229e606b1dee356'
* commit …
|
|
|
@7729f433
|
10 years |
michaelni |
avdevice/fbdev_dec: use errno instead of ret for av_log
Should fix …
|
|
|
@265c477
|
10 years |
michaelni |
Merge commit '043ea6f7bfc59399b6b3659da785ec4cc68a008e'
* commit …
|
|
|
@9a534eda
|
10 years |
michaelni |
Merge commit 'f64d7e919eabd427f3e6dd4a1219e448c78deb42'
* commit …
|
|
|
@e08ff208
|
10 years |
michaelni |
Merge commit 'b3d11437ca55d81eeb10c923343ad69b73895fa8'
* commit …
|
|
|
@363effbb
|
10 years |
michaelni |
Merge commit 'a9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b'
* commit …
|
|
|
@1700fa01
|
10 years |
michaelni |
avformat/utils: support more AVC Intra formats without SPS/PPS header
…
|
|
|
@a0528d9d
|
10 years |
michaelni |
avformat/mpjpeg: make boundary tag user customizable
Signed-off-by: …
|
|
|
@e5813d96
|
10 years |
Carl Eugen Hoyos |
avformat/subtitles: reduce log level of UTF-16 warning
Applications …
|
|
|
@faa9d298
|
10 years |
James |
lavu/atomic: add support for the new memory model aware gcc built-ins
…
|
|
|
@84bf64d3
|
10 years |
vittorio.giovara |
bethsoftvid: simplify return handling
Fixes a double free in case of …
|
|
|
@e9ba3098
|
10 years |
vittorio.giovara |
assdec: check av_new_packet return value
CC: libav-stable@libav.org …
|
|
|
@2cd2869
|
10 years |
vittorio.giovara |
jack: Use av_strerror
|
|
|
@043ea6f
|
10 years |
vittorio.giovara |
fbdev: Use av_strerror
|
|
|
@f64d7e91
|
10 years |
vittorio.giovara |
mtv: improve header check and avoid division by zero
CC: …
|
|
|
@b3d11437
|
10 years |
vittorio.giovara |
oggenc: remove unneeded null check
The code would have segfaulted …
|
|
|
@931da6a5
|
10 years |
michaelni |
lavd/v4l2: don't use avpriv_ prefix for internal functions
No need to …
|
|
|
@df74811c
|
10 years |
michaelni |
avcodec/utils: Align dimensions by at least their chroma sub-sampling …
|
|
|
@0c42f47e
|
10 years |
michaelni |
avcodec/libutvideodec: Try to fix build failure with old libutvideo
…
|
|
|
@2114e884
|
10 years |
michaelni |
avformat/mxfenc: AVC Intra support
To keep h264 parsing simple and …
|
|
|
@fd1652b3
|
10 years |
Carl Eugen Hoyos |
Improve the fieldmatch documentation about mixed telecined content.
…
|
|
|
@c1e035ea
|
10 years |
michaelni |
avformat/mxfdec: fix null pointer dereference
Fixes: …
|
|
|
@5b86447
|
10 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@238ed47f
|
10 years |
Carl Eugen Hoyos |
Mention in the documentation that fieldmatch needs cfr input.
This …
|
|
|
@b608fba6
|
10 years |
Carl Eugen Hoyos |
Use v4l2 input format automatically if filename starts with …
|
|
|
@19a6431e
|
10 years |
Carl Eugen Hoyos |
Print a warning if a subtitle demuxer changes utf16 to utf8.
This …
|
|
|
@26122145
|
10 years |
Carl Eugen Hoyos |
Do not set the lame quality if the user didn't request it.
This makes …
|
|
|
@f3c0e0bf
|
10 years |
michaelni |
avcodec/dnxhddec: treat pix_fmt like width/height
Fixes out of array …
|
|
|
@1a25c336
|
10 years |
michaelni |
mxfdec: Tighten RIP length bounds in mxf_read_random_index_pack()
…
|
|
|
@b83affdc
|
10 years |
michaelni |
mxfdec: Merge last_partition and footer_partition
FooterPartition …
|
|
|
@1b17b64e
|
10 years |
michaelni |
Revert "avformat/mxfdec: detect loops during header parsing"
This …
|
|
|
@37c36861
|
10 years |
michaelni |
mxfdec: Parse PreviousPartition in mxf_seek_to_previous_partition()
…
|
|
|
@fc1b89d
|
10 years |
michaelni |
mxfdec: Break out parts of mxf_read_header() into separate functions
…
|
|
|
@f1c21a20
|
10 years |
michaelni |
avformat/mvdec: Check size in read_table() for validity
This check is …
|
|
|
@86e57492
|
10 years |
michaelni |
avformat/mvdec: Check size for validity in var_read_string()
Fixes …
|
|
|
@e70312d
|
10 years |
michaelni |
avcodec/dxa: check dimensions
Fixes out of array access
Fixes: …
|
|
|
@a9179b5
|
10 years |
vittorio.giovara |
configure: Check only for xcb
xcb-utils are not needed anymore.
|
|
|
@beb94478
|
10 years |
michaelni |
dvenc: mark encoder as intra
And thus allow various multithreading.
…
|
|
|
@4fa772ac
|
10 years |
michaelni |
dv: increase VLC reading bits to 10
This also requires a bump in the …
|
|
|
@280da99a
|
10 years |
michaelni |
avdevice/xcbgrab: set avclass category
Signed-off-by: Michael …
|
|
|
@c2e99567
|
10 years |
michaelni |
Merge commit '4ad1eba011860224831ce0bb3123f6f55716b68a'
* commit …
|
|
|
@dd5123a
|
10 years |
michaelni |
Merge commit 'ce91b2eae6ea52fc1a7003566d26db20ca62d745'
* commit …
|
|
|
@ab9ba888
|
10 years |
michaelni |
Merge commit '26ab504ad8d2b23535c9a0ad43bf1fd0e6aa0893'
* commit …
|
|
|
@4ad1eba0
|
10 years |
anton |
lavd: fix building x11grab after a6674d2
|
|
|
@ce91b2ea
|
10 years |
anton |
vdpau: return MAIN instead of BASELINE for H.264 CBP
This is the same …
|
|
|
@26ab504a
|
10 years |
anton |
vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBP
…
|
|
|
@39680ca
|
10 years |
michaelni |
avcodec/dirac_arith: fix integer overflow
Fixes: …
|
|
|
@5145d22b
|
10 years |
michaelni |
avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y
Fixes very long …
|
|
|
@526886e6
|
10 years |
michaelni |
avcodec/diracdec: Use 64bit in calculation of codeblock coordinates
…
|
|
|
@d4e8cc35
|
10 years |
michaelni |
Merge commit '11467ecf519788f2e2f49c63a17eb600e618489e'
* commit …
|
|
|
@0894b940
|
10 years |
michaelni |
avformat/bethsoftvid: print error in case the side date failed to be …
|
|
|