log

age author description
2010-08-24 bindhammer fixed some return values and deprecated CODEC_TYPE_VIDEO. libavformat
2010-08-24 mru asfcrypt: fix unaligned accesses with armcc libavformat
2010-08-23 mru asfcrypt: fix unaligned read in ff_asfcrypt_dec() libavformat
2010-08-23 lucabe Do not use the server SSRC as client SSRC in the RTP demuxer libavformat
2010-08-23 bindhammer enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system libavformat
2010-08-23 bindhammer Corresponding muxer for the a64 codec libavformat
2010-08-21 rbultje MMSH support, the most popular and widely used of all MMS variants. Written by libavformat
2010-08-19 aurel add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() libavformat
2010-08-19 aurel add FF_API_REGISTER_PROTOCOL define to disable the deprecated libavformat
2010-08-19 mru applehttp: define _XOPEN_SOURCE=600 as required for usleep() libavformat
2010-08-19 aurel add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass libavformat
2010-08-19 mstorsjo Add Apple HTTP Live Streaming demuxer libavformat
2010-08-19 mstorsjo Move the definition of the maximum url size for static buffers to internal.h libavformat
2010-08-19 mstorsjo Make parse_key_value from httpauth a common lavf internal function libavformat
2010-08-18 aurel add a comment to clarify that FF_API_* defines are not part of public API libavformat
2010-08-18 aurel rename LAVF_API_* defines to FF_API_* to clarify that it is not public API libavformat
2010-08-18 cehoyos Support unsynchronisation for id3v2 tags. libavformat
2010-08-18 cehoyos Add AVC EOS tag to H264-encoded FLV files. libavformat
2010-08-17 aurel add LAVF_API_OLD_METADATA define to disable the deprecated metadata API libavformat
2010-08-17 aurel add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API libavformat
2010-08-17 aurel matroskadec: minor simplification libavformat
2010-08-17 aurel matroskadec: fix integer overflow libavformat
2010-08-16 mstorsjo Add RTP depacketization of VP8 libavformat
2010-08-16 mstorsjo Add RTP packetization of VP8 libavformat
2010-08-14 rbultje Print error messages in case of connection failure or name resolution failure libavformat
2010-08-13 rbultje Prevent overflow on random input. libavformat
2010-08-13 rbultje Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically libavformat
2010-08-13 rbultje Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation. libavformat
2010-08-13 rbultje Fix wrong command prefix for timing test in MMST protocol. libavformat
2010-08-12 mstorsjo Add RTP depacketization of MP4A-LATM libavformat
2010-08-12 rbultje Send OPTIONS request at a regular basis to standard RTSP servers as well, libavformat
2010-08-12 rbultje Add another missing file from r24799. libavformat
2010-08-12 bcoudurier Fix segv when stream copy and validate_tag fails, st->codec->codec is not set libavformat
2010-08-11 rbultje Add missing mms.c from r24779. libavformat
2010-08-11 rbultje Move functions and structs shared between MMSH and MMST into their own file, libavformat
2010-08-11 rbultje Extract fields that are to be shared between MMST/MMSH into a common struct, libavformat
2010-08-11 rbultje Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet. libavformat
2010-08-11 stefano Add documentation for the pm parameter of the av_metadata_set* libavformat
2010-08-11 stefano Fix reference to a wrong parameter name in the metadata API functions libavformat
2010-08-11 stefano Nit: fix weird spacing. libavformat
2010-08-11 stefano Add empty newlines between function descriptions and @params, improve libavformat
2010-08-10 cehoyos Fix mem leak when trying to open a non-existing image file (issue 2126). libavformat
2010-08-10 aurel get rid of MAX_STREAMS limit in nutdec libavformat
2010-08-10 mstorsjo rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frames_per_packet libavformat
2010-08-09 aurel get ride of MAX_STREAMS limit in mpegts libavformat
2010-08-09 aurel get ride of MAX_STREAMS limit in RTSP libavformat
2010-08-09 aurel get ride of MAX_STREAMS limit in RDT libavformat
2010-08-09 mstorsjo rtpenc_xiph: Set the ident value via a define libavformat
2010-08-09 mstorsjo rtpenc_xiph: Don't needlessly cast pointers to integers libavformat
2010-08-09 mstorsjo Make hex_to_data a lavf internal function libavformat
2010-08-09 mstorsjo http: Return EOF at the end of the content even if the connection isn't closed libavformat
2010-08-07 alexc oggparsevorbis: Add some sanity checks to header packet ordering/presence. libavformat
2010-08-07 siretart Fix spelling in comment(s) libavformat
2010-08-07 mstorsjo Add RTP packetization of Theora and Vorbis libavformat
2010-08-06 lu_zero Preserve status reason libavformat
2010-08-05 mstorsjo rtpdec_xiph: Split packets in the depacketizer libavformat
2010-08-04 rbultje Move read_mms_packet() code to be inlined in the calling function. libavformat
2010-08-04 rbultje Remove is_playing variable. libavformat
2010-08-04 rbultje Move send_media_packet_request() and clear_stream_buffers() up. libavformat
2010-08-04 mstorsjo rtpdec_xiph: Correct the bitmask for num_pkts libavformat