summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-03
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
* ADTS AAC probe.Michael Niedermayer2008-12-02
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
* Implement rule-number parsing, the initial step in stream (and bitrate)Ronald S. Bultje2008-12-01
* Change RDTDemuxContext->st into an array of streams, which will make futureRonald S. Bultje2008-11-30
* document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje2008-11-30
* Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje2008-11-30
* Rename functions in sdp.c for consistency's sake.Stefano Sabatini2008-11-29
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-23
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-22
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-22
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-18
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-18
* Change type of prev_stream_id from uint32_t to int, since it has a max sizeRonald S. Bultje2008-11-17
* Reindent after r15853.Ronald S. Bultje2008-11-17
* Read optional components of the RDT packet header, such as extended setIDRonald S. Bultje2008-11-17
* Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje2008-11-17
* Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje2008-11-17
* Fix memleak caused by the fact that url_open_buf() allocates a contextRonald S. Bultje2008-11-17
* Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje2008-11-17
* Get rid of MSG_DONTWAIT using a more standard way to use a socketJindřich Makovička2008-11-17
* set pts in flv demuxerBaptiste Coudurier2008-11-16
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-16
* Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje2008-11-15
* Make function comment a bit more linguistically correct.Ronald S. Bultje2008-11-15
* Reindent after r15833.Ronald S. Bultje2008-11-15
* Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje2008-11-15
* simplify metadata readingBaptiste Coudurier2008-11-15
* matroskadec: fix index timestamps for some broken filesAurelien Jacobs2008-11-15
* Call check_back_and_send_rr() function only in case of RTP as a transport.Ronald S. Bultje2008-11-15
* Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2008-11-15
* check for interrupt when receiving from socketJindřich Makovička2008-11-14
* Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje2008-11-14
* timestamp is dts in wmv/asfBaptiste Coudurier2008-11-14
* Allow the UDP socket buffer size to be adjusted using aJindřich Makovička2008-11-12
* always use the whole buffer for reading w/ packetized sources to avoid packet...Jindřich Makovička2008-11-10
* Fix argument constness for the av_codec_get_id() andStefano Sabatini2008-11-08
* Electronic Arts demuxer: support TGQ video tagsPeter Ross2008-11-08
* OGG: correct PTS with old theora streamsMåns Rullgård2008-11-06
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Decode audio channel layout from RIFF/WAV file format.Peter Ross2008-11-05
* Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer2008-10-29
* Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason2008-10-28
* fix umid base value, use revision 5 and generic material typeBaptiste Coudurier2008-10-27
* fix sound essence compression ULBaptiste Coudurier2008-10-26
* fix start position ULBaptiste Coudurier2008-10-26
* simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier2008-10-24