summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/udp: UDP-Lite (RFC 3828) support addedThomas Volkert2014-11-053-2/+67
* Merge commit 'a490391157dcf4dc6b65352ec3eea2781dd0a404'Michael Niedermayer2014-11-051-4/+2
|\
| * rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö2014-11-051-0/+3
* | avformat/mpegts: fix iteration count in add_pid_to_pmt()Michael Niedermayer2014-11-041-1/+1
* | id3v2: prefer TDRC for date over TDRL.Benoit Fouet2014-11-042-2/+2
* | avformat/mpegts: also print PMT version in av_dlog()Michael Niedermayer2014-11-041-2/+2
* | avformat/rtmpproto: Do not fail when the length cannot be determined for live...Michael Niedermayer2014-11-041-0/+5
* | avformat/mpegts: Continue parsing PMTs during duration estimationMichael Niedermayer2014-11-031-3/+3
* | avformat/utils: Leave skip_clear enabled until after estimate_timings()Michael Niedermayer2014-11-031-1/+2
* | avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt()Michael Niedermayer2014-11-031-0/+6
* | Merge commit '2f221b6a9365aa400061e16266f2d1242f7169f8'Michael Niedermayer2014-11-031-11/+11
|\ \ | |/
| * movenc: Define the flag bits using shifts instead of as decimal numbersMartin Storsjö2014-11-031-11/+11
* | lavf/flvenc: fail in case the muxed packet is too bigStefano Sabatini2014-11-031-0/+6
* | lavf/movenc: Write G.726 bitrate to make the files decodable.Carl Eugen Hoyos2014-11-031-0/+2
* | avformat/img2enc: Use localtime_r() for thread safteyMichael Niedermayer2014-11-021-2/+3
* | avformat/sbgdec: Use localtime_r() for thread safteyMichael Niedermayer2014-11-021-2/+3
* | avformat/wavenc: Use localtime_r() for thread safteyMichael Niedermayer2014-11-021-1/+3
* | avformat/segment: use time_internal.h, simplify codeMichael Niedermayer2014-11-021-4/+1
* | avformat/matroskadec: use gmtime_r() for thread safteyMichael Niedermayer2014-11-021-1/+2
* | avformat/webpenc: removed unused variableMichael Niedermayer2014-11-021-1/+0
* | avformat/img2enc: remove webp extension as we have a dedicated webp muxerMichael Niedermayer2014-11-021-1/+1
* | avformat: add webp muxerMichael Niedermayer2014-11-014-2/+160
* | avformat/assenc: Add ignore_gaps optionRodger Combs2014-11-012-2/+21
* | avformat/rtpdec_h261: code aligned to the HEVC codeThomas Volkert2014-11-011-7/+5
* | Merge commit 'aae6b3b918b4133b8cc2d1631196c1d406d0351a'Michael Niedermayer2014-10-311-2/+0
|\ \ | |/
| * movenc: Don't write any iso brands in ismv filesMartin Storsjö2014-10-301-2/+0
* | Merge commit 'c55d1d382cd41345a79782ace41f9b43f45dca9a'Michael Niedermayer2014-10-311-2/+3
|\ \ | |/
| * movenc: Don't write any tfdt atom for ismv filesMartin Storsjö2014-10-301-2/+3
* | Merge commit '00c67fe1d0bc7c2ce49daac9c80ea39d5a663b73'Michael Niedermayer2014-10-311-6/+12
|\ \ | |/
| * movenc: Write a 0 duration in mdhd and tkhd for an empty initial moovMartin Storsjö2014-10-301-6/+12
* | Merge commit 'cf589faa5b7aed3bb38e08dcd00bd951e69686d1'Michael Niedermayer2014-10-313-4/+13
|\ \ | |/
| * movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö2014-10-293-4/+13
* | Merge commit '600d5ee6b12bad144756b0772319bb04796bc528'Michael Niedermayer2014-10-301-0/+5
|\ \ | |/
| * movenc: Signal iso6 in compatible_brands when using tfdtMartin Storsjö2014-10-291-0/+5
* | Merge commit '1e0b81abe86dc09dd34d60d57f92de5f12d65818'Michael Niedermayer2014-10-301-1/+1
|\ \ | |/
| * movenc: Use a local variable consistentlyMartin Storsjö2014-10-291-1/+1
* | Merge commit 'b2b79eca6fae2466a53c5daa163a37e2474364fc'Michael Niedermayer2014-10-301-3/+2
|\ \ | |/
| * movenc: Don't check the custom IO flag when using faststartMartin Storsjö2014-10-291-3/+2
* | Merge commit '573b1de2d7f1db71030f91ecdded7d0bc071f6b6'Michael Niedermayer2014-10-302-1/+4
|\ \ | |/
| * movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö2014-10-292-1/+4
* | mxfenc: fix indentation after last commitThomas Mundt2014-10-291-9/+9
* | Merge commit '84bf64d3598c98a748e609195358ea04b0cfd140'Michael Niedermayer2014-10-291-5/+5
|\ \ | |/
| * bethsoftvid: simplify return handlingVittorio Giovara2014-10-291-2/+0
| * assdec: check av_new_packet return valueVittorio Giovara2014-10-291-1/+4
* | Merge commit 'f64d7e919eabd427f3e6dd4a1219e448c78deb42'Michael Niedermayer2014-10-291-6/+6
|\ \ | |/
| * mtv: improve header check and avoid division by zeroVittorio Giovara2014-10-291-2/+5
| * oggenc: remove unneeded null checkMichael Niedermayer2014-10-291-1/+1
| * mxfdec: reduce loop bound in mxf_read_pixel_layout()Tomas Härdin2014-10-271-1/+1
| * bethsoftvid: check return value and clean memoryVittorio Giovara2014-10-271-0/+4
* | avformat/utils: support more AVC Intra formats without SPS/PPS headerThomas Mundt2014-10-291-2/+40
OpenPOWER on IntegriCloud