Mercurial > libavformat.hg
graph
-
Add declarations and doxygen documentation of generic rtsp support functions libavformat2010-02-22, by mstorsjo
-
Create AVFormatContext objects as private transport for output RTSP sessions libavformat2010-02-22, by mstorsjo
-
Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformat2010-02-22, by michael
-
Make sure we dont write more bytes into filename than the array is long. libavformat2010-02-20, by michael
-
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for libavformat2010-02-20, by vitor
-
Split rtsp_read_header() into two functions, so that the main part (now also libavformat2010-02-19, by rbultje
-
Split out input-specific parts of rtsp_read_header() into its own, new, libavformat2010-02-19, by rbultje
-
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. libavformat2010-02-19, by rbultje
-
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) libavformat2010-02-19, by rbultje
-
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState libavformat2010-02-19, by rbultje
-
Make Bink demuxer skip all zero audio tracks, not only the first one libavformat2010-02-19, by kostya
-
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the libavformat2010-02-19, by rbultje
-
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it libavformat2010-02-19, by kostya
-
Add functions to send RTSP commands with content attached to them. This will libavformat2010-02-17, by rbultje
-
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, libavformat2010-02-16, by rbultje
-
When using RTP-over-UDP, send dummy packets during stream setup, similar to libavformat2010-02-16, by rbultje
-
Don't return 0 if buffer setup failed. That signals the RTSP demuxer that libavformat2010-02-16, by rbultje
-
Set lavf identification string globally in av_write_header(), rather libavformat2010-02-16, by rbultje
-
workaround for broken files created by previous versions of asfenc. libavformat2010-02-15, by cehoyos
-
Optimize h261_probe function, since it is far slower than all others. libavformat2010-02-14, by reimar
-
Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). libavformat2010-02-12, by pross
-
Use av_compare_ts from libavutil instead of the locale compare_ts, the libavformat2010-02-10, by reimar
-
Don't forget to set known audio parameters (samplerate, etc.) if the codec is libavformat2010-02-10, by rbultje
-
RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. libavformat2010-02-10, by rbultje
-
mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. libavformat2010-02-10, by andoma
-
Make sure the header value used to avoid repeating headers on seeking to the libavformat2010-02-08, by reimar
-
Implement gai_strerror() for systems lacking such functionality. Patch libavformat2010-02-08, by rbultje
-
Fix playback with invalid files that don't set the continuation flag for libavformat2010-02-08, by conrad
-
Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the libavformat2010-02-07, by michael
-
Dont try generic seek if seek request before first index entry and backward. libavformat2010-02-03, by michael
-
Try to open decoders in av_find_stream_info() even if no packets for the libavformat2010-02-03, by michael
-
Guess the duration before converting video and write guessed duration libavformat2010-02-02, by cehoyos
-
Fix warnings about implicit function declaration when compiling rtpdec.c libavformat2010-02-01, by cehoyos
-
Increase search range if no end timestamp could be found for the duration libavformat2010-01-31, by michael
-
Store strings directly in mov_mdhd_language_map instead of using pointers, libavformat2010-01-30, by reimar
-
Always consider the mov language code as 4 bytes fixed size and change the libavformat2010-01-30, by reimar
-
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning libavformat2010-01-30, by kostya
-
Make RTMP send/receive packet functions report number of bytes read or sent. libavformat2010-01-30, by kostya
-
cosmetics: add an empty line between variable declarations and code libavformat2010-01-30, by kostya
-
Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. libavformat2010-01-28, by rbultje
-
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. libavformat2010-01-28, by jai_menon
-
Introduce AVIStream struct and move stream based variables to it. libavformat2010-01-28, by michael
-
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). libavformat2010-01-27, by rbultje
-
Fix duration calculation in the presence of a single wraping of the timeline. libavformat2010-01-27, by michael
-
Don't use tcp_fd if we're not using TCP-based connections (e.g. when libavformat2010-01-26, by rbultje
-
Load the proper getaddrinfo functions from ws2_32.dll, if they're present. libavformat2010-01-25, by ramiro
-
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, libavformat2010-01-24, by cehoyos
-
Make url_read_complete retry on EAGAIN and return how much data it read libavformat2010-01-23, by reimar
-
Print a warning when DATA chunk is encountered in the middle of chunk. libavformat2010-01-23, by kostya
-
Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö libavformat2010-01-22, by rbultje
-
Use the control URI from the SDP (if present) rather than the input filename, libavformat2010-01-22, by rbultje
-
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since libavformat2010-01-21, by rbultje
-
Change on rtsp_send_cmd() to the _async() version since we don't use the libavformat2010-01-21, by rbultje
-
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized libavformat2010-01-21, by rbultje
-
Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. libavformat2010-01-21, by rbultje
-
Set start_time and duration in AVStream instead of AVFormatContext for libavformat2010-01-21, by conrad
-
Use the configure check from r21351 and use it to properly define struct libavformat2010-01-20, by rbultje
-
move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 libavformat2010-01-18, by bcoudurier
-
Rename the RTP muxer sources so that the packetisation functions are in libavformat2010-01-18, by lucabe
-
Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function libavformat2010-01-18, by lucabe
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavformat2010-01-15, by cehoyos
-
Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) libavformat2010-01-14, by pross
-
set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com libavformat2010-01-14, by bcoudurier
-
restore old buffer content when seek failed in http protocol, fix issue #1631 libavformat2010-01-13, by bcoudurier
-
print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
Insert null packets to keep pcr values correct, patch by Mike Scheutzow, libavformat2010-01-13, by bcoudurier
-
move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be libavformat2010-01-13, by bcoudurier
-
fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be libavformat2010-01-13, by bcoudurier
-
Make sure the destination address is written as an IP address in the SDP libavformat2010-01-12, by lucabe
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavformat2010-01-12, by cehoyos
-
Provide a fallback for getnameinfo() also. Patch by Martin Storsjö libavformat2010-01-11, by rbultje
-
Implement a fallback for struct sockaddr_storage if not available. libavformat2010-01-11, by rbultje
-
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö libavformat2010-01-11, by rbultje
-
Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>. libavformat2010-01-11, by rbultje
-
Provide fallback implementations of getaddrinfo() and freeaddrinfo(). libavformat2010-01-11, by rbultje
-
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin libavformat2010-01-11, by rbultje
-
do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] libavformat2010-01-10, by pross
-
Use the correct ByteIOContext in extradata parsing.Fixes half of issue libavformat2010-01-08, by rbultje
-
Currently, the replacement which is used if inet_aton isn't available, libavformat2010-01-08, by rbultje
-
handler can be NULL if we did not support this dynamic format (codec). libavformat2010-01-07, by rbultje
-
Re-indent to more closely follow general coding standards used in other libavformat2010-01-07, by rbultje
-
remove useless code skipping data at end of hdlr atom, already done in mov_read_default libavformat2010-01-04, by bcoudurier
-
Add support for these widely-used iTunes metadata fields: Album Artist, libavformat2010-01-04, by melanson
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavformat2010-01-03, by stefano
-
Use av_match_ext() in place of the deprecated match_ext() function. libavformat2010-01-01, by stefano
-
Deprecate match_ext() in favor of av_match_ext(), and mark it for libavformat2010-01-01, by stefano
-
Deprecate and mark for deletion the function guess_stream_format(), libavformat2009-12-31, by stefano
-
It appears that waveformatextensible is mandatory for more cases than libavformat2009-12-18, by michael
-
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes libavformat2009-12-14, by banan
-
Make sure the Metadata: header is not printed if the only metadata will not libavformat2009-12-13, by michael
-
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformat2009-12-13, by michael
-
Add flags to prevent strdup() on arguments to av_metadata_set2(). libavformat2009-12-13, by michael
-
Print extradata in case of failure. I had this in my local tree and it libavformat2009-12-13, by michael
-
RM audio stream version should be 16-bit followed by header size or reserved libavformat2009-12-13, by kostya
-
Make RM demuxer look more like proper demuxer by introducing codec tags libavformat2009-12-13, by kostya
-
Do not try to interact with RTMP server after "stop" command was received. libavformat2009-12-11, by kostya
-
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformat2009-12-08, by michael
-
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it libavformat2009-12-03, by kostya
-
Send connect() and createStream() in RTMP system channel, not video channel. libavformat2009-12-03, by kostya
-
RTMP packets with one-byte header use previous packet timestamp difference, so libavformat2009-12-03, by kostya
-
Update Changelog, documentation, and libavformat minor version number for libavformat2009-12-03, by ramiro
-
print error message when image2 muxer fail to compute frame filename libavformat2009-12-01, by bcoudurier
-
use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformat2009-12-01, by bcoudurier
-
Write timestamp deltas, not timestamps, for RTMP packets with partial header libavformat2009-12-01, by kostya
-
Full-header RTMP packets contain real timestamp, others contain timestamp libavformat2009-12-01, by kostya
-
7l trocadero: reading right into enum variable may cause unwanted effects, use libavformat2009-12-01, by kostya
-
Print a warning if the duration is estimated from the bitrate, as this is libavformat2009-11-30, by michael
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavformat2009-11-26, by reimar
-
Update ffserver to include all basic x264 parameters in .ffm files. libavformat2009-11-24, by darkshikari
-
Determine VOC block length when length field is zero, fixes issue1538. libavformat2009-11-24, by pross
-
set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration libavformat2009-11-22, by bcoudurier
-
When searching for AMF object field value, try to find that object first libavformat2009-11-22, by kostya
-
Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an libavformat2009-11-22, by jbr
-
Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. libavformat2009-11-20, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavformat2009-11-20, by daniel
-
Search relative path according to alias record when opening mov reference files. libavformat2009-11-15, by bcoudurier
-
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer libavformat2009-11-13, by lucabe
-
Move some some functions around, so that splitting the SDP code out of libavformat2009-11-12, by lucabe
-
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in libavformat2009-11-12, by alexc
-
Increase default value for max_analyze_duration, fixes issue 1506, a regression. libavformat2009-11-09, by cehoyos
-
Let pmt override stream info when encoutered later in the ts file. libavformat2009-11-08, by bcoudurier
-
Support some LATM AAC streams (they can be decoded with MPlayer). libavformat2009-11-07, by cehoyos
-
10l: WavPack demuxer forgot to seek back to initial position after block libavformat2009-11-06, by kostya
-
Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam libavformat2009-11-05, by lucabe
-
If custom sampling rate is set in WavPack file, parse first block to find libavformat2009-11-05, by kostya
-
Initialize block_parsed before reading first block header in WavPack demuxer, libavformat2009-11-05, by kostya
-
do not redundantly set stream nb_frames, it's already set in read_stts libavformat2009-11-05, by bcoudurier
-
compute dts shift with ctts value, cslg atom might be missing, fix #419 libavformat2009-11-05, by bcoudurier
-
warn if stream timescale is not set and set it to 1 to avoid FPE libavformat2009-11-05, by bcoudurier
-
Set the sample format for Smacker audio in the decoder rather than in the libavformat2009-11-01, by jbr
-
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com libavformat2009-10-24, by bcoudurier
-
Use sdp c= line if the rtsp Transport line doesn't have a destination libavformat2009-10-24, by lu_zero
-
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. libavformat2009-10-22, by michael
-
Fixes detection and error reporting of non-existing files in img2.c. libavformat2009-10-22, by benoit
-
Make url_resetbuf() assert on wrong flags passed and make it static on next libavformat2009-10-20, by benoit
-
Move function that is only used by the MP3 muxer below the corresponding #if. libavformat2009-10-19, by diego
-
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. libavformat2009-10-19, by diego
-
request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 libavformat2009-10-19, by bcoudurier
-
In dump_format, print streams not associated with any program. libavformat2009-10-19, by bcoudurier
-
mux all stream types except audio as one pes packet per avpacket, issue #1374 libavformat2009-10-18, by bcoudurier
-
handle_packets takes number of packets as arg, avoid reading too much libavformat2009-10-18, by bcoudurier
-
Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t libavformat2009-10-18, by bcoudurier
-
Last parameter in RTMP "play" call was optional and some servers seem not to libavformat2009-10-18, by kostya
-
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment libavformat2009-10-17, by jbr
-
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. libavformat2009-10-16, by cehoyos
-
Log a clearer warning message when muxing FLV with Speex containing more than libavformat2009-10-16, by jbr
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavformat2009-10-16, by reimar
-
MXF: simply ignore tracks that are invalid due to not having a valid Sequence libavformat2009-10-13, by reimar
-
Calculate correct packet durations when demuxing Ogg/Speex. This involves libavformat2009-10-12, by jbr
-
Detect Windows Media DRM protected files and display warning if no key libavformat2009-10-11, by cehoyos
-
Fix pcm_read_seek () when the position it calculates is greater than 2 GB. libavformat2009-10-05, by diego
-
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. libavformat2009-10-05, by cehoyos
-
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of libavformat2009-10-02, by reimar
-
Remove url_feof check that would be triggered only after incorrectly producing libavformat2009-10-02, by reimar
-
Remove useless setting of pkt->size, av_get_packet already handles that. libavformat2009-10-02, by reimar
-
Return special EOF checking for aiff and au demuxers, the check was at libavformat2009-10-02, by reimar
-
Return any error return values from av_get_packet, get_buffer etc. unchanged libavformat2009-10-02, by reimar
-
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as libavformat2009-10-02, by reimar
-
matroskadec: don't overwrite extradata already read by ff_get_wav_header() libavformat2009-10-01, by aurel
-
Remove pointless setting of pkt->size, av_get_packet already handles this. libavformat2009-10-01, by reimar
-
au demuxer: pass av_get_packet error on unchanged instead of converting to libavformat2009-10-01, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavformat2009-10-01, by reimar
-
10l in code reading codec_name, the first byte is the length and should not libavformat2009-09-30, by reimar
-
Return an error when the parsed mpc chunk size is negative, otherwise we libavformat2009-09-30, by reimar
-
Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg libavformat2009-09-30, by reimar
-
Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. libavformat2009-09-29, by reimar
-
Extend DV autodetection to also reliably detect single-frame DVs with libavformat2009-09-29, by reimar
-
Fix possible buffer over-read in vorbis_comment, fix it double to be sure. libavformat2009-09-24, by reimar
-
Correctly print number of remaining bytes in oggparsevorbis instead of always libavformat2009-09-23, by reimar
-
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. libavformat2009-09-22, by diego
-
Move find_guid function and guid_data array to a globally available place. libavformat2009-09-22, by diego
-
fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be libavformat2009-09-17, by bcoudurier
-
print at debug level the score at which codec probing succedeed libavformat2009-09-17, by bcoudurier
-
Improve SIFF probe by also checking the first tag is one of the expected. libavformat2009-09-17, by reimar
-
Improve dxa probe by checking the values for width and height are reasonable. libavformat2009-09-17, by reimar
-
Slightly improve probe for ea format by checking that it is possible to libavformat2009-09-17, by reimar