log

age author description
Fri, 02 Nov 2007 23:05:51 +0000 nicodvb in video_read_frame() set the keyframe flag in demuxer->video when dealing with
Fri, 02 Nov 2007 22:43:17 +0000 Gabrov synced with r24938
Fri, 02 Nov 2007 20:06:28 +0000 nicodvb prevent unlikely memleak
Fri, 02 Nov 2007 19:52:22 +0000 nicodvb 10l, priv->use_psm can be 1 only if the format is genmpeg2
Fri, 02 Nov 2007 19:06:15 +0000 nicodvb add streams to the PSM only if priv->use_psm is set, otherwise the muxer would
Fri, 02 Nov 2007 19:01:13 +0000 nicodvb moved to fix_parameters() the decision of the necessity of the PSM based on the format of the video stream
Fri, 02 Nov 2007 18:52:08 +0000 nicodvb removed no more needed variable
Fri, 02 Nov 2007 18:50:41 +0000 nicodvb moved to fix_parameters() the code that decides if the PSM is needed
Fri, 02 Nov 2007 17:48:27 +0000 nicodvb repeat the PSM once every second (in terms of delta_scr) otherwise playing the file from the middle would miss the first instance
Fri, 02 Nov 2007 17:43:39 +0000 nicodvb remove the registration descriptor from the PSM: writing the fourcc in it makes it total crap
Fri, 02 Nov 2007 11:43:03 +0000 nicodvb 100% cosmetics: reformatted with tabs and symmetric braces and removed useless braces and trailing tabs
Thu, 01 Nov 2007 23:33:51 +0000 diego Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.
Thu, 01 Nov 2007 06:52:50 +0000 uau A/V sync: take audio filter buffers into account
Thu, 01 Nov 2007 06:52:47 +0000 uau af_scaletempo: code cleanup
Thu, 01 Nov 2007 06:52:44 +0000 uau af_scaletempo: Fix crash in option parsing
Thu, 01 Nov 2007 06:52:41 +0000 uau af_scaletempo: Fix audio copy position
Thu, 01 Nov 2007 06:52:38 +0000 uau Add audio filter scaletempo
Thu, 01 Nov 2007 06:52:32 +0000 uau Make output samplerate independent of -speed
Thu, 01 Nov 2007 06:52:28 +0000 uau Simplify init_audio_filters() arguments
Thu, 01 Nov 2007 06:52:23 +0000 uau audio: simplify buffer allocation code
Thu, 01 Nov 2007 06:52:19 +0000 uau Change decode_audio() interface
Thu, 01 Nov 2007 06:52:14 +0000 uau Clean up some fields in stheader.h structs
Thu, 01 Nov 2007 06:52:10 +0000 uau Remove some pointless 'inline' qualifiers
Thu, 01 Nov 2007 06:52:06 +0000 uau libaf: Remove rational number implementation
Thu, 01 Nov 2007 06:52:01 +0000 uau libaf: change filter input/output ratio calculations
Thu, 01 Nov 2007 06:51:57 +0000 uau Remove unused functions in af.c
Thu, 01 Nov 2007 06:51:53 +0000 uau Replace hopefully unreachable code with abort()
Thu, 01 Nov 2007 06:51:49 +0000 uau dec_audio.c: Make some functions static
Thu, 01 Nov 2007 06:51:44 +0000 uau Simplify audio buffer allocation logic
Thu, 01 Nov 2007 06:51:38 +0000 uau Reindent dec_audio.c