summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/assenc: add non strict ts flag.Clément Bœsch2012-11-111-1/+1
* gxf: avoid null ptr deref without streams.Michael Niedermayer2012-11-111-2/+3
* segafilm: fix division by 0Michael Niedermayer2012-11-111-1/+1
* omadec: fix len check in nprobe() prevent out of array accessMichael Niedermayer2012-11-111-1/+1
* electronic arts: support rare samples containing adpcm_ea_r1 audioPeter Ross2012-11-111-1/+10
* electronicarts: use av_log_ask_for_samplePeter Ross2012-11-111-6/+6
* mxfdec: avoid double free and leaks.Michael Niedermayer2012-11-111-3/+10
* matroskadec: check h in generic rm packet shufflerMichael Niedermayer2012-11-111-1/+1
* lavf/srtenc: ignore invalid timed packets instead of failing.Clément Bœsch2012-11-101-3/+7
* mov: Make sure no streams after the header lack a timescale.Michael Niedermayer2012-11-101-6/+12
* riff: add SMV2 FourCC for H264Piotr Bandurski2012-11-101-0/+1
* Allow forcing a frame size in bytes for image2pipe.Carl Eugen Hoyos2012-11-101-1/+7
* Add yuv4xxp12 and yuv4xxp14 pixel formats to y4m encoder and decoder.Carl Eugen Hoyos2012-11-101-0/+56
* riff: add GXVE FourCC for WMV2Piotr Bandurski2012-11-101-0/+1
* ebml_read_binary: use fast_padded_malloc()Michael Niedermayer2012-11-091-2/+2
* vqf: check samplerate, avoid division by 0.Michael Niedermayer2012-11-091-0/+4
* xmv: Fix integer overflowMichael Niedermayer2012-11-091-1/+1
* lavf: Dont compare absolute to relative timestamps in duration gcdMichael Niedermayer2012-11-091-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-091-1/+1
|\
| * rtpenc_aac: Fix calculation of the header sizeLuca Abeni2012-11-081-2/+2
* | sctp: silence const warningMichael Niedermayer2012-11-081-1/+1
* | ffmdec: remove unused variableMichael Niedermayer2012-11-081-1/+0
* | rtpenc_aac: Fix 10l bugLuca Abeni2012-11-081-2/+2
* | wtvenc: produce seekable filesPeter Ross2012-11-071-7/+71
* | wtvenc: simplify write_timestampPeter Ross2012-11-071-5/+1
* | wtvenc: output third video pts in timestamp chunk (this is what Microsoft Win...Peter Ross2012-11-071-6/+1
* | wtvenc: indent fixupPeter Ross2012-11-071-5/+5
* | wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; these are...Peter Ross2012-11-071-27/+3
* | smjpegenc: use bits_per_coded_sample instead of calling functionPaul B Mahol2012-11-071-1/+1
* | sbgdec: dont set slide to a uninitialized valueNicolas George2012-11-061-1/+1
* | utils: fix integer overflow with DURATION_MAX_READ_SIZEMichael Niedermayer2012-11-061-1/+1
* | wtv: move duplicated guids into wtv.cPeter Ross2012-11-064-13/+16
* | wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENTPeter Ross2012-11-064-4/+4
* | wtvenc: fix typoPeter Ross2012-11-061-2/+2
* | img2enc: support 16bit per sample yuv in split planes.Michael Niedermayer2012-11-061-0/+4
* | img2enc: support storing alpha planes too in split plane modeMichael Niedermayer2012-11-061-5/+9
* | img2enc: Fix yuva with yuv split planes.Michael Niedermayer2012-11-061-2/+4
* | img2enc: check pix_fmt for split planes mode.Michael Niedermayer2012-11-061-1/+6
* | img2enc: ensure that the codec is rawvideo for split planes mode.Michael Niedermayer2012-11-061-1/+5
* | Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer2012-11-051-1/+1
|\ \ | |/
| * build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()Diego Biurrun2012-11-051-1/+1
| * rtmp: Use av_strlcat instead of strncatMartin Storsjö2012-11-051-1/+1
* | rtmpproto: Use av_strlcat instead of strncatMartin Storsjö2012-11-051-1/+1
* | lavf/avr: make .long_name consistent with othersPaul B Mahol2012-11-051-1/+1
* | udp: check ff_socket_nonblock() return codeMichael Niedermayer2012-11-051-1/+5
* | segment: fix null ptr derefMichael Niedermayer2012-11-051-1/+1
* | AVR demuxerPaul B Mahol2012-11-054-1/+98
* | riff: add "lsvm" FourCC for H263.Piotr Bandurski2012-11-051-0/+1
* | ffm: redesign header format to make it extensibleMichael Niedermayer2012-11-052-6/+168
* | lavf/srtdec: recognize subtitles starting at event index 0.Clément Bœsch2012-11-051-1/+2
OpenPOWER on IntegriCloud