Wykres commitów

224 Commity (master)

Autor SHA1 Wiadomość Data
tibs 499e7a6223 Correct stupid comment.
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4024
2008-07-29 21:41:43 +00:00
tibs a1984c6e71 Definitely a bug to leave this out, since it will cause problems
when starting a new file or, presumably, rewinding.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4023
2008-07-29 21:36:10 +00:00
tibs 0a3b3284ae It doesn't do anything yet, except compile to Pyrex C code...
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4022
2008-07-28 22:20:43 +00:00
tibs 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.

Added some XXX comments discussing that.

Also, added some code to allow for reading beyond the last PCR, and using
the last-determined rate. This isn't really tested yet.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4021
2008-07-23 22:11:03 +00:00
tibs f421d3cb4d Report the two new audio stream types correctly.
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4020
2008-07-21 21:47:34 +00:00
tibs 633ef0ed27 (Version of) patch from Richard Watts: allow forcing of MPEG2 or MPEG4 ADTS in
esmerge.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4019
2008-07-21 21:33:14 +00:00
tibs 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.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4018
2008-06-26 09:21:05 +00:00
tibs 7a02df44f7 Changes to allow tsserve to serve all the original TS data to
a client, rather than just the PES for video/audio.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4017
2008-06-25 21:24:17 +00:00
tibs 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).

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4016
2008-06-14 17:02:14 +00:00
tibs f6a69db24e Amend the build script to work on other people's systems, and correct
some minor issues in tools.txt.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4015
2008-06-14 16:53:59 +00:00
tibs 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).

The appropriate [X]Emacs line is left for the moment, since I don't
currently use [X]Emacs for editing these files.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4014
2008-06-14 16:42:19 +00:00
tibs dd2f63f0b9 Some minor tidying up, mostly to make the code conform to two space
indentation, and other minor style considerations.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4013
2008-06-14 16:36:09 +00:00
tibs 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.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4012
2008-06-14 16:05:00 +00:00
tibs 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).

--HG--
rename : Makefile.osx => Makefile
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4011
2008-06-11 12:35:05 +00:00
tibs 3d1ec70f5b Previously, doing::
make
    make clean

did not delete all the binaries. Now, target objclean does what clean
used to do, and clean/distclean act more conventionally.

Also, Makefile.osx *should* now be a suitable makefile for Linux/BSD
as well -- but wait until I can test it at work (on Linux) before
making it the "main" Makefile.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4010
2008-06-04 21:26:20 +00:00
loreg 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).

In the final message the max, min and mean duration of a GOP are shown. For H.264 streams this is defined as the distance between 2 random access points. If no full GOP is found this info is not displayed.

The -gop switch works as before.

In esdots a function choose_nal_type has been added.
In nalunit.c a function read_SEI_recovery_point has been added.
The structure nal_SEI_recovery_data has been added, in order to cope with the recovery_point message. It's added to nal_innards too. See nalunit_defns.h

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%409
2008-05-22 14:19:02 +00:00
loreg b029421ff0 + esdots has been modified as follow:
- For MPEG-2 streams it outputs informations about the size of a Gropu Of Pictures (GOP): min, max and average duration in sec. Video is supposed to be @25fps.
- For AVC streams, where the GOP is not formally defined, it computes the same date looking at the interval between two I or IDR frames (whichever comes first).

Using the switch -gop display the duration of each GOP (or pseudo-GOP fir AVC)

NOTE that a new function hab been added:
static char choose_nal_type(access_unit_p access_unit, int verbose);

Called by dots_by_access_unit, it returns a single character which specifies the type of the access unit.

+ tools.txt has been modified describing this new functionality and switch.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%408
2008-05-09 15:25:18 +00:00
loreg aeb2f6a963 removed html generated files
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%407
2008-05-06 15:40:18 +00:00
loreg 022a29b64b documentation added for esreport
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%406
2008-05-02 10:47:48 +00:00
loreg 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.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%405
2008-04-29 12:26:17 +00:00
tibs 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.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%404
2008-04-29 11:41:23 +00:00
tibs 3be4811a0f Make the Windows compiler happy by being explicit.
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%403
2008-04-18 13:00:18 +00:00
tibs b66579b5d8 Remove some spurious debugging.
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%402
2008-04-14 07:24:06 +00:00
tibs 70e9b431a7 Initial import to berlios.de
--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%401
2008-04-14 04:09:29 +00:00