summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio...Ronald S. Bultje2008-12-14
* Reindent something that looks weird.Ronald S. Bultje2008-12-14
* Add comment to indicate why the SDP line buffer is as big as it is.Ronald S. Bultje2008-12-14
* Increase SDP line buffer size because ASF headers in RTSP-MS are very big. Se...Ronald S. Bultje2008-12-14
* 10l (forgot sample_size)Michael Niedermayer2008-12-14
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-14
* oggflac: fix bitstream reader usageMåns Rullgård2008-12-14
* Fix non interleaved variable fps ODML avis.Michael Niedermayer2008-12-14
* Remove silly FIXME comment.Michael Niedermayer2008-12-14
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-14
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-13
* Remove useless typedefLuca Abeni2008-12-13
* Remove unused typesLuca Abeni2008-12-13
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-13
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-13
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-13
* Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje2008-12-13
* 100l: Add missing backslashes.Diego Biurrun2008-12-13
* cosmetics: Break some lines for a more aesthetically pleasing result.Diego Biurrun2008-12-13
* Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun2008-12-13
* whitespace cosmeticsDiego Biurrun2008-12-13
* Avoid _t in identifier names, _t is reserved by POSIX.Jai Menon2008-12-13
* Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg2008-12-13
* Rename type to be consistentLuca Barbato2008-12-13
* mpegts: replace Program_t typedef with "struct Program"Måns Rullgård2008-12-13
* matroska: sort codec tags listAurelien Jacobs2008-12-12
* matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise2008-12-12
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-12
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-12
* Update lavf/libnut.c to _tt type names in libnut APIOded Shimon2008-12-12
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-11
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-11
* Remove comment suggesting using variables ending in _t as this would break PO...Michael Niedermayer2008-12-11
* Avoid _t in typedef typeReimar Döffinger2008-12-11
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
* Fix indenting.Ronald S. Bultje2008-12-11
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-11
* Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ...Reimar Döffinger2008-12-11
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-11
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-08
* bind to the multicast address if possibleJindřich Makovička2008-12-07
* COSMETICSReynaldo H. Verdejo Pinochet2008-12-07
* Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje2008-12-06
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-06
* Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje2008-12-06
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-05
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-04
* WRAW fourccBaptiste Coudurier2008-12-04
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-03