summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier2010-07-141-21/+35
* matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs2010-07-141-0/+1
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-141-4/+11
* Add a depacketizer for QDM2Josh Allmann2010-07-144-0/+351
* rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö2010-07-141-1/+1
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-142-2/+6
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-121-1/+1
* Report when a method gets an error status codeLuca Barbato2010-07-121-0/+7
* Clarify the avoidance of usage of these AVStream fields.Víctor Paesa2010-07-111-1/+2
* Handle av_base64_decode return valueLuca Barbato2010-07-111-2/+2
* Fix ID3v1 tags in mp3 filesJames Darnley2010-07-112-7/+8
* Check url_fseek results in gxf demuxer.Reimar Döffinger2010-07-101-6/+12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-1011-22/+22
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-104-7/+7
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-093-21/+29
* rename get_length to ff_get_v_length and put_v to ff_put_vMichael Chinen2010-07-091-68/+68
* In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier2010-07-081-4/+6
* In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier2010-07-081-0/+19
* Cosmetics: whitespaceAlex Converse2010-07-071-3/+3
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-072-2/+2
* Ignore extradata & w/h in asf/dvr.Michael Niedermayer2010-07-071-1/+7
* Associate .tga with format image2.Carl Eugen Hoyos2010-07-071-1/+1
* Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård2010-07-061-18/+24
* os_support: include some headers only when neededMåns Rullgård2010-07-061-3/+3
* rtpenc: remove unnecessary #include unistd.hMåns Rullgård2010-07-061-2/+0
* file_protocol: remove redundant #include sys/time.hMåns Rullgård2010-07-061-1/+0
* rtpdec_asf: Propagate errors from the chained av_open_input_streamMartin Storsjö2010-07-052-3/+7
* Silence a warning when compiling aviobuf.cEli Friedman2010-07-051-2/+1
* Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, andMichael Karcher2010-07-051-6/+6
* Add id3v1.o dependency for oma demuxerMichael Karcher2010-07-051-1/+1
* mov: Read Flash's chpl variantDavid Conrad2010-07-041-3/+5
* Fix warning "passing argument from incompatible pointer type".Eli Friedman2010-07-031-1/+1
* Move AVStream->codec_info_nb_frames increment after try_decode_frameBaptiste Coudurier2010-07-031-2/+1
* In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de...Baptiste Coudurier2010-07-031-2/+8
* Disable dshow specific bug emulation for amv files as they arentMichael Niedermayer2010-07-021-1/+3
* Rename block_align variable in the avi demuxer to clearly seperate its purposeMichael Niedermayer2010-07-021-4/+4
* Bump libavformat minor (as a result of r24003).Jai Menon2010-07-021-1/+1
* matroskadec: merge only SSA packets togetherDavid Conrad2010-07-021-1/+2
* add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs2010-07-022-1/+8
* Duplicate rounding that MS does in one of their implementations of an avi dem...Michael Niedermayer2010-07-021-0/+4
* Fix doxy of flags parameter in fps_umf2avr().Diego Biurrun2010-07-021-1/+1
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-022-7/+7
* Replace incorrect @NOTE Doxygen command by @note; capitalization matters.Diego Biurrun2010-07-021-1/+1
* Fix Doxygen function parameter documentation syntax.Diego Biurrun2010-07-021-3/+3
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-1/+0
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-025-9/+9
* In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier2010-07-021-33/+35
* In mov demuxer, fix seeking to the beginning when file has edit lists.John Stebbins2010-07-021-0/+2
* mpegtsenc: allocate correct size for PID tableMåns Rullgård2010-07-011-1/+1
* In mov demuxer, only set sar if not already set, patch by Andrew Wason,Andrew Wason2010-07-011-7/+4