1150 Commits (a7af002b5f4c71590ce2536132b40e8cdc0cac7e)

Author SHA1 Message Date
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
Diego Biurrun a6a27fede9 vfwcap: Replace deprecated av_destruct_packet() by av_free_packet() 10 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 10 years ago
Michael Niedermayer 75bd83d448 avdevice/lavfi: Simplify non-AV stream check 10 years ago
James Almer 1fd880cef3 lavd/dshow: use av_codec_get_id() 10 years ago
James Almer 0ab00a75e4 avcodec/raw: add avpriv_get_raw_pix_fmt_tags() 10 years ago
James Almer 5b12b4fc4b lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 10 years ago
Thilo Borgmann 86b7821e29 lavd/avfoundation: Add device category. 10 years ago
Michael Niedermayer 39133efc1b avdevice/oss_audio: Check SNDCTL_DSP_GETFMTS failure, print a warning but continue 10 years ago
Anshul Maheswhwari fcb11ec291 v4l2enc: adding AVClass 10 years ago
Michael Niedermayer 1e51af13c7 avdevice/pulse_audio_enc: use getter function for AVFrame.channels 10 years ago
Andrey Utkin b6a6459a24 lavd/lavfi: work with non-mappable files for graph_file option 10 years ago
Timothy Gu 69c7aad494 oss_audio: use a macro to simplify ioctl() error checking 10 years ago
Nidhi Makhijani d6e1d37100 oss_audio: Split muxer and demuxer 10 years ago
Diego Biurrun c0de9159a7 avdevice: Give names to anonymously typedeffed structs 10 years ago
Nicolas George 8e2976860f lavd/x11grab: reindent after last commit. 10 years ago
Nicolas George 1d12df1ad7 lavd/x11grab: add an option to disable MIT-SHM. 10 years ago
Nicolas George 16c6795465 lavd/x11grab: check 32-bits color masks. 10 years ago
Nicolas George 36fbe3c789 lavd/x11grab: change error code for unsupported visuals. 10 years ago
Nicolas George a65c0a3fe8 lavd/x11grab: disable drawing mouse without XFixes. 10 years ago
Hanspeter Niederstrasser 04980dbee8 avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from 10.8 onward 10 years ago
Michael Niedermayer 9514472904 avutil & avdevice: remove av_bprint_fd_contents() 10 years ago
Michael Niedermayer 98eab98159 avdevice/pulse_audio_dec: reimplement using the non simple API 11 years ago
Michael Niedermayer eee6ad38f9 avdevice/lavfi: add io.h, should fix msvc build 11 years ago
Michael Niedermayer 0dbcecc8dc avdevice/oss_audio: Add #if HAVE_UNISTD_H around #include <unistd.h> 11 years ago
Michael Niedermayer 0ebcf87803 protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_contents() patches 11 years ago
Andrey Utkin 2229a6dfe6 avdevice/lavfi: allow non-mmappable files for graph_file 11 years ago
Michael Niedermayer 33f6ba9c4e avdevice/pulse_audio_dec: clear pa_simple pointer after deallocation 11 years ago
Michael Niedermayer 9efa7f82ce avdevice/xv: fix missing { 11 years ago
Lukasz Marek e5c806fd67 lavd/xv: handle delete window message 11 years ago
sfan5 ffe6ecc418 lavd/avfoundation: Support user selected pixel formats and pixel format autoselection. 11 years ago
Michael Niedermayer 3a10bf93b5 avdevice/lavfi: Use av_malloc_array() 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 124c94a1c8 avdevice/v4l2: Use av_malloc_array() 11 years ago
Lukasz Marek 51bad41a13 lavd/jack_audio: use av_fifo_alloc_array 11 years ago
Olivier Langlois 0a15067047 lavd: Use av_gettime_relative() 11 years ago
Janne Grunau 449511740f build: handle library dependencies in configure 11 years ago
Lukasz Marek 75a19f5eec lavd/jack_audio: use av_fifo_freep 11 years ago
Lukasz Marek fa4f7b17bc lavd/xv: reident after previous commits 11 years ago
Lukasz Marek db4b03146c lavd/opengl_enc: fix window size correction code 11 years ago
Lukasz Marek 45601854b1 lavd/opengl_enc: add window size param 11 years ago
Lukasz Marek 41e4c6d8c5 lavd/opengl_enc: use flag to mark inited context 11 years ago
Lukasz Marek 8ff72924cf lavd/opengl_enc: fix pixel data alignment 11 years ago
Lukasz Marek 5bef4878d3 lavd/pulse_audio_enc: respect minreq while checking buffer fullness 11 years ago
Lukasz Marek f817d55049 lavd/pulse_audio_enc: signal that buffer is still writable after write 11 years ago
Lukasz Marek a1e5be5c1a lavd/pulse_audio_enc: add pointer checks 11 years ago
Lukasz Marek 954a8f4483 lavd/pulse_audio_enc: add more buffer attributes 11 years ago
Lukasz Marek e2ebaa0933 lavd/fbdev_dec: implement fbdev_get_device_list callback 11 years ago
Lukasz Marek 279ff8d2f6 lavd/fbdev_enc: move list device code to fbdev_common 11 years ago