| Commit message (Expand) | Author | Age |
* | Remove unused function write_psm_block(), fixes the warning: | diego | 2007-11-21 |
* | prevent unlikely memleak | nicodvb | 2007-11-02 |
* | 10l, priv->use_psm can be 1 only if the format is genmpeg2 | nicodvb | 2007-11-02 |
* | add streams to the PSM only if priv->use_psm is set, otherwise the muxer would | nicodvb | 2007-11-02 |
* | moved to fix_parameters() the decision of the necessity of the PSM based on t... | nicodvb | 2007-11-02 |
* | removed no more needed variable | nicodvb | 2007-11-02 |
* | moved to fix_parameters() the code that decides if the PSM is needed | nicodvb | 2007-11-02 |
* | repeat the PSM once every second (in terms of delta_scr) otherwise playing th... | nicodvb | 2007-11-02 |
* | remove the registration descriptor from the PSM: writing the fourcc in it mak... | nicodvb | 2007-11-02 |
* | 100% cosmetics: reformatted with tabs and symmetric braces and removed useles... | nicodvb | 2007-11-02 |
* | fixed bug introduced with previous commit: patch_panscan() must work in the s... | nicodvb | 2007-09-28 |
* | 1000l, the tff flag was never cleared before being overwritten with the value... | nicodvb | 2007-09-28 |
* | Use proper PRI?64 format strings | reimar | 2007-06-24 |
* | added :interleaving2, a better method to determine which stream whouls be flu... | nicodvb | 2007-04-08 |
* | in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufs... | nicodvb | 2007-04-08 |
* | reindentation | nicodvb | 2007-04-08 |
* | in the system header set audio_locked/video_locked only for dvd and vcd | nicodvb | 2007-04-08 |
* | small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 by... | nicodvb | 2007-04-08 |
* | 10l, the scr must be reset before overwriting the first pack with the correct... | nicodvb | 2007-04-07 |
* | reversed r22879 until I discover why it's giving so many sync problems; I'll ... | nicodvb | 2007-04-07 |
* | removed init_apts and init_vpts; added :adelay in addition to :vdelay | nicodvb | 2007-04-01 |
* | cosmetics: removed trailing spaces | nicodvb | 2007-04-01 |
* | in flush_buffers() removed code that required the presence of an amount of au... | nicodvb | 2007-04-01 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | 2 less variables | nicodvb | 2007-02-25 |
* | cosmetics: reformatted | nicodvb | 2007-02-25 |
* | removed unused variables | nicodvb | 2007-02-25 |
* | simplified parse_mpeg12_video() | nicodvb | 2007-02-25 |
* | member real_framerate is completely useless | nicodvb | 2007-02-25 |
* | cosmetics: reindented | nicodvb | 2007-02-25 |
* | removed commented/useless code from parse_mpeg12_video() | nicodvb | 2007-02-25 |
* | all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org) | nicodvb | 2007-02-18 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 |
* | align vbuf_size to the max value allowed by main profile @ high level | nicodvb | 2006-12-09 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 |
* | disable telecining when it can't be applied | nicodvb | 2006-12-04 |
* | since display_frames in increased by a possibly negative number it had better... | nicodvb | 2006-12-04 |
* | cosmetics | nicodvb | 2006-12-04 |
* | removed dead code | nicodvb | 2006-12-04 |
* | reimplemented :telecine and :film2pal in terms of dgpulldown | nicodvb | 2006-12-04 |
* | pre-store in bff_mask the correct or-mask to be saved in the pce (slightly fa... | nicodvb | 2006-12-04 |
* | 10l: wrong bitmask when patching the pce_ptr in soft_telecine() | nicodvb | 2006-12-04 |
* | added generalized teleciner by Donald Graft | nicodvb | 2006-12-04 |
* | cosmetics: anti-chaos reindentation | nicodvb | 2006-12-03 |
* | permit to specify the sizes of the decoders' buffers | nicodvb | 2006-12-01 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | permit muxing to raw pes (VDR uses this) | nicodvb | 2006-11-21 |
* | if no stream could be muxed flush_buffers() returns 0: prevents while(1) stal... | nicodvb | 2006-10-22 |
* | Remove duplicate min/max macro definition. | diego | 2006-10-11 |