summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-311-1/+1
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-311-9/+9
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-311-20/+22
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-311-20/+18
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-301-26/+14
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-301-0/+6
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-301-1/+1
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-281-2/+2
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-282-1/+1
* Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov2008-12-281-1/+1
* Reindent after r16368.Ronald S. Bultje2008-12-282-2/+3
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-283-2/+7
* Change audio_pkt_cnt from an array into a single field, since only a singleRonald S. Bultje2008-12-281-5/+5
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-283-22/+27
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-282-74/+106
* Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov2008-12-271-3/+15
* add amr in avi riff tagsBen Littler2008-12-241-0/+2
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-222-3/+3
* Fix a warning when compiling with icc:Carl Eugen Hoyos2008-12-221-2/+2
* Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs2008-12-221-1/+1
* Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer2008-12-211-1/+1
* Fix detection of audio codec in K70707-ARIA229.flv.Michael Niedermayer2008-12-211-1/+3
* 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
OpenPOWER on IntegriCloud