log

age author description
2007-03-17 michael remove incorrect special case for audio libavformat
2007-03-17 michael fix indention libavformat
2007-03-17 michael reorder pts into dts support libavformat
2007-03-17 michael remove useless if() libavformat
2007-03-17 michael simplify libavformat
2007-03-17 michael simplify libavformat
2007-03-16 michael remove silly video check, theres nothing video specific in there libavformat
2007-03-16 michael add a delay variable to hold the timestamp buffer size libavformat
2007-03-16 michael remove special case for h.264 whatever this was supposed to do its not correct libavformat
2007-03-15 aurel disable pts reordering code and initialize a parser instead libavformat
2007-03-15 gpoirier Targa (.tga) encoder, libavformat
2007-03-14 kostya DXA demuxer and decoder libavformat
2007-03-13 aurel remove outdated comment libavformat
2007-03-13 aurel remove no more needed parameters libavformat
2007-03-13 aurel set pkt->duration for laced packets too libavformat
2007-03-13 aurel calculate pts for laced packets libavformat
2007-03-13 aurel calculate default_duration for AAC tracks libavformat
2007-03-13 aurel scale duration and default_duration libavformat
2007-03-12 aurel move timecode calculation out of laces loop libavformat
2007-03-12 bcoudurier remove wrong avid imx ntsc fourcc libavformat
2007-03-12 diego Properly initialize filesize during input buffer initialization. libavformat
2007-03-12 takis Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformat
2007-03-12 mbardiaux Give context to dprintf libavformat
2007-03-12 bcoudurier remove codec_info_duration/nb_frames from AVStream libavformat
2007-03-11 aurel cosmetic: indent after last commit libavformat
2007-03-11 aurel reorder pts of packets from tracks using V_MPEG* codecs libavformat
2007-03-11 aurel revert r7181 libavformat
2007-03-11 aurel check if current block contains a B frame and gives this info to parse_block() libavformat
2007-03-11 aurel extract ebml_read_binary() out of matroska_parse_block() libavformat
2007-03-11 aurel reindent after last commit libavformat
2007-03-11 aurel parse clusters until some packets are queued libavformat
2007-03-11 aurel fix a stupid bug in ebml_read_sint() libavformat