summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-081-0/+2
* bind to the multicast address if possibleJindřich Makovička2008-12-071-2/+8
* COSMETICSReynaldo H. Verdejo Pinochet2008-12-071-17/+15
* Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje2008-12-061-2/+0
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-064-7/+11
* Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje2008-12-061-2/+2
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-051-0/+2
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-041-0/+1
* WRAW fourccBaptiste Coudurier2008-12-041-0/+2
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-031-0/+1
* add fourccs from avi filesBen Littler2008-12-031-0/+14
* add GEOX fourcc for mpeg4Michael Niedermayer2008-12-031-0/+1
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-032-2/+4
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-036-9/+9
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-031-0/+1
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-021-0/+2
* ADTS AAC probe.Michael Niedermayer2008-12-021-1/+33
* More OKed parts of the QCELP decoderKenan Gillet2008-12-011-0/+1
* Implement rule-number parsing, the initial step in stream (and bitrate)Ronald S. Bultje2008-12-011-5/+16
* Change RDTDemuxContext->st into an array of streams, which will make futureRonald S. Bultje2008-11-301-5/+15
* document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje2008-11-301-0/+10
* Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje2008-11-303-4/+5
* Rename functions in sdp.c for consistency's sake.Stefano Sabatini2008-11-291-8/+8
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-231-1/+1
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-221-1/+1
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-221-1/+1
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-181-1/+2
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-181-16/+16
* Change type of prev_stream_id from uint32_t to int, since it has a max sizeRonald S. Bultje2008-11-171-1/+2
* Reindent after r15853.Ronald S. Bultje2008-11-171-1/+1
* Read optional components of the RDT packet header, such as extended setIDRonald S. Bultje2008-11-171-3/+12
* Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje2008-11-171-8/+22
* Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje2008-11-171-7/+7
* Fix memleak caused by the fact that url_open_buf() allocates a contextRonald S. Bultje2008-11-171-20/+20
* Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje2008-11-173-29/+31
* Get rid of MSG_DONTWAIT using a more standard way to use a socketJindřich Makovička2008-11-171-1/+3
* set pts in flv demuxerBaptiste Coudurier2008-11-161-5/+16
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-161-3/+51
* Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje2008-11-151-4/+11
* Make function comment a bit more linguistically correct.Ronald S. Bultje2008-11-151-1/+1
* Reindent after r15833.Ronald S. Bultje2008-11-151-4/+4
* Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje2008-11-153-7/+11
* simplify metadata readingBaptiste Coudurier2008-11-151-36/+20
* matroskadec: fix index timestamps for some broken filesAurelien Jacobs2008-11-151-1/+8
* Call check_back_and_send_rr() function only in case of RTP as a transport.Ronald S. Bultje2008-11-151-1/+1
* Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2008-11-152-18/+18
* check for interrupt when receiving from socketJindřich Makovička2008-11-141-1/+18
* Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje2008-11-141-0/+51
* timestamp is dts in wmv/asfBaptiste Coudurier2008-11-141-1/+1
OpenPOWER on IntegriCloud