log

age author description
2007-10-30 lucabe If local port n is not available, try n + 2 instead of continuing to bind libavformat
2007-10-30 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
2007-10-29 lucabe Remove redundant prototype libavformat
2007-10-29 lucabe Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformat
2007-10-28 aurel rename crc.c to crcenc.c libavformat
2007-10-28 aurel move framecrc muxer in its own file libavformat
2007-10-26 nicodvb print newline after program id even when the name is missing libavformat
2007-10-26 lucabe Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformat
2007-10-26 lucabe Remove prototype for non-existent function libavformat
2007-10-25 aurel probe files starting with the 1SNh tag libavformat
2007-10-25 aurel don't use #define with names starting with _ libavformat
2007-10-25 aurel add parsing of 1SNh header in the EA demuxer libavformat
2007-10-25 diego Remove unused variable, fixes warning: libavformat
2007-10-24 aurel avoid infinite loop at the end of files which are not properly terminated libavformat
2007-10-24 aurel EA ADPCM R1, R2 and R3 decoder libavformat
2007-10-24 benoit Cosmetics: indentation. libavformat
2007-10-24 benoit Prevent mov muxer from writing empty udta atoms. libavformat
2007-10-24 andoma add support for reading duration from VBRI-tag in mp3 files libavformat
2007-10-24 heydowns Move setting of key frame flag for intra-only codecs, ignoring key frame libavformat
2007-10-23 bcoudurier use FFMIN libavformat
2007-10-23 andoma fix indent libavformat
2007-10-23 andoma cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformat
2007-10-23 andoma add support for reading duration from Xing-tag in mp3 files libavformat
2007-10-22 aurel convert a if() into a switch() to ease addition of new tags to probe libavformat
2007-10-22 bcoudurier fix issue 225, instead of stoping when wrong atom size is found, libavformat
2007-10-22 kostya Beam Software SIFF demuxer and video decoder libavformat
2007-10-21 bcoudurier 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformat
2007-10-21 aurel cosmetics: reindent libavformat
2007-10-21 aurel cosmetics: Add #endif comment. libavformat
2007-10-21 kostya New RM format deserves small version bump libavformat
2007-10-21 kostya Make Matroska demuxer output full frames instead of slices for RealVideo libavformat
2007-10-21 kostya Demux full frames instead of sliced for RealVideo. libavformat
2007-10-20 reimar Add support for decrypting asf files libavformat
2007-10-20 nicodvb associate to each AVProgram the indexes of the AVStreams contained in it libavformat
2007-10-20 nicodvb API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformat
2007-10-20 nicodvb cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformat
2007-10-18 aurel ensure all compiled in codec/muxer are registered libavformat
2007-10-18 aurel better check for video track detection libavformat
2007-10-18 aurel skip unsupported audio track data libavformat
2007-10-18 aurel cosmetics: indentation libavformat
2007-10-18 aurel check if we found an audio track before initializing the audio stream libavformat
2007-10-18 aurel compute pts according to the audio codec libavformat
2007-10-18 aurel set bytes per sample in the context libavformat
2007-10-18 aurel fix big endian files support libavformat
2007-10-18 aurel simplify libavformat
2007-10-18 aurel parse sample rate instead of setting a default one libavformat
2007-10-18 aurel add support for PCM codec libavformat
2007-10-18 aurel check compression_type to assign audio codec libavformat
2007-10-18 aurel make compression_type a function local var instead of a context var libavformat
2007-10-18 aurel add support for big_endian encoded headers libavformat
2007-10-18 aurel add some error processing libavformat
2007-10-18 aurel cosmetics: indentation libavformat
2007-10-18 aurel parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformat
2007-10-18 aurel add audio and video codec context vars libavformat
2007-10-18 aurel better log message libavformat
2007-10-18 aurel move vp6 header parsing into its own function libavformat
2007-10-18 aurel remove 2 temporary variables libavformat
2007-10-18 aurel set a default value for num_channels libavformat
2007-10-18 aurel move audio header parsing in its own function libavformat
2007-10-18 aurel add a log message libavformat