1. 27 Feb, 2015 1 commit
  2. 26 Feb, 2015 1 commit
  3. 21 Jan, 2015 1 commit
  4. 15 Dec, 2013 1 commit
  5. 26 Oct, 2013 2 commits
  6. 02 Oct, 2013 1 commit
  7. 28 Sep, 2013 5 commits
  8. 27 Sep, 2013 2 commits
  9. 07 May, 2013 1 commit
  10. 03 May, 2013 1 commit
  11. 12 Feb, 2012 1 commit
  12. 08 Feb, 2012 1 commit
  13. 26 Jun, 2011 1 commit
    • Szymon Janc's avatar
      * grub-core/commands/cmp.c (grub_cmd_cmp): Remove unnecessary NULL · cbf597af
      Szymon Janc authored
      	pointer checks before calling grub_free().
      	* grub-core/commands/wildcard.c (match_devices): Likewise.
      	* grub-core/commands/wildcard.c (match_files): Likewise.
      	* grub-core/fs/cpio.c (grub_cpio_dir): Likewise.
      	* grub-core/fs/cpio.c (grub_cpio_open): Likewise.
      	* grub-core/fs/udf.c (grub_udf_read_block): Likewise.
      	* grub-core/fs/xfs.c (grub_xfs_read_block): Likewise.
      	* grub-core/loader/efi/chainloader.c (grub_cmd_chainloader): Likewise.
      	* grub-core/normal/cmdline.c (grub_cmdline_get): Likewise.
      	* grub-core/script/yylex.l (grub_lexer_unput): Likewise.
      	* grub-core/video/readers/jpeg.c (grub_video_reader_jpeg): Likewise.
      	* grub-core/video/readers/png.c (grub_png_output_byte): Likewise.
      cbf597af
  14. 24 Jun, 2011 1 commit
    • Szymon Janc's avatar
      Add support for DRI and RSTn markers in JPEG files. · c31dc5f5
      Szymon Janc authored
      	* grub-core/video/readers/jpeg.c (JPEG_MARKER_DRI): New define.
      	(JPEG_MARKER_RST0): Likewise.
      	(JPEG_MARKER_RST1): Likewise.
      	(JPEG_MARKER_RST2): Likewise.
      	(JPEG_MARKER_RST3): Likewise.
      	(JPEG_MARKER_RST4): Likewise.
      	(JPEG_MARKER_RST5): Likewise.
      	(JPEG_MARKER_RST6): Likewise.
      	(JPEG_MARKER_RST7): Likewise.
      	(grub_jpeg_data): New fields dri, r1, bitmap_ptr.
      	(grub_jpeg_decode_dri): New function.
      	(grub_jpeg_decode_sos): Move image data related part into
      	grub_jpeg_decode_data function.
      	(grub_jpeg_decode_data): New function.
      	(grub_jpeg_reset): New function.
      	(grub_jpeg_decode_jpeg): Handle new markers.
      c31dc5f5
  15. 12 Apr, 2011 1 commit
  16. 06 May, 2010 1 commit