log

age author description
2008-01-05 ivo cosmetics, superfluous space libavformat
2008-01-05 ivo proper check for valid pva_pts libavformat
2008-01-05 ivo do not return an error, but warn and recover when encountering an audio packet libavformat
2008-01-05 ivo validate streamid before use libavformat
2008-01-05 ivo change audio codec id to mp2 libavformat
2008-01-05 ivo proper type and initialization of pva_pts libavformat
2008-01-05 ivo remove unnecessary shift libavformat
2008-01-04 aurel improve CRC API libavformat
2008-01-04 lucabe Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformat
2008-01-04 lucabe Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformat
2008-01-04 michael Move *malloc() out of tree.c, that way the code can be used with libavformat
2008-01-04 benoit Make three rm demuxer functions non static. libavformat
2008-01-03 lucabe Rationalize some dependencies between rtsp and rtp libavformat
2008-01-03 lucabe Fix the RTP muxer dependencies libavformat
2008-01-03 ivo use one shift less in get_pts() libavformat
2008-01-03 aurel mention libavfilter in warning about deprecated vhook libavformat
2008-01-02 diego Drop RTSP default protocol. libavformat
2008-01-02 diego cosmetics: Reindent. libavformat
2008-01-02 diego Merge double-nested if into && condition. libavformat
2008-01-02 aurel move num_packets=0 where it belongs libavformat
2008-01-02 ivo TechnoTrend PVA Demuxer libavformat
2008-01-02 diego cosmetics: sort() libavformat
2008-01-01 diego Add portable way to check for the existence of definitions and libavformat
2008-01-01 michael Extract aspect ratio from ODML/vprp. libavformat
2007-12-31 michael Correct doxy about timestamp units of read_timestamp(). libavformat
2007-12-31 michael Document return of read_timestamp. libavformat
2007-12-31 michael More verbose aspect ratio error msg. libavformat
2007-12-29 aurel export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformat
2007-12-29 aurel clear internal queue when seeking libavformat
2007-12-29 aurel move internal queue freeing code in its own function libavformat
2007-12-29 aurel fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com) libavformat
2007-12-29 michael indent libavformat
2007-12-29 michael Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformat
2007-12-28 ivo Sun Rasterfile decoder libavformat
2007-12-28 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformat
2007-12-28 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformat
2007-12-28 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformat
2007-12-28 michael Revert hack which should have never been commited. libavformat
2007-12-27 diego Check for the presence of sys/select.h and conditionally #include it. libavformat
2007-12-27 michael Fix detected fps for old divx/xvid. libavformat
2007-12-26 michael Do not force fps unless the user actually specified one. libavformat
2007-12-26 ivo PC Paintbrush PCX image decoder libavformat
2007-12-25 michael Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformat
2007-12-24 diego djgpp port, first part libavformat
2007-12-23 diego typo: begining --> beginning libavformat
2007-12-23 reimar begining -> beginning typo fix libavformat
2007-12-23 reimar 100l, av_read_packet must check for read_packet error, in case of libavformat
2007-12-22 reimar Add a av_alloc_put_byte function. libavformat
2007-12-21 diego Fix Doxygen function parameter name. libavformat
2007-12-21 diego comment typo fixes libavformat
2007-12-21 ivo typo ;) libavformat
2007-12-20 michael Document ByteIOContext and URLContext change rules. libavformat
2007-12-20 banan Reindent libavformat
2007-12-20 banan Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files libavformat
2007-12-20 michael Document a few more structure change rules with relation to ABI/API. libavformat
2007-12-20 bcoudurier fix indentation libavformat
2007-12-20 michael Document structure change rules with relation to ABI/API. libavformat
2007-12-20 aurel cosmetics: indentation libavformat
2007-12-20 aurel remove double check of pb->read_seek libavformat
2007-12-19 aurel use proper url_is_streamed() API libavformat