Wykres commitów

  • 4541c87b0c Rename es.pyx as tstools.pyx -- mainly because pyrex assumes that the final Python package will have the same name as the pyx file (or nasty things happen when you try to import it), and I ultimately want the Python module to be called "tstools". tibs 2008-07-30 22:07:47 +0000
  • 499e7a6223 Correct stupid comment. tibs 2008-07-29 21:41:43 +0000
  • a1984c6e71 Definitely a bug to leave this out, since it will cause problems when starting a new file or, presumably, rewinding. tibs 2008-07-29 21:36:10 +0000
  • 0a3b3284ae It doesn't do anything yet, except compile to Pyrex C code... tibs 2008-07-28 22:20:43 +0000
  • c8e31f28d2 Increased the size of the TS PCR read-ahead buffer, to cope with a particular file which has caused problems. No, that's not a proper solution. tibs 2008-07-23 22:11:03 +0000
  • f421d3cb4d Report the two new audio stream types correctly. tibs 2008-07-21 21:47:34 +0000
  • 633ef0ed27 (Version of) patch from Richard Watts: allow forcing of MPEG2 or MPEG4 ADTS in esmerge. tibs 2008-07-21 21:33:14 +0000
  • 3c0dac2bb5 Fix an incorrect call (how did that slip past?) in esreverse, and stop inappropriate writing of (extra, possibly wrong) program data when we are mirroring TS packets directly. tibs 2008-06-26 09:21:05 +0000
  • 7a02df44f7 Changes to allow tsserve to serve all the original TS data to a client, rather than just the PES for video/audio. tibs 2008-06-25 21:24:17 +0000
  • 18acac0c76 Experimentally suggest that the private types used for Dolby/AC-3 might be being used for such (otherwise, it can be very unobvious that this is so). tibs 2008-06-14 17:02:14 +0000
  • f6a69db24e Amend the build script to work on other people's systems, and correct some minor issues in tools.txt. tibs 2008-06-14 16:53:59 +0000
  • 0737957cd1 Add Vim line (at end) to select mode rst (this is the restructuredtext mode distributed with Vim -- I actualy prefer rest.vim, but that's an extra one has to download onself). tibs 2008-06-14 16:42:19 +0000
  • dd2f63f0b9 Some minor tidying up, mostly to make the code conform to two space indentation, and other minor style considerations. tibs 2008-06-14 16:36:09 +0000
  • 4ce892d04c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation and not to use tabs within indentation. tibs 2008-06-14 16:05:00 +0000
  • 0e5185163e What was the OS X Makefile now works on Linux as well (it makes a simple attempt to autodetect whether it is running on Mac OS X). Thus it replaces the original Linux Makefile (and we're back to a GNU make file plus an nmake make file for Windows). tibs 2008-06-11 12:35:05 +0000
  • 3d1ec70f5b Previously, doing:: tibs 2008-06-04 21:26:20 +0000
  • 24485ea59f Esdots now finds random access points in H.264 streams. These are defined as : IDR pic OR I pic with SEI unit with recovery_point. In choose_nal_type in esdotc.c there is a boolean value rec_point_required. It you set it to FALSE any I pic is considered a random access point. The field recovery_frame_cnt is not used (as if it was 0). If it is != 0 a warning message is printed. The fields broken_link_flag, exact_match_flag and changing_slice_group_idc are not considered (as 0). loreg 2008-05-22 14:19:02 +0000
  • b029421ff0 + esdots has been modified as follow: loreg 2008-05-09 15:25:18 +0000
  • aeb2f6a963 removed html generated files loreg 2008-05-06 15:40:18 +0000
  • 022a29b64b documentation added for esreport loreg 2008-05-02 10:47:48 +0000
  • c6ebcc4fe1 Output of esreport for the nal units has been modified. Now it says if the nal_slice_types means that all the slices are of that type or only the first one. Also the non-reference nal_ref_idc is explicit. loreg 2008-04-29 12:26:17 +0000
  • 001f5d39d6 An initial attempt to mend the (previously broken) esdots for H.264 -- the documentation (with -v) didn't match the code, and the whole thing was rather wrong. tibs 2008-04-29 11:41:23 +0000
  • 3be4811a0f Make the Windows compiler happy by being explicit. tibs 2008-04-18 13:00:18 +0000
  • b66579b5d8 Remove some spurious debugging. tibs 2008-04-14 07:24:06 +0000
  • 70e9b431a7 Initial import to berlios.de tibs 2008-04-14 04:09:29 +0000