aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkvAlexander Strange2008-12-191-1/+2
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-181-2/+2
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-181-1/+3
* Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2008-12-182-14/+25
* Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje2008-12-181-9/+6
* Add jp2 support to img2 demuxer.Benoit Fouet2008-12-171-0/+1
* activate jpeg2000 fourcc in mov/mj2Baptiste Coudurier2008-12-171-1/+1
* Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer2008-12-161-1/+1
* check that nb_streams is valid before setting stream, fix crash with jp2 whic...Baptiste Coudurier2008-12-161-2/+7
* add MPNG fourccBen Littler2008-12-161-0/+1
* two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec listBen Littler2008-12-161-0/+3
* QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.aviBen Littler2008-12-161-0/+1
* add rpza avi fourccBen Littler2008-12-161-0/+2
* Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio...Ronald S. Bultje2008-12-141-14/+6
* Reindent something that looks weird.Ronald S. Bultje2008-12-141-1/+2
* Add comment to indicate why the SDP line buffer is as big as it is.Ronald S. Bultje2008-12-141-0/+4
* Increase SDP line buffer size because ASF headers in RTSP-MS are very big. Se...Ronald S. Bultje2008-12-141-1/+1
* 10l (forgot sample_size)Michael Niedermayer2008-12-141-1/+2
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-141-1/+0
* oggflac: fix bitstream reader usageMåns Rullgård2008-12-141-5/+5
* Fix non interleaved variable fps ODML avis.Michael Niedermayer2008-12-141-1/+4
* Remove silly FIXME comment.Michael Niedermayer2008-12-141-1/+1
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-142-10/+10
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-134-15/+15
* Remove useless typedefLuca Abeni2008-12-131-29/+28
* Remove unused typesLuca Abeni2008-12-131-25/+0
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-133-10/+10
* 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