log

age author description
2008-12-02 michael ADTS AAC probe. libavformat
2008-12-01 vitor More OKed parts of the QCELP decoder libavformat
2008-12-01 rbultje Implement rule-number parsing, the initial step in stream (and bitrate) libavformat
2008-11-30 rbultje Change RDTDemuxContext->st into an array of streams, which will make future libavformat
2008-11-30 rbultje document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia libavformat
2008-11-30 rbultje Change function prototype from taking an AVStream to taking an index to the libavformat
2008-11-29 stefano Rename functions in sdp.c for consistency's sake. libavformat
2008-11-23 rbultje Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. libavformat
2008-11-22 cehoyos Add forgotten file format pgmyuv. libavformat
2008-11-22 cehoyos Support picture output without -f image2 for most codecs. libavformat
2008-11-20 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavformat
2008-11-18 bcoudurier decrease atom size, fix broken files missing version/flags libavformat
2008-11-18 reynaldo Trivial, Cosmetics libavformat
2008-11-17 rbultje Change type of prev_stream_id from uint32_t to int, since it has a max size libavformat
2008-11-17 rbultje Reindent after r15853. libavformat
2008-11-17 rbultje Read optional components of the RDT packet header, such as extended setID libavformat
2008-11-17 rbultje Change header reading implementation to using get_bits() instead of directly libavformat
2008-11-17 rbultje Prefix all ff_rdt_parse_header() arguments with a p, preparing for local libavformat
2008-11-17 rbultje Fix memleak caused by the fact that url_open_buf() allocates a context libavformat
2008-11-17 rbultje Add ByteIOContext argument to public ff_rm_* functions so that we can libavformat
2008-11-17 benoit Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformat
2008-11-16 bcoudurier set pts in flv demuxer libavformat
2008-11-16 bcoudurier read itunes metadata, code based on Reimar's patch libavformat
2008-11-15 rbultje Change status packet skipping to be more spec-compliant. See discussion in libavformat
2008-11-15 rbultje Make function comment a bit more linguistically correct. libavformat
2008-11-15 rbultje Reindent after r15833. libavformat
2008-11-15 rbultje Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in libavformat
2008-11-15 bcoudurier simplify metadata reading libavformat
2008-11-15 aurel matroskadec: fix index timestamps for some broken files libavformat
2008-11-15 rbultje Call check_back_and_send_rr() function only in case of RTP as a transport. libavformat
2008-11-15 rbultje Rename variables in ff_rdt_parse_header() and callers to match the libavformat
2008-11-14 henry check for interrupt when receiving from socket libavformat
2008-11-14 rbultje Add comment describing the RDT packet header. See discussion in "[PATCH] libavformat
2008-11-14 bcoudurier timestamp is dts in wmv/asf libavformat
2008-11-12 andoma Allow the UDP socket buffer size to be adjusted using a libavformat
2008-11-10 henry always use the whole buffer for reading w/ packetized sources to avoid packet truncation libavformat
2008-11-08 stefano Fix argument constness for the av_codec_get_id() and libavformat
2008-11-08 pross Electronic Arts demuxer: support TGQ video tags libavformat
2008-11-06 mru OGG: correct PTS with old theora streams libavformat
2008-11-06 mru OGG: untypedef demuxer structs libavformat
2008-11-05 pross Decode audio channel layout from RIFF/WAV file format. libavformat
2008-10-29 michael Check sub_packet_size against 0 to avoid div by zero later. libavformat
2008-10-28 cehoyos Fix endless loop when opening corrupt FLV files (issue 699). libavformat
2008-10-27 bcoudurier fix umid base value, use revision 5 and generic material type libavformat
2008-10-26 bcoudurier fix sound essence compression UL libavformat
2008-10-26 bcoudurier fix start position UL libavformat
2008-10-24 bcoudurier simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz libavformat
2008-10-24 diego prettyprinting cosmetics libavformat
2008-10-24 diego spelling cosmetics libavformat
2008-10-24 bcoudurier force sample rate to 16khz for speex in flv, fix speexaudio.flv libavformat
2008-10-24 skal fix for >2GB flv files libavformat
2008-10-24 bcoudurier raw dnxhd de/muxer libavformat
2008-10-23 bcoudurier dnxhd codec is intra only libavformat
2008-10-22 aurel matroskaenc: require global header libavformat
2008-10-21 aurel uses FF_ARRAY_ELEMS() where appropriate libavformat
2008-10-19 michael Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformat
2008-10-18 michael Move code setting delay and presentation_delayed a little up so libavformat
2008-10-18 michael Append read data onto the buffer instead of overwriting, this ensures libavformat
2008-10-18 banan Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformat
2008-10-18 banan 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformat