aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-133-58/+59
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-133-7/+10
* Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje2008-12-131-6/+26
* 100l: Add missing backslashes.Diego Biurrun2008-12-131-3/+3
* cosmetics: Break some lines for a more aesthetically pleasing result.Diego Biurrun2008-12-131-3/+6
* Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun2008-12-131-1/+1
* whitespace cosmeticsDiego Biurrun2008-12-133-29/+39
* Avoid _t in identifier names, _t is reserved by POSIX.Jai Menon2008-12-131-1/+1
* Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg2008-12-131-3/+3
* Rename type to be consistentLuca Barbato2008-12-131-4/+3
* mpegts: replace Program_t typedef with "struct Program"Måns Rullgård2008-12-131-7/+7
* matroska: sort codec tags listAurelien Jacobs2008-12-121-29/+29
* matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise2008-12-121-0/+1
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-121-0/+1
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-121-0/+1
* Update lavf/libnut.c to _tt type names in libnut APIOded Shimon2008-12-121-9/+9
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-115-20/+20
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-111-0/+17
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-113-56/+56
* Remove comment suggesting using variables ending in _t as this would break PO...Michael Niedermayer2008-12-111-1/+1
* Avoid _t in typedef typeReimar Döffinger2008-12-111-3/+3
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-114-13/+13
* Fix indenting.Ronald S. Bultje2008-12-111-3/+3
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-111-5/+5
* Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ...Reimar Döffinger2008-12-111-1/+0
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-111-0/+2
* 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