summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-262-8/+8
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-1/+1
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-251-0/+6
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-241-1/+3
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-0/+2
* handle id3v2 'genre' tag formated as '%d'Aurelien Jacobs2009-03-221-1/+2
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-222-282/+282
* Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje2009-03-221-1/+4
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-221-0/+2
* allocate tracks instead of using MAX_STREAMSBaptiste Coudurier2009-03-221-5/+14
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-221-1/+1
* avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier2009-03-221-5/+2
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-211-0/+3
* Remove slash-skipping code because the function called right after thatRonald S. Bultje2009-03-211-3/+0
* Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje2009-03-211-2/+1
* Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje2009-03-211-0/+2
* Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje2009-03-211-1/+1
* Remove useless comment about something that is deprecated. See summary inRonald S. Bultje2009-03-211-3/+0
* Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje2009-03-211-2/+1
* Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje2009-03-211-23/+12
* Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje2009-03-211-14/+51
* Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje2009-03-211-0/+2
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-211-11/+3
* Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje2009-03-211-1/+1
* Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje2009-03-211-4/+1
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-211-0/+1
* ReindentDavid Conrad2009-03-211-9/+9
* Fix Speex header parsing in ogg demuxerDavid Conrad2009-03-211-3/+6
* Document ogg_codec's header functionDavid Conrad2009-03-211-0/+6
* fix compilation when DEBUG_SEEK is definedBaptiste Coudurier2009-03-211-1/+1
* fix valid seeking rangeBaptiste Coudurier2009-03-211-9/+7
* protect realloc overflowBaptiste Coudurier2009-03-211-0/+2
* seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles2009-03-211-1/+3
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-201-1/+1
* resync ffm if error in streamBaptiste Coudurier2009-03-201-2/+18
* typo, fix eof checkBaptiste Coudurier2009-03-201-1/+1
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-202-28/+21
* Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje2009-03-201-7/+62
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-203-0/+51
* set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier2009-03-191-1/+1
* move max analyze duration check before considering new packetBaptiste Coudurier2009-03-191-4/+4
* Support raw TrueHD filesRamiro Polla2009-03-194-2/+34
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-1/+1
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-191-5/+5
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-184-55/+55
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-181-19/+24
* Fix wrong @file tag.Ronald S. Bultje2009-03-171-1/+1
* Reindent after r18023.Ronald S. Bultje2009-03-171-8/+8
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-175-1/+104
* cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder2009-03-171-26/+25