summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Jai Menon2009-11-271-1/+1
* 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger2009-11-261-1/+0
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-242-0/+26
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-242-1/+6
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-231-0/+1
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-232-0/+10
* MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad2009-11-231-1/+1
* set mp3 timebase to the lcm of all mp3 sample rates to fix frame durationBaptiste Coudurier2009-11-221-0/+3
* Add MP4 object type for ALS.Justin Ruggles2009-11-221-0/+1
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-221-2/+7
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-221-1/+3
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-221-1/+1
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-221-1/+1
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-201-4/+3
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-201-0/+1
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-201-0/+1
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-191-5/+5
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+21
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-152-10/+92
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-131-3/+5
* Split overly long line in doxy.Stefano Sabatini2009-11-121-1/+4
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-121-52/+63
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-121-161/+162
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-121-1/+1
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-111-0/+2
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-112-6/+2
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-091-1/+1
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-082-2/+2
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-082-2/+2
* move code to avoid forward declarationBaptiste Coudurier2009-11-081-240/+238
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-081-32/+23
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-071-0/+1
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-072-2/+0
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-061-1/+1
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-061-0/+1
* Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam2009-11-051-1/+1
* 10l, typoBaptiste Coudurier2009-11-051-1/+1
* If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov2009-11-051-4/+25
* Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov2009-11-051-1/+1
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-051-1/+0
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-051-24/+5
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-051-1/+2
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-051-1/+5
* Corrects two typosReynaldo H. Verdejo Pinochet2009-11-051-2/+2
* Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet2009-11-051-0/+3
* fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier2009-11-051-2/+2
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-031-0/+1
* map VYUY fourcc to rawcodecBen Littler2009-11-021-0/+1
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-011-1/+0
* print packet duration when debugging timestampsBaptiste Coudurier2009-10-301-2/+4