log

age author description
2007-02-28 lu_zero Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformat
2007-02-28 lu_zero Reverting stray commit part I libavformat
2007-02-28 lu_zero get_packetheader() forgot to read the header_checksum in big packets libavformat
2007-02-27 diego Add missing license headers. libavformat
2007-02-27 bcoudurier use avcodec_decode_audio2 libavformat
2007-02-27 diego Remove useless conditional. libavformat
2007-02-25 diego Add LGPL header as requested by Oded. libavformat
2007-02-25 alex use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header libavformat
2007-02-24 michael be less noisy libavformat
2007-02-23 mmu_man BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. libavformat
2007-02-23 banan Complete the video format enum. libavformat
2007-02-23 banan Cosmetics. libavformat
2007-02-22 alex change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards libavformat
2007-02-22 alex codec_tag settable via VideoTag, and transmit codec_tag in ffm libavformat
2007-02-22 diego Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformat
2007-02-22 diego cosmetics: fix usefuLL --> usefuL typo libavformat
2007-02-20 takis Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformat
2007-02-20 michael warn if bps from user and what will be stored missmatches libavformat
2007-02-20 michael try to fill in missing bits_per_sample libavformat
2007-02-20 mbardiaux Remove code duplicated between adpcm.c and riff.c libavformat
2007-02-20 mbardiaux Add support for MS-GSM codec libavformat
2007-02-18 alex spit an error message in case of invalid chunk libavformat
2007-02-17 michael not checking error return, resulting double free libavformat
2007-02-15 mmu_man Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l libavformat
2007-02-15 mmu_man MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. libavformat
2007-02-15 mmu_man poll() emulation for BeOS, and maybe MinGW. libavformat
2007-02-14 mru rename video4linux[2] variables to v4l[2], consistent with --disable options libavformat
2007-02-14 gpoirier implement new grabbing interface, as described here: libavformat
2007-02-14 bcoudurier fix dts adjusting libavformat
2007-02-14 lucabe Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformat
2007-02-14 bcoudurier 100l libavformat
2007-02-14 bcoudurier indentation libavformat