[dvblast-devel] topRe: biTStream & DVBlast releases

Georgi Chorbadzhiyski gf at unixsol.org
Tue Oct 4 02:21:32 CEST 2011


On 10/4/11 2:28 AM, Georgi Chorbadzhiyski wrote:
> On 10/4/11 2:07 AM, Christophe Massiot wrote:
>> Le 3 oct. 2011 à 20:30, Georgi Chorbadzhiyski a écrit :
>>
>>> Could you look at dev branch at git://github.com/gfto/bitstream.git
>>> psi.h and si.h (also si_print.h and psi_print.h) are splitted because
>>> they were huge. Is this OK with you? With this changes public API remains
>>> the same but imho internally things are better organized.
>>
>> I understand the rationale, but I think we need subdirectories, because dvb/ is not just about EN 300 468 and mpeg/ is not just about ISO/IEC 13818-1, so we don't want to clutter the namespace. Something like dvb/si/sdt.h would make more sense IMHO.
>
> You are right, the directory get cluttered. No problem to move them. I'll fix it
> tommorow. My dev is now rebased on top of latest changes.

I decided instead of rebasing and renaming bit by bit to just move
the pieces into their own directory and commit them on top of split ups.
Now it looks clean and nice :)

.
├── AUTHORS
├── COPYING
├── INSTALL
├── Makefile
├── NEWS
├── README
├── TODO
├── common.h
├── dvb
│   ├── ci.h
│   ├── si
│   │   ├── bat.h
│   │   ├── bat_print.h
│   │   ├── datetime.h
│   │   ├── desc_40.h
│   │   ├── desc_41.h
│   │   ├── desc_43.h
│   │   ├── desc_44.h
│   │   ├── desc_46.h
│   │   ├── desc_47.h
│   │   ├── desc_48.h
│   │   ├── desc_4a.h
│   │   ├── desc_4d.h
│   │   ├── desc_4e.h
│   │   ├── desc_52.h
│   │   ├── desc_54.h
│   │   ├── desc_55.h
│   │   ├── desc_56.h
│   │   ├── desc_58.h
│   │   ├── desc_59.h
│   │   ├── desc_5a.h
│   │   ├── desc_5f.h
│   │   ├── desc_6a.h
│   │   ├── desc_83p28.h
│   │   ├── desc_88p28.h
│   │   ├── descs_list.h
│   │   ├── dit.h
│   │   ├── dit_print.h
│   │   ├── eit.h
│   │   ├── eit_print.h
│   │   ├── nit.h
│   │   ├── nit_print.h
│   │   ├── numbers.h
│   │   ├── rst.h
│   │   ├── rst_print.h
│   │   ├── sdt.h
│   │   ├── sdt_print.h
│   │   ├── st.h
│   │   ├── strings.h
│   │   ├── tdt.h
│   │   ├── tdt_print.h
│   │   ├── tot.h
│   │   └── tot_print.h
│   ├── si.h
│   ├── si_print.h
│   └── sim.h
├── examples
│   ├── Makefile
│   ├── dvb_ecmg.c
│   ├── dvb_ecmg_test.c
│   ├── dvb_gen_si.c
│   ├── dvb_gen_si.sh
│   ├── dvb_print_si.c
│   ├── mpeg_print_pcr.c
│   └── rtp_check_seqnum.c
├── headers_test.sh
├── ietf
│   └── rtp.h
└── mpeg
     ├── aac.h
     ├── pes.h
     ├── psi
     │   ├── cat.h
     │   ├── cat_print.h
     │   ├── desc_02.h
     │   ├── desc_03.h
     │   ├── desc_04.h
     │   ├── desc_05.h
     │   ├── desc_06.h
     │   ├── desc_07.h
     │   ├── desc_08.h
     │   ├── desc_09.h
     │   ├── desc_0a.h
     │   ├── desc_0b.h
     │   ├── desc_0c.h
     │   ├── desc_0d.h
     │   ├── desc_0e.h
     │   ├── desc_0f.h
     │   ├── desc_10.h
     │   ├── desc_11.h
     │   ├── desc_12.h
     │   ├── descriptors.h
     │   ├── descs_list.h
     │   ├── descs_print.h
     │   ├── pat.h
     │   ├── pat_print.h
     │   ├── pmt.h
     │   ├── pmt_print.h
     │   └── psi.h
     ├── psi.h
     ├── psi_print.h
     └── ts.h

6 directories, 96 files

-- 
Georgi Chorbadzhiyski
http://georgi.unixsol.org/


More information about the dvblast-devel mailing list