log

age author description
2005-08-01 al libavutil: Utility code from libavcodec moved to a separate library. libavformat
2005-07-31 michael A.B.C versions libavformat
2005-07-27 michael round pointer up to next packet_size multiple libavformat
2005-07-23 michael mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) libavformat
2005-07-23 michael MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) libavformat
2005-07-21 michael udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) libavformat
2005-07-19 michael more non portable float parsing code ... libavformat
2005-07-19 michael remove non portable get/put_be64_double() libavformat
2005-07-19 michael kill duplicated get/put_be24() libavformat
2005-07-19 michael extract duration if available libavformat
2005-07-17 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
2005-07-17 michael DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavformat
2005-07-15 michael Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-15 michael Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-14 michael skip_idct libavformat
2005-07-13 michael printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformat
2005-07-11 michael .m1v and .m2a (feature req #1178960) libavformat
2005-07-11 michael compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) libavformat
2005-07-10 michael remove -f singlejpeg as its identical to -f mjpeg libavformat
2005-07-10 michael AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 libavformat
2005-07-08 michael avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net) libavformat
2005-07-05 michael av_seek_frame() docs timestamp clarification libavformat
2005-07-03 michael .264 libavformat
2005-07-02 alex 10l libavformat
2005-07-02 alex tell the user if compressed swf found libavformat
2005-06-30 aurel add hdv2 fourcc to MPEG2 codec mapping libavformat
2005-06-29 michael fix assertion failure libavformat
2005-06-28 michael RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out libavformat
2005-06-28 michael part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu) libavformat
2005-06-27 michael dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly libavformat
2005-06-27 michael better dont read the width/height at all, its random anyway libavformat
2005-06-27 michael x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-06-27 michael nut prefers extradata style global headers libavformat
2005-06-27 michael support changing in bitstream global headers into extradata style and back libavformat
2005-06-26 rtognimp Theora fourcc libavformat
2005-06-25 michael *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-06-24 michael another chapter in the neverending mov demuxer cleanup libavformat
2005-06-24 michael AVStream.nb_frames and docs for r_frame_rate libavformat
2005-06-23 michael typo libavformat
2005-06-19 michael This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it libavformat
2005-06-18 michael Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) libavformat
2005-06-15 aurel add support for muxing subtitles in mpeg-ps libavformat
2005-06-09 michael non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavformat
2005-06-07 alex some nut.hu hype libavformat
2005-06-05 michael typo fix by (lists: kenneth aafloy net) libavformat
2005-06-03 bellard buggy PCR output (just to keep HW decoders happy) - audio and subtitle language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets libavformat
2005-06-03 bellard optional ISO 639 3 letter language field libavformat
2005-06-03 bellard DVD subtitle parsing - show mpeg component IDs by default libavformat
2005-06-03 michael fix stream class libavformat
2005-06-03 michael a step toward CODEC_TYPE_DATA support libavformat
2005-06-03 michael 10l (segfault fix) libavformat
2005-05-30 nicodvb according to the standard the object_type for H264 is 33, not 241 libavformat
2005-05-30 michael Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-05-30 michael trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-05-29 michael changing a few AV_LOG_DEBUG to AV_LOG_INFO libavformat
2005-05-26 michael AVPacket.pos libavformat
2005-05-26 michael RTP/RTSP and MPEG4-AAC audio libavformat
2005-05-22 michael ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-05-22 michael av_find_stream_info() end check fixes libavformat
2005-05-21 michael update current_sample number for non split mode libavformat