2of1
half a nibble of another

Home
Projects
About
Aug

02

Git: Undo commits

Filed Under (Coding, Git, Version control) by 2of1 on 02-08-2010

Undo last commit:

git reset --soft HEAD^

Commit with previous commit message:

git commit <-a OR file(s)> -c ORIG_HEAD

Undo all commits:

git reset master^
No Comments
Read More
Aug

02

DVB-S scanning support for VLC

Filed Under (Apps, Coding, Linux, Open source, VLC) by 2of1 on 02-08-2010

I’ve started working on adding support for DVB-S scanning to VLC (as part of a general VLC/DVB update).

Currently, DVB-S scanning uses transponder lists and it seems to work quite well.

You can download the latest set of patches from github.

You’ll also need some transponder config files. You can use the ones that come with dvb-scan.
just put them in your vlc share directory(vlc/share or /usr/share/vlc) under dvb/dvb-s/.

To apply do the following:

cd <vlc source directory>
git apply *.patch

Now compile.

You can the run vlc with something like the following:

./vlc -vv dvb://frequency=0:satellite=hotbird13.0e

(The frequency=0 param tells the dvb module to perform a scan).

Please report back to me with any bugs – this is very experimental at the moment.

(3) Comments
Read More
Newer Entries »
  • Recent Posts

    • Sony Bravia Escapades #1: The teardown
    • Cracking WiFi: Israeli Provider fail
    • Razer Naga open source Linux driver
    • ARM long branch
    • Mini-Namco #3: (Almost) Finished
  • Archives

    • April 2012
    • January 2012
    • September 2011
    • August 2011
    • July 2011
    • May 2011
    • March 2011
    • February 2011
    • January 2011
    • November 2010
    • October 2010
    • September 2010
    • August 2010
    • July 2010
    • June 2010
  • GitHub

    • code
    • d2d1headers
    • locateme
    • findjerusalem
    • seg7
    • userspace-krb
    • libgmail
    • preloader
    • linhook
    • robinhood
    • andhook
    • razer-drivers
  • qrcode

  • Site Search

  • Categories

    • Apps (7)
      • Preloader (1)
      • Symbian S60 (1)
      • VLC (4)
      • Wordpress (1)
    • Coding (29)
      • Assembly (1)
        • ARM (1)
      • C (13)
      • Compilers (5)
      • Direct2D API (4)
      • Linux kernel (3)
        • Drivers (1)
      • Networking (4)
      • Python (1)
      • Sqlite (1)
      • Version control (5)
        • Git (5)
    • Hacking (6)
      • Code injection (1)
      • Reverse engineering (4)
    • Hardware (5)
      • Arduino (1)
      • PCBs (3)
    • Linux (22)
      • Bash (1)
      • Tips & tricks (13)
      • Virtualization (1)
      • VNC (2)
      • Xmonad (1)
    • Open source (33)
    • Other stuffs (4)
    • Social (3)
      • DC9723 (2)
  • OctoFinderProgramming Blogs - Blog Catalog Blog Directory

    Locations of visitors to this page

© 2of1.