302 Commits (1f4f752117c0519345a1b0a725a57440cc8924ec)

Author SHA1 Message Date
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Antonio Ospite d3958ab4ed x11grab: fix a memory leak exposed by valgrind 13 years ago
Anton Khirnov 87392b1fd5 libcdio: add a forgotten AVClass to the private context. 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Yordan Makariev 0c5d78a898 4xm, timefilter: K&R formatting cosmetics 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov 941e9f2238 lavd: remove deprecated v4l grab device. 13 years ago
Luca Barbato b6db385922 v4l2: use C99 struct initializer 13 years ago
Luca Barbato 0efd48dfd1 v4l2: poll the file descriptor 13 years ago
Luca Barbato b8c310cb0a v4l2: support compressed formats 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Janne Grunau f13a9ca906 v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined 13 years ago
Luca Barbato a6a4793d04 v4l2: list available formats 13 years ago
Luca Barbato cd2bbad303 v4l2: set the proper codec_tag 13 years ago
Luca Barbato eb89b4fc09 v4l2: refactor device_open 13 years ago
Luca Barbato 246007d370 v4l2: simplify away io_method 13 years ago
Luca Barbato a896d7f45a v4l2: cosmetics 13 years ago
Luca Barbato 21aa6ae4fb v4l2: uniform and format options 13 years ago
Luca Barbato af7123b2ad v4l2: do not force interlaced mode 13 years ago
Janne Grunau 1adba23cec v4l2: remove unneded linux specific asm/types.h include 13 years ago
Mans Rullgard 878dda5db1 build: move inclusion of subdir.mak to main subdir loop 13 years ago
Anton Khirnov 1be323054e Add basic libavdevice documentation. 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 13 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Luca Barbato 2625b621ce pulse: compute frame_duration once and fix it 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Luca Barbato 0de9c41ff4 pulse: introduce pulseaudio input 13 years ago
Anton Khirnov 5dd35b43f1 Move timefilter code from lavf to lavd. 13 years ago
Anton Khirnov ab88b25f99 lavf: use avpriv_ prefix for some dv functions. 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Diego Biurrun e83c2ddebf Fix 'heigth' vs. 'height' typos. 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Anton Khirnov 4d77d57d20 alsa: add missing header 13 years ago
Anton Khirnov e417d80d28 lavd: add libcdio-paranoia input device for audio CD grabbing 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Anton Khirnov a7c93dae55 jack: add 'channels' private option. 13 years ago
Yu-Jie Lin 1442d29533 x11grab: add show_region AVOption. 13 years ago
Yu-Jie Lin 085791a92e x11grab: add follow_mouse AVOption. 13 years ago
Diego Biurrun ad4cd0c2a4 doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
Justin Ruggles e35c674d13 alsa: limit buffer_size to 32768 frames. 14 years ago
Justin Ruggles 8bfd7f6a47 alsa: fallback to buffer_size/4 for period_size. 14 years ago
Anton Khirnov ce558c8f59 x11grab: replace undocumented nomouse hackery with a private option. 14 years ago