256 Commits (dcfe32920c5b36d92012b6767c3085b26c07a9e6)

Author SHA1 Message Date
Stephan Hilb b761ae072a lavd/v4l2: produce a 0 byte packet when a dequeued buffer's size is unexpected 5 years ago
Carl Eugen Hoyos 5fceac1cdb lavd/v4l2: Fix the type of the probe function. 6 years ago
Carl Eugen Hoyos 73251678c8 lavd/v4l2: Use "int request" as second parameter for ioctl() on Android. 6 years ago
Marton Balint 4bb0409820 avdevice: migrate to AVFormatContext->url 7 years ago
Jaroslav Beran 00a1e1337f libavdevice/v4l2: fix invalid access to struct v4l2_buffer 7 years ago
Carl Eugen Hoyos 0b607228bf Cosmetics: Reindent after last commit. 8 years ago
Carl Eugen Hoyos 9d5141d1fb lavd/v4l2: Avoid setting frame_size to a negative value. 8 years ago
Anton Khirnov 0fea8555ae v4l2: use codec descriptors for mapping a codec name to id 8 years ago
Anton Khirnov 3a165c187d v4l2: convert to stdatomic 8 years ago
Vittorio Giovara 0b1bd1b205 lavd: Drop unneeded av_init_packet()s 8 years ago
Niklas Söderlund 6fd4145a1e lavd/v4l2: allow devices not implementing VIDIOC_G_PARM 9 years ago
Diego Biurrun 11de006bab Combine deprecation guards where appropriate 9 years ago
Diego Biurrun b7e64fba7f Reduce the scope of some variables 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Timothy Gu d64d6edfc7 Correct two build/built typos 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
Clément Bœsch 5cae43e718 avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 option 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Carl Eugen Hoyos 4c4f14c717 lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream. 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Michael Niedermayer f8598cefe9 avdevice/v4l2: Fix vertical alignment in list_formats() output 10 years ago
Michael Niedermayer d1d8ee5e91 avdevice/v4l2: Try to fix build on netbsd/openbsd 10 years ago
Giorgio Vazzana 28f20d2ff4 lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L2_BUF_FLAG_ERROR 10 years ago
Giorgio Vazzana 23e6cf832f lavd/v4l2: fix typo 10 years ago
Giorgio Vazzana 00a452a9ad lavd/v4l2: print buffer flags in case of error 10 years ago
Andreas Cadhalpun 482c86f231 fix spelling errors 10 years ago
Luca Barbato 9a26ba9713 v4l2: Add support for h264 10 years ago
Luca Barbato 619d5e7db8 v4l2: Use the codec descriptor facility 10 years ago
Lukasz Marek ea0ac11f1b lavd/v4l2: implement list device callback 10 years ago
Michael Niedermayer eb725235b0 avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Martin Storsjö b776113e5d v4l2: Unify one instance of reading/storing errno 10 years ago
Luca Barbato 09f25533a5 v4l2: Preserve errno values 10 years ago
Tristan Matthews a1a259881f v4l2: Use av_strerror 10 years ago
Michael Niedermayer 6f21fb7932 Revert "v4l2: setting device parameters early" 10 years ago
Giorgio Vazzana be0356ca05 lavd/v4l2: use pixel format variable names consistently 10 years ago
James Almer 931da6a5e9 lavd/v4l2: don't use avpriv_ prefix for internal functions 10 years ago
Andrey Utkin b608fba672 Use v4l2 input format automatically if filename starts with "/dev/video" 10 years ago
Giorgio Vazzana d7e088849e lavd/v4l2: introduce enqueue_buffer() 10 years ago
Giorgio Vazzana 0b890425e3 lavd/v4l2: simplify list_formats() 10 years ago
Giorgio Vazzana 7865cafec2 lavd/v4l2: simplify list_framesizes() 10 years ago
Giorgio Vazzana 55cf7d9713 lavd/v4l2: remove unneeded variable in device_init() 10 years ago
Giorgio Vazzana 3da359c140 lavd/v4l2: simplify first_field() 10 years ago
Giorgio Vazzana 39750b7364 lavd/v4l2: Replace s1 with ctx for consistency. 10 years ago
Dmitry Volyntsev fe8f4c71e3 libavdevice/v4l2: fix descriptors leak on error paths 10 years ago
Michael Niedermayer c5f43c8888 avdevice/v4l2: try to fix build for openbsd 10 years ago
Andre Wolokita 44e95a017c lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns ENODATA 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 124c94a1c8 avdevice/v4l2: Use av_malloc_array() 11 years ago
Olivier Langlois 0a15067047 lavd: Use av_gettime_relative() 11 years ago