log

age author description
Sun, 19 Oct 2008 01:02:48 +0000 michael Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformat
Sat, 18 Oct 2008 22:41:21 +0000 michael Move code setting delay and presentation_delayed a little up so libavformat
Sat, 18 Oct 2008 17:30:37 +0000 michael Append read data onto the buffer instead of overwriting, this ensures libavformat
Sat, 18 Oct 2008 12:10:08 +0000 banan Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformat
Sat, 18 Oct 2008 12:08:55 +0000 banan 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformat
Sat, 18 Oct 2008 10:40:31 +0000 michael Assume mono if no other information for raw. libavformat
Fri, 10 Oct 2008 16:59:37 +0000 ramiro Only special-case absolute DOS paths on systems that support them. libavformat
Wed, 08 Oct 2008 20:55:22 +0000 michael Make gcc 2.95 happy. libavformat
Tue, 07 Oct 2008 16:59:18 +0000 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavformat
Tue, 07 Oct 2008 16:14:33 +0000 romansh simplifying code as per Michael's suggestion libavformat
Tue, 07 Oct 2008 15:49:45 +0000 romansh simplifying the code as per Michael's suggestion libavformat
Sat, 04 Oct 2008 23:30:35 +0000 bcoudurier 10l, fix amrwb sample rate libavformat
Sat, 04 Oct 2008 22:57:56 +0000 aurel matroskaenc: correct muxing of ASS packets libavformat
Sat, 04 Oct 2008 22:47:10 +0000 aurel matroskaenc: use correct EBML ID for block duration libavformat
Sat, 04 Oct 2008 22:44:50 +0000 aurel matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() libavformat
Sat, 04 Oct 2008 22:41:58 +0000 aurel matroskaenc: remove useless mkv_block_size() function libavformat
Sat, 04 Oct 2008 22:26:43 +0000 michael Favor even chunk sizes in ambiguous cases. libavformat
Sat, 04 Oct 2008 21:57:01 +0000 michael Factorize stream id parsing. libavformat
Sat, 04 Oct 2008 21:11:58 +0000 reimar Make size variables in dyn_buf_write unsigned so gcc will not optimize the libavformat
Sat, 04 Oct 2008 11:20:02 +0000 diego Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. libavformat
Sat, 04 Oct 2008 04:19:46 +0000 rbultje Reindent after r15544. libavformat
Sat, 04 Oct 2008 04:19:15 +0000 rbultje Implement RDTDemuxContext, which contains RDT-specific data (similar to libavformat
Sat, 04 Oct 2008 04:17:59 +0000 rbultje Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) libavformat
Sat, 04 Oct 2008 04:16:44 +0000 rbultje Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformat
Sat, 04 Oct 2008 04:15:06 +0000 rbultje Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformat
Sat, 04 Oct 2008 04:11:12 +0000 rbultje Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformat
Fri, 03 Oct 2008 19:37:41 +0000 bcoudurier set sample rate for amr to allow stream copy since no decoder is present, libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Thu, 02 Oct 2008 21:15:48 +0000 aurel matroskadec: cosmetics: indentation libavformat
Thu, 02 Oct 2008 21:14:56 +0000 aurel matroskadec: don't merge packets which have no timestamp libavformat