picoproj: allow setting the AM7XXX_ZOOM_TELE zoom mode
[libam7xxx.git] / ChangeLog
1 2013-07-28 11:15:18 +0200 Antonio Ospite <ospite@studenti.unina.it>
2
3         * Release version 0.1.4 (HEAD, master)
4
5 2013-07-28 01:11:42 +0200 Antonio Ospite <ospite@studenti.unina.it>
6
7         * contrib: add some benchmarking data about am7xxx_send_image_async (origin/master)
8
9 2013-07-28 00:50:30 +0200 Antonio Ospite <ospite@studenti.unina.it>
10
11         * am7xxx-play: fix a crash when a packet cannot be encoded
12
13 2013-07-28 00:38:13 +0200 Antonio Ospite <ospite@studenti.unina.it>
14
15         * am7xxx-play: don't initialize variables when not needed
16
17 2013-07-28 00:19:04 +0200 Antonio Ospite <ospite@studenti.unina.it>
18
19         * TODO: mention that atoi() must go away
20
21 2013-07-28 00:10:08 +0200 Antonio Ospite <ospite@studenti.unina.it>
22
23         * picoproj: get rid of exit(), return more meaningful values to userspace
24
25 2013-07-27 23:47:26 +0200 Antonio Ospite <ospite@studenti.unina.it>
26
27         * HACKING.asciidoc: add commands to compile with clang
28
29 2013-07-27 23:44:45 +0200 Antonio Ospite <ospite@studenti.unina.it>
30
31         * HACKING.asciidoc: add an example of testing am7xxx-play with valgrind
32
33 2013-07-27 23:36:08 +0200 Antonio Ospite <ospite@studenti.unina.it>
34
35         * doc: update Doxyfile.in
36
37 2013-07-27 23:27:01 +0200 Antonio Ospite <ospite@studenti.unina.it>
38
39         * contrib: add a udev rule to invoke am7xxx-modeswitch
40
41 2013-07-27 23:25:34 +0200 Antonio Ospite <ospite@studenti.unina.it>
42
43         * Rename am7xxx_mode_switch to am7xxx-modeswitch
44
45 2013-07-27 23:02:34 +0200 Antonio Ospite <ospite@studenti.unina.it>
46
47         * TODO: mention that data types could be improved in the API
48
49 2013-07-27 23:01:16 +0200 Antonio Ospite <ospite@studenti.unina.it>
50
51         * picoporj: fix another -Wshorten-64-to-32 warning from clang
52
53 2013-07-27 22:55:53 +0200 Antonio Ospite <ospite@studenti.unina.it>
54
55         * picoproj: silence a -Wshorten-64-to-32 warning from clang
56
57 2013-07-27 22:53:19 +0200 Antonio Ospite <ospite@studenti.unina.it>
58
59         * CMakeLists.txt: disable -Wsign-conversion warnings
60
61 2013-07-27 21:33:28 +0200 Antonio Ospite <ospite@studenti.unina.it>
62
63         * am7xxx: fix a clang warning
64
65 2013-07-27 20:55:48 +0200 Antonio Ospite <ospite@studenti.unina.it>
66
67         * examples: silence a couple of clang warnings
68
69 2013-07-27 20:26:06 +0200 Antonio Ospite <ospite@studenti.unina.it>
70
71         * doc: mention the Top-Height/TEC PP700 in the Doxygen documentation
72
73 2013-07-27 20:23:30 +0200 Antonio Ospite <ospite@studenti.unina.it>
74
75         * doc: add some lsusb dumps for reference
76
77 2013-07-21 00:13:33 +0200 Antonio Ospite <ospite@studenti.unina.it>
78
79         * am7xxx-play: use am7xxx_send_image_async() (local-ao2)
80
81 2013-07-21 00:10:28 +0200 Antonio Ospite <ospite@studenti.unina.it>
82
83         * am7xxx: implement am7xxx_send_image_async()
84
85 2013-07-14 13:25:25 +0200 Antonio Ospite <ospite@studenti.unina.it>
86
87         * am7xxx: fix a typo in a comment s/a am7xxx device/an am7xxx device/
88
89 2013-07-13 11:05:00 +0200 Antonio Ospite <ospite@studenti.unina.it>
90
91         * CMakeLists.txt: enable two new compiler warnings
92
93 2013-06-30 00:22:07 +0200 Antonio Ospite <ospite@studenti.unina.it>
94
95         * am7xxx: add quirks for devices not supporting some operations
96
97 2013-06-30 00:20:51 +0200 Antonio Ospite <ospite@studenti.unina.it>
98
99         * picoproj: remove an unreachable break statement
100
101 2013-06-30 00:15:30 +0200 Antonio Ospite <ospite@studenti.unina.it>
102
103         * am7xxx-play: uniform coding style
104
105 2013-06-30 00:12:59 +0200 Antonio Ospite <ospite@studenti.unina.it>
106
107         * CMakeLists.txt: add support for clang and isolate gcc-only options
108
109 2013-06-29 23:11:57 +0200 Antonio Ospite <ospite@studenti.unina.it>
110
111         * HACKING.asciidoc: mention the patch needed for older libav/ffmpeg
112
113 2013-06-29 23:02:13 +0200 Antonio Ospite <ospite@studenti.unina.it>
114
115         * README.asciidoc: mention the TEC PP700 projector as supported
116
117 2013-05-27 00:06:23 +0200 Antonio Ospite <ospite@studenti.unina.it>
118
119         * picoproj: remove an unneeded blank line
120
121 2013-05-27 00:05:00 +0200 Antonio Ospite <ospite@studenti.unina.it>
122
123         * examples: print the usage message when a required option is missing
124
125 2013-05-26 23:53:13 +0200 Antonio Ospite <ospite@studenti.unina.it>
126
127         * CMakeLists.txt: fix enabling verbose debug output
128
129 2013-04-05 23:35:34 +0200 Antonio Ospite <ospite@studenti.unina.it>
130
131         * am7xxx: use the symbolic constant for libusb log level
132
133 2013-04-05 23:29:58 +0200 Antonio Ospite <ospite@studenti.unina.it>
134
135         * picoproj: show the image resolution when image does not fit the native one
136
137 2013-04-05 23:28:24 +0200 Antonio Ospite <ospite@studenti.unina.it>
138
139         * picoproj: remove one of two consecutive blank lines
140
141 2013-03-25 23:04:03 +0100 Antonio Ospite <ospite@studenti.unina.it>
142
143         * doc, contrib: add PicoPix 2330 to the list of supported devices
144
145 2013-03-25 22:47:21 +0100 Antonio Ospite <ospite@studenti.unina.it>
146
147         * am7xxx: add support for Philips/Sagemcom PicoPix 2330
148
149 2013-03-25 22:44:35 +0100 Antonio Ospite <ospite@studenti.unina.it>
150
151         * Merge branch 'per-device-usb-config'
152
153 2013-03-23 23:30:54 +0100 Antonio Ospite <ospite@studenti.unina.it>
154
155         * am7xxx: make the supported_device array const
156
157 2013-03-23 22:55:04 +0100 Antonio Ospite <ospite@studenti.unina.it>
158
159         * am7xxx: improve setting USB configuration and interface_number
160
161 2012-11-14 15:41:48 +0100 Antonio Ospite <ospite@studenti.unina.it>
162
163         * am7xxx: reference am7xxx_usb_device_descriptor in struct _am7xxx_device
164
165 2013-03-23 22:40:25 +0100 Antonio Ospite <ospite@studenti.unina.it>
166
167         * am7xxx: fail if USB configuration or interface are not right
168
169 2013-03-23 23:03:48 +0100 Antonio Ospite <ospite@studenti.unina.it>
170
171         * am7xxx_mode_switch: release interface only if claimed
172
173 2013-03-14 23:04:20 +0100 Antonio Ospite <ospite@studenti.unina.it>
174
175         * doc: add a man page for am7xxx_mode_switch
176
177 2013-03-15 00:13:21 +0100 Antonio Ospite <ospite@studenti.unina.it>
178
179         * Add a NEWS file
180
181 2013-03-14 20:23:49 +0100 Antonio Ospite <ospite@studenti.unina.it>
182
183         * Release version 0.1.3 (tag: v0.1.3)
184
185 2013-03-14 19:48:14 +0100 Antonio Ospite <ospite@studenti.unina.it>
186
187         * am7xxx-play: switch to avcodec_encode_video2()
188
189 2013-03-14 19:30:07 +0100 Antonio Ospite <ospite@studenti.unina.it>
190
191         * am7xxx-play: remove an unreachable break
192
193 2013-03-14 12:28:32 +0100 Antonio Ospite <ospite@studenti.unina.it>
194
195         * am7xxx-play: rename 'packet' to 'in_packet'
196
197 2013-03-14 11:22:05 +0100 Antonio Ospite <ospite@studenti.unina.it>
198
199         * am7xxx: fix coding style
200
201 2013-03-14 11:13:16 +0100 Antonio Ospite <ospite@studenti.unina.it>
202
203         * contrib: add the am7xxx-play-window.sh script
204
205 2012-12-17 23:54:51 +0100 Antonio Ospite <ospite@studenti.unina.it>
206
207         * Merge branch 'fix-devinfo-for-PicoPix'
208
209 2012-12-07 11:59:32 +0100 Antonio Ospite <ospite@studenti.unina.it>
210
211         * am7xxx: make libam7xxx work with Philips/Sagemcom PPX projectors
212
213 2012-12-07 11:51:16 +0100 Antonio Ospite <ospite@studenti.unina.it>
214
215         * am7xxx: cache device info in am7xxx_get_device_info()
216
217 2012-12-07 12:22:45 +0100 Antonio Ospite <ospite@studenti.unina.it>
218
219         * am7xxx: detect unexpected responses to AM7XXX_PACKET_TYPE_DEVINFO requests
220
221 2012-12-04 11:46:12 +0100 Antonio Ospite <ospite@studenti.unina.it>
222
223         * Fix an error when compiling with both -O0 and -Wp,-D_FORTIFY_SOURCE=2
224
225 2012-11-14 12:31:01 +0100 Antonio Ospite <ospite@studenti.unina.it>
226
227         * am7xxx: don't mention AM7XXX_DIRECTION_OUT in read_header()
228
229 2012-11-14 12:08:07 +0100 Antonio Ospite <ospite@studenti.unina.it>
230
231         * am7xxx: add a note on the symmetry of read_header() and send_header()
232
233 2012-11-14 12:01:34 +0100 Antonio Ospite <ospite@studenti.unina.it>
234
235         * am7xxx: assign device_list next to its first use
236
237 2012-11-14 11:00:58 +0100 Antonio Ospite <ospite@studenti.unina.it>
238
239         * am7xxx: print text description of the 'direction' field
240
241 2012-10-14 18:23:04 +0200 Antonio Ospite <ospite@studenti.unina.it>
242
243         * picoproj: clarify that when AM7XXX_ZOOM_TEST is set no image gets sent
244
245 2012-10-14 18:03:54 +0200 Antonio Ospite <ospite@studenti.unina.it>
246
247         * am7xxx: add support for Philips/SagemCom PicoPix PPX 2055
248
249 2012-09-17 10:07:55 +0200 Antonio Ospite <ospite@studenti.unina.it>
250
251         * examples: support multiple devices
252
253 2012-09-17 10:10:07 +0200 Antonio Ospite <ospite@studenti.unina.it>
254
255         * doc: update Doxygen configuration
256
257 2012-07-27 12:57:44 +0200 Antonio Ospite <ospite@studenti.unina.it>
258
259         * Merge branch 'am7xxx_set_zoom_mode'
260
261 2012-06-21 10:12:14 +0200 Antonio Ospite <ospite@studenti.unina.it>
262
263         * contrib: add a test image to show how zoom modes work
264
265 2012-06-21 10:41:42 +0200 Antonio Ospite <ospite@studenti.unina.it>
266
267         * am7xxx-play: make the help about power mode more consistent
268
269 2012-06-20 15:32:13 +0200 Antonio Ospite <ospite@studenti.unina.it>
270
271         * picoproj: make the help about power mode more consistent
272
273 2012-06-20 13:13:20 +0200 Antonio Ospite <ospite@studenti.unina.it>
274
275         * am7xxx: update signature and documentation of am7xxx_set_power_mode()
276
277 2012-06-21 10:32:32 +0200 Antonio Ospite <ospite@studenti.unina.it>
278
279         * am7xxx-play: support setting the zoom mode
280
281 2012-02-20 13:43:03 +0100 Antonio Ospite <ospite@studenti.unina.it>
282
283         * picoproj: support setting the zoom mode
284
285 2012-02-20 13:37:20 +0100 Antonio Ospite <ospite@studenti.unina.it>
286
287         * am7xxx: implement support for the AM7XXX_PACKET_TYPE_ZOOM
288
289 2012-07-08 23:17:20 +0200 Antonio Ospite <ospite@studenti.unina.it>
290
291         * Merge remote-tracking branch 'origin/rettichschnidi'
292
293 2012-07-08 22:56:08 +0200 Reto Schneider <github@reto-schneider.ch>
294
295         * Add missing break.
296
297 2012-07-06 00:48:31 +0200 Reto Schneider <github@reto-schneider.ch>
298
299         * Fix typo.
300
301 2012-06-29 13:22:55 +0200 Antonio Ospite <ospite@studenti.unina.it>
302
303         * contrib: add an example of how to start displaying images automatically
304
305 2012-06-21 10:23:28 +0200 Antonio Ospite <ospite@studenti.unina.it>
306
307         * contrib: add other supported devices to 55-am7xxx.rules
308
309 2012-06-20 15:01:02 +0200 Antonio Ospite <ospite@studenti.unina.it>
310
311         * doc: update the list of supported devices
312
313 2012-06-12 12:48:28 +0200 Antonio Ospite <ospite@studenti.unina.it>
314
315         * am7xxx: rename am7xxx_header.unknown0 to am7xxx_header.direction
316
317 2012-06-09 12:21:36 +0200 Antonio Ospite <ospite@studenti.unina.it>
318
319         * README.asciidoc: add Aiptek PocketCinema T25 to the AM7XXX devices list
320
321 2012-06-09 12:19:28 +0200 Matti Koskinen <mjkoskin@kolumbus.fi>
322
323         * am7xxx: add support for Aiptek PocketCinema T25
324
325 2012-05-22 16:34:29 +0200 Antonio Ospite <ospite@studenti.unina.it>
326
327         * README.asciidoc: add info about running am7xxx-play.exe on Windows
328
329 2012-05-22 16:33:44 +0200 Antonio Ospite <ospite@studenti.unina.it>
330
331         * HACKING.asciidoc: add info about compiling am7xxx-play for Windows
332
333 2012-05-22 16:23:10 +0200 Antonio Ospite <ospite@studenti.unina.it>
334
335         * am7xxx-play: check if strtok_r is available
336
337 2012-05-22 16:21:25 +0200 Antonio Ospite <ospite@studenti.unina.it>
338
339         * am7xxx-play: check if sigaction is available
340
341 2012-05-22 16:16:15 +0200 Antonio Ospite <ospite@studenti.unina.it>
342
343         * am7xxx-play: add a fallback definition for ENOTSUP
344
345 2012-05-22 15:42:26 +0200 Antonio Ospite <ospite@studenti.unina.it>
346
347         * am7xxx-play: get the framerate from the video stream
348
349 2012-05-22 15:29:55 +0200 Antonio Ospite <ospite@studenti.unina.it>
350
351         * mingw_cross_toolchain.cmake: set the MINGW variable to True
352
353 2012-05-15 10:35:05 +0200 Antonio Ospite <ospite@studenti.unina.it>
354
355         * HACKING.asciidoc: add info about getting and building libam7xxx
356
357 2012-05-14 14:42:44 +0200 Antonio Ospite <ospite@studenti.unina.it>
358
359         * README.asciidoc: add Royaltek PJU-2100 to the AM7XXX based devices list
360
361 2012-05-13 10:25:52 +0200 Richard Wisenoecker <richard47@gmx.at>
362
363         * am7xxx: add support for Acer C112
364
365 2012-05-11 21:52:29 +0200 Antonio Ospite <ospite@studenti.unina.it>
366
367         * README.asciidoc document how to get libam7xx running on MS Windows
368
369 2012-05-11 21:50:36 +0200 Antonio Ospite <ospite@studenti.unina.it>
370
371         * Add a simple usb_mode_switch clone for am7xxx devices
372
373 2012-05-10 17:00:27 +0200 Antonio Ospite <ospite@studenti.unina.it>
374
375         * TODO: mention the plan about GStreamer
376
377 2012-05-10 16:02:16 +0200 Antonio Ospite <ospite@studenti.unina.it>
378
379         * Merge branch 'mingw-port'
380
381 2012-05-10 15:46:47 +0200 Antonio Ospite <ospite@studenti.unina.it>
382
383         * HACKING.asciidoc: add a section to explain Windows cross compilation
384
385 2012-05-10 15:29:56 +0200 Antonio Ospite <ospite@studenti.unina.it>
386
387         * Add a CMAKE_TOOLCHAIN_FILE to compile with MinGW
388
389 2012-05-10 14:58:26 +0200 Antonio Ospite <ospite@studenti.unina.it>
390
391         * Don't set -pedantic-errors in CMAKE_C_FLAGS, it breaks check_symbol_exists()
392
393 2012-05-10 12:13:03 +0200 Antonio Ospite <ospite@studenti.unina.it>
394
395         * picoproj: replace mmap() with more portable file stream operations
396
397 2012-05-10 12:11:33 +0200 Antonio Ospite <ospite@studenti.unina.it>
398
399         * picoproj: fix a typo
400
401 2012-05-10 12:10:45 +0200 Antonio Ospite <ospite@studenti.unina.it>
402
403         * picoproj: issue a warning when passing "-f" more than once
404
405 2012-05-10 09:34:01 +0200 Antonio Ospite <ospite@studenti.unina.it>
406
407         * am7xxx: don't look for the math library when compiling for Windows
408
409 2012-05-10 09:01:40 +0200 Antonio Ospite <ospite@studenti.unina.it>
410
411         * am7xxx: MinGW does not have endian.h, provide fallbacks
412
413 2012-05-10 08:16:04 +0200 Antonio Ospite <ospite@studenti.unina.it>
414
415         * am7xxx: fix setting the USB configuration
416
417 2012-05-10 08:11:14 +0200 Antonio Ospite <ospite@studenti.unina.it>
418
419         * am7xxx: use hex notation for USB endpoints
420
421 2012-05-10 07:57:01 +0200 Antonio Ospite <ospite@studenti.unina.it>
422
423         * picoproj: use MAP_PRIVATE in the mmap call
424
425 2012-05-10 07:49:46 +0200 Antonio Ospite <ospite@studenti.unina.it>
426
427         * HACKING.asciidoc: fix cmake invocation examples
428
429 2012-05-10 15:57:19 +0200 Antonio Ospite <ospite@studenti.unina.it>
430
431         * Merge remote-tracking branch 'origin/rettichschnidi' into mingw-port
432
433 2012-05-06 23:24:40 +0200 Antonio Ospite <ospite@studenti.unina.it>
434
435         * picoproj: add a note about image dimensions and native resolution
436
437 2012-04-08 14:24:43 +0200 Reto Schneider <github@reto-schneider.ch>
438
439         * Fix usage of FIND_PATH, allow $FFMPEG_DIR to be used.
440
441 2012-04-07 12:39:43 +0200 Reto Schneider <github@reto-schneider.ch>
442
443         * Stop CMake if function avformat_open_input not available, print an error message. Prevents compile errors later on.
444
445 2012-04-07 08:39:33 +0200 Reto Schneider <github@reto-schneider.ch>
446
447         * Make example programs optional.
448
449 2012-03-28 13:37:00 +0200 Antonio Ospite <ospite@studenti.unina.it>
450
451         * Release version 0.1.2 (tag: v0.1.2)
452
453 2012-03-28 13:08:23 +0200 Antonio Ospite <ospite@studenti.unina.it>
454
455         * doc: fix the "custom install targets" to handle DESTDIR
456
457 2012-03-28 10:55:14 +0200 Antonio Ospite <ospite@studenti.unina.it>
458
459         * Release version 0.1.1 (tag: v0.1.1)
460
461 2012-03-28 10:43:04 +0200 Antonio Ospite <ospite@studenti.unina.it>
462
463         * doc: use ${DOC_OUTPUT_PATH} in the targets once we have it defined
464
465 2012-03-28 10:31:22 +0200 Antonio Ospite <ospite@studenti.unina.it>
466
467         * examples: keep the -h option as the last one in am7xxx-play
468
469 2012-03-28 10:27:12 +0200 Antonio Ospite <ospite@studenti.unina.it>
470
471         * examples: add power level setting to picoproj
472
473 2012-03-28 10:11:54 +0200 Antonio Ospite <ospite@studenti.unina.it>
474
475         * TODO: remove the entry about signals and picoproj
476
477 2012-03-28 10:09:08 +0200 Antonio Ospite <ospite@studenti.unina.it>
478
479         * cosmetics: remove some trailing spaces
480
481 2012-03-28 10:02:03 +0200 Antonio Ospite <ospite@studenti.unina.it>
482
483         * am7xxx: control shared library symbols visibility
484
485 2012-03-28 09:11:51 +0200 Antonio Ospite <ospite@studenti.unina.it>
486
487         * doc: make sure docs have been generated when installing
488
489 2012-03-26 13:50:05 +0200 Antonio Ospite <ospite@studenti.unina.it>
490
491         * Increase project number to 0.1.0 (tag: v0.1.0)
492
493 2012-03-26 13:49:31 +0200 Antonio Ospite <ospite@studenti.unina.it>
494
495         * Merge branch 'unstable'
496
497 2012-03-26 13:27:43 +0200 Antonio Ospite <ospite@studenti.unina.it>
498
499         * TODO: remove the entry about documenting the API with Doxygen (origin/unstable)
500
501 2012-03-24 00:25:57 +0100 Antonio Ospite <ospite@studenti.unina.it>
502
503         * doc: add generation of man pages from asciidoc sources
504
505 2012-03-24 00:01:25 +0100 Antonio Ospite <ospite@studenti.unina.it>
506
507         * doc: add a link to the public API on the main page
508
509 2012-03-24 00:26:59 +0100 Antonio Ospite <ospite@studenti.unina.it>
510
511         * examples: rephrase picoproj example description
512
513 2012-03-23 23:32:59 +0100 Antonio Ospite <ospite@studenti.unina.it>
514
515         * examples: make picoproj usage look more like am7xxx-play one
516
517 2012-03-23 22:01:45 +0100 Antonio Ospite <ospite@studenti.unina.it>
518
519         * doc: add examples to the Doxygen documentation
520
521 2012-03-23 17:03:36 +0100 Antonio Ospite <ospite@studenti.unina.it>
522
523         * sm7xxx-play: add missing newline on some error messages
524
525 2012-03-21 14:47:20 +0100 Antonio Ospite <ospite@studenti.unina.it>
526
527         * am7xxx: round scaled_height and scaled_width
528
529 2012-03-21 12:06:16 +0100 Antonio Ospite <ospite@studenti.unina.it>
530
531         * cmake: make stricter compilation checks conditional
532
533 2012-03-21 11:45:36 +0100 Antonio Ospite <ospite@studenti.unina.it>
534
535         * Merge remote-tracking branch 'origin/rettichschnidi' into unstable
536
537 2012-03-20 22:59:03 +0100 Antonio Ospite <ospite@studenti.unina.it>
538
539         * examples: set proper return codes in am7xxx-play
540
541 2012-03-19 22:13:04 +0100 Antonio Ospite <ospite@studenti.unina.it>
542
543         * examples: add a -l option to am7xxx-play
544
545 2012-03-20 23:39:05 +0100 Reto Schneider <github@reto-schneider.ch>
546
547         * Fix typo: dimesions -> dimensions
548
549 2012-03-20 23:36:20 +0100 Reto Schneider <github@reto-schneider.ch>
550
551         * All modes above LOW need both connectors to be plugged in.
552
553 2012-03-20 23:33:50 +0100 Reto Schneider <github@reto-schneider.ch>
554
555         * Fix typo: architechtures -> architectures
556
557 2012-03-20 23:32:46 +0100 Reto Schneider <github@reto-schneider.ch>
558
559         * Remove douled semicolons
560
561 2012-03-20 21:16:14 +0100 Reto Schneider <github@reto-schneider.ch>
562
563         * Check the user submitted value for the rescaling method.
564
565 2012-03-20 21:15:29 +0100 Reto Schneider <github@reto-schneider.ch>
566
567         * Fix the wording of the help message for the rescaling method.
568
569 2012-03-20 21:06:30 +0100 Reto Schneider <github@reto-schneider.ch>
570
571         * Update the help message to make it clear that the quality argument needs a parameter.
572
573 2012-03-20 20:53:38 +0100 Reto Schneider <github@reto-schneider.ch>
574
575         * Let the user set the power mode via the switch '-p <power mode>'
576
577 2012-03-20 19:55:27 +0100 Reto Schneider <github@reto-schneider.ch>
578
579         * Merge remote-tracking branch 'origin/unstable' into rettichschnidi
580
581 2012-03-19 22:07:16 +0100 Antonio Ospite <ospite@studenti.unina.it>
582
583         * cmake: disable optimizations in debug builds
584
585 2012-03-18 23:45:48 +0100 Reto Schneider <github@reto-schneider.ch>
586
587         * Link to all ffmpeg libraries, not just to avdevice.
588
589 2012-03-17 10:17:19 +0100 Antonio Ospite <ospite@studenti.unina.it>
590
591         * am7xxx: fix a typo, s/it's/its/
592
593 2012-03-16 20:46:29 +0100 Reto Schneider <github@reto-schneider.ch>
594
595         * Merge branch 'unstable' into rettichschnidi
596
597 2012-03-16 20:36:05 +0100 Reto Schneider <github@reto-schneider.ch>
598
599         * Purely cosmetic change: add missing newline
600
601 2012-03-09 19:47:54 +0100 Reto Schneider <github@reto-schneider.ch>
602
603         * Use commas to separate different pico projector names.
604
605 2012-03-15 15:30:28 +0100 Antonio Ospite <ospite@studenti.unina.it>
606
607         * examples: add a am7xxx-play example program
608
609 2012-03-15 14:11:28 +0100 Antonio Ospite <ospite@studenti.unina.it>
610
611         * am7xxx: cosmetics, remove some useless double spaces
612
613 2012-03-15 14:05:25 +0100 Antonio Ospite <ospite@studenti.unina.it>
614
615         * am7xxx: add  am7xxx_calc_scaled_image_dimensions()
616
617 2012-03-08 14:35:36 +0100 Antonio Ospite <ospite@studenti.unina.it>
618
619         * contrib: add PicoPix 1020 USB IDs to 55-am7xxx.rules
620
621 2012-03-08 14:22:20 +0100 Antonio Ospite <ospite@studenti.unina.it>
622
623         * picoproj: move it to an example/ directory
624
625 2012-03-07 23:32:29 +0100 Antonio Ospite <ospite@studenti.unina.it>
626
627         * cmake: split out the maintenance targets to a new cmake module
628
629 2012-03-07 23:12:30 +0100 Antonio Ospite <ospite@studenti.unina.it>
630
631         * doc: add an install target
632
633 2012-03-07 17:48:49 +0100 Antonio Ospite <ospite@studenti.unina.it>
634
635         * am7xxx, doc: add Doxygen documentation for the public API
636
637 2012-03-06 17:28:57 +0100 Antonio Ospite <ospite@studenti.unina.it>
638
639         * am7xxx: rename the 'size' argument of am7xxx_send_image() to 'image_size'
640
641 2012-03-01 23:47:00 +0100 Antonio Ospite <ospite@studenti.unina.it>
642
643         * cosmetics: remove some unneeded white spaces
644
645 2012-03-01 23:05:50 +0100 Antonio Ospite <ospite@studenti.unina.it>
646
647         * CmakeLists.txt: add some hardening options to CMAKE_C_FLAGS
648
649 2012-03-01 21:52:06 +0100 Antonio Ospite <ospite@studenti.unina.it>
650
651         * am7xxx: introduce a new am7xxx_device_info type
652
653 2012-02-29 23:54:22 +0100 Antonio Ospite <ospite@studenti.unina.it>
654
655         * HACKING.asciidoc: mention how to use valgrind
656
657 2012-02-29 23:31:14 +0100 Antonio Ospite <ospite@studenti.unina.it>
658
659         * picoproj: add an option to set the log level
660
661 2012-02-29 23:29:12 +0100 Antonio Ospite <ospite@studenti.unina.it>
662
663         * am7xxx: use the logging infrastructure
664
665 2012-02-28 23:51:37 +0100 Antonio Ospite <ospite@studenti.unina.it>
666
667         * am7xxx: add a simple logging infrastructure
668
669 2012-02-28 22:37:06 +0100 Antonio Ospite <ospite@studenti.unina.it>
670
671         * am7xxx: track the context in am7xxx_device
672
673 2012-02-28 21:57:45 +0100 Antonio Ospite <ospite@studenti.unina.it>
674
675         * am7xxx: pass the context to add_new_device() and find_device()
676
677 2012-02-28 21:44:34 +0100 Antonio Ospite <ospite@studenti.unina.it>
678
679         * am7xxx: silent a warning enabled by 'sparse' about an uninitialized variable
680
681 2012-02-29 23:33:13 +0100 Antonio Ospite <ospite@studenti.unina.it>
682
683         * TODO: remove the entry about multi-device support
684
685 2012-02-23 18:05:48 +0100 Antonio Ospite <ospite@studenti.unina.it>
686
687         * am7xxx: add multi-device support
688
689 2012-02-23 16:23:41 +0100 Antonio Ospite <ospite@studenti.unina.it>
690
691         * TODO: handle signals in picoproj and do the proper cleanup
692
693 2012-02-22 13:14:24 +0100 Antonio Ospite <ospite@studenti.unina.it>
694
695         * am7xxx: support other devices which talk the same protocol
696
697 2012-02-21 14:48:06 +0100 Antonio Ospite <ospite@studenti.unina.it>
698
699         * cmake: fix libusb search
700
701 2012-02-21 13:19:28 +0100 Antonio Ospite <ospite@studenti.unina.it>
702
703         * am7xxx: change am7xx_device definition, better buffer handling
704
705 2012-02-23 15:26:44 +0100 Antonio Ospite <ospite@studenti.unina.it>
706
707         * am7xxx: initialize the 'transferred' variable before USB transfers
708
709 2012-02-21 19:55:24 +0100 Antonio Ospite <ospite@studenti.unina.it>
710
711         * README.asciidoc: Acer C120 is not based on AM7XXX
712
713 2012-02-20 21:31:36 +0100 Antonio Ospite <ospite@studenti.unina.it>
714
715         * README.asciidoc: rephrase the part about USB IDs
716
717 2012-02-20 17:51:11 +0100 Antonio Ospite <ospite@studenti.unina.it>
718
719         * README.asciidoc: fix a typo s/trasfers/transfers/
720
721 2012-02-20 17:50:06 +0100 Antonio Ospite <ospite@studenti.unina.it>
722
723         * README.asciidoc: mention Thomas Baquet's project and fix some style
724
725 2012-02-20 13:44:23 +0100 Antonio Ospite <ospite@studenti.unina.it>
726
727         * contrib: add some udev rules to let normal users access the devices
728
729 2012-02-20 13:28:29 +0100 Antonio Ospite <ospite@studenti.unina.it>
730
731         * README.asciidoc: highlight USB IDs by using an unformatted style
732
733 2012-01-25 15:50:41 +0100 Antonio Ospite <ospite@studenti.unina.it>
734
735         * Don't use fixed size integer types in the public header
736
737 2012-01-25 15:44:24 +0100 Antonio Ospite <ospite@studenti.unina.it>
738
739         * Make struct am7xxx_header and related types private
740
741 2012-01-25 15:26:44 +0100 Antonio Ospite <ospite@studenti.unina.it>
742
743         * Implement am7xxx_get_device_info()
744
745 2012-01-25 12:24:53 +0100 Antonio Ospite <ospite@studenti.unina.it>
746
747         * Add info about transfer direction in debug messages, add newline
748
749 2012-01-24 17:15:50 +0100 Antonio Ospite <ospite@studenti.unina.it>
750
751         * picoproj: make the -f option mandatory
752
753 2012-01-24 16:43:23 +0100 Antonio Ospite <ospite@studenti.unina.it>
754
755         * Implement am7xxx_set_power_mode()
756
757 2012-01-24 16:03:33 +0100 Antonio Ospite <ospite@studenti.unina.it>
758
759         * Indent header_data fields when dumping headers
760
761 2012-01-24 15:45:00 +0100 Antonio Ospite <ospite@studenti.unina.it>
762
763         * Document in_80chars() and remove reference_image_header[]
764
765 2012-01-24 15:39:24 +0100 Antonio Ospite <ospite@studenti.unina.it>
766
767         * Dump the data only in DEBUG builds
768
769 2012-01-24 14:55:54 +0100 Antonio Ospite <ospite@studenti.unina.it>
770
771         * Add a HACKING.asciidoc file
772
773 2012-01-24 13:38:35 +0100 Antonio Ospite <ospite@studenti.unina.it>
774
775         * Serialize struct am7xxx_header properly before sending it on the wire
776
777 2012-01-24 10:41:47 +0100 Antonio Ospite <ospite@studenti.unina.it>
778
779         * picoproj: exit with success when the -h option is used
780
781 2012-01-24 10:27:25 +0100 Antonio Ospite <ospite@studenti.unina.it>
782
783         * Document usb_modeswitch command to change the device mode
784
785 2012-01-23 17:13:15 +0100 Reto Schneider <github@reto-schneider.ch>
786
787         * Renamed AM7XXX_IMAGE_FORMAT_YUV_NV12 to AM7XXX_IMAGE_FORMAT_NV12.
788
789 2012-01-21 16:22:04 +0100 Reto Schneider <github@reto-schneider.ch>
790
791         * Added support for imageformat YUV - NV12
792
793 2012-01-21 16:15:50 +0100 Reto Schneider <github@reto-schneider.ch>
794
795         * Stop build process if a warning shows up
796
797 2012-01-16 00:03:42 +0100 Reto Schneider <github@reto-schneider.ch>
798
799         * corrected some spelling mistakes
800
801 2012-01-15 22:58:15 +0100 Antonio Ospite <ospite@studenti.unina.it>
802
803         * Relicense under GPLv2+
804
805 2012-01-15 21:12:14 +0100 Antonio Ospite <ospite@studenti.unina.it>
806
807         * Add a TODO file
808
809 2012-01-15 21:11:58 +0100 Antonio Ospite <ospite@studenti.unina.it>
810
811         * Add a README.asciidoc
812
813 2012-01-15 01:40:19 +0100 Antonio Ospite <ospite@studenti.unina.it>
814
815         * Fix Copyright year
816
817 2012-01-15 01:39:15 +0100 Antonio Ospite <ospite@studenti.unina.it>
818
819         * Add GPL-3 license text
820
821 2012-01-13 13:43:59 +0100 Antonio Ospite <ospite@studenti.unina.it>
822
823         * Rename the header_len field to header_data_len
824
825 2012-01-13 13:37:32 +0100 Antonio Ospite <ospite@studenti.unina.it>
826
827         * Make including am7xxx.h in C++ code safe
828
829 2012-01-13 03:20:14 +0100 Antonio Ospite <ospite@studenti.unina.it>
830
831         * Use Cmake and make libam7xxx a shared library
832
833 2012-01-12 13:46:14 +0100 Antonio Ospite <ospite@studenti.unina.it>
834
835         * Split am7xxx functions and definitions
836
837 2012-01-07 03:16:17 +0100 Antonio Ospite <ospite@studenti.unina.it>
838
839         * Add backup and changelog rules to Makefile
840
841 2012-01-07 02:53:08 +0100 Antonio Ospite <ospite@studenti.unina.it>
842
843         * Add initial support for USB output communication
844
845 2012-01-07 01:46:38 +0100 Antonio Ospite <ospite@studenti.unina.it>
846
847         * Add support for sending an actual JPEG image
848
849 2012-01-07 01:45:20 +0100 Antonio Ospite <ospite@studenti.unina.it>
850
851         * Image size is always unsigned
852
853 2012-01-07 01:44:01 +0100 Antonio Ospite <ospite@studenti.unina.it>
854
855         * Wrap lines when dumping big buffers
856
857 2012-01-07 00:03:55 +0100 Antonio Ospite <ospite@studenti.unina.it>
858
859         * Add some command line options
860
861 2012-01-07 00:03:16 +0100 Antonio Ospite <ospite@studenti.unina.it>
862
863         * Minor Makefile cleanup
864
865 2012-01-06 22:51:02 +0100 Antonio Ospite <ospite@studenti.unina.it>
866
867         * Rewrite to support different packet types
868
869 2012-01-07 01:58:10 +0100 Antonio Ospite <ospite@studenti.unina.it>
870
871         * Fix a typo
872
873 2012-01-06 18:16:37 +0100 Antonio Ospite <ospite@studenti.unina.it>
874
875         * Initial import