summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/avio: move short seek threshold to the contextMichael Niedermayer2015-06-112-1/+8
* avformat/aiffdec: avoid double and ldexp()Michael Niedermayer2015-06-111-4/+11
* avformat: Fix bug in parse_rps for HEVC.Deliang Fu2015-06-111-1/+1
* avformat/movenc: Make static packed_size, const staticMichael Niedermayer2015-06-111-1/+1
* avformat/mpegts: Do not ignore registration descriptors when probing is enabledMichael Niedermayer2015-06-101-1/+1
* lavf/http: Correctly terminate session with HTTP POST client.Stephan Holljes2015-06-101-1/+3
* libavformat/flvdec.c: don't build index_entries for input stream if AVIOConte...Igor Derzhavin2015-06-101-2/+3
* lavf/webm_chunk: Remove AVFMT_ALLOW_FLUSHVignesh Venkatasubramanian2015-06-091-1/+1
* avformat/oggenc: Fix return code in case of flushingMichael Niedermayer2015-06-091-1/+1
* Merge commit 'b14086ca38efa1a86cb0f0c6aa147b05f698877b'Michael Niedermayer2015-06-091-1/+1
|\
| * mkv: Correctly report the latest packet had been flushedLuca Barbato2015-06-091-1/+1
| * mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-091-4/+4
* | lavf/segment: add an option to allow breaking on non-keyframesRodger Combs2015-06-091-1/+3
* | lavf/tls_securetransport: fix SNI support when not verifyingRodger Combs2015-06-091-3/+3
* | mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-081-4/+3
* | Merge commit '4733a12dd17a91d606e0079ff9bb48b9f419cbef'Michael Niedermayer2015-06-081-2/+11
|\ \ | |/
| * rtpdec_asf: Check memory allocation and free memory on errorVittorio Giovara2015-06-081-2/+10
* | Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5'Michael Niedermayer2015-06-081-1/+5
|\ \ | |/
| * mov: Check memory allocationVittorio Giovara2015-06-081-1/+5
* | Merge commit 'f7e932473314e6ca4c851d49cbde8570b6e66383'Michael Niedermayer2015-06-081-1/+1
|\ \ | |/
| * audiointerleave: Always initialize new_pktVittorio Giovara2015-06-081-1/+1
* | Merge commit '8ef98855d25e457094468e2e1a79d9b10d6445b2'Michael Niedermayer2015-06-081-1/+1
|\ \ | |/
| * sctp: Always initialize outmsg structVittorio Giovara2015-06-081-1/+1
* | Merge commit 'caf7be30b11288c498fae67be4741bfbf083d977'Michael Niedermayer2015-06-081-1/+1
|\ \ | |/
| * mpjpgdec: free AVIOContext leak on early probe failJanne Grunau2015-06-081-2/+2
* | mpjpegdec: fix memory leak in probe functionJames Almer2015-06-081-1/+2
* | lavf/tls: let the user specify what name to verify againstRodger Combs2015-06-082-7/+13
* | avformat/mxfenc: Allow overriding /manual setting of the signal standardMichael Niedermayer2015-06-081-0/+26
* | avformat/version: Bump version for single jpeg muxerMichael Niedermayer2015-06-081-2/+2
* | avformat: Add single jpeg muxerCaligula useraccount2015-06-083-0/+13
* | Merge commit '252d6200c36e7eaa79f8d5205b7d731179e94897'Michael Niedermayer2015-06-082-1/+7
|\ \ | |/
| * avio: Add avio_put_str16beLuca Barbato2015-06-073-15/+33
* | Merge commit '9b56ac74b170d12027fbc81f581a451a709f1105'Michael Niedermayer2015-06-084-2/+226
|\ \ | |/
| * mpjpeg: Initial implementationLuca Barbato2015-06-074-2/+226
* | avformat/hdsenc: Change duration from single to to double precisionMichael Niedermayer2015-06-081-1/+1
* | avformat/rmenc: Remove float usageMichael Niedermayer2015-06-071-8/+8
* | avformat/aviobuf: Check for ffio_set_buf_size() failureMichael Niedermayer2015-06-071-1/+3
* | avformat/ffmdec: Check ffio_set_buf_size() return valueMichael Niedermayer2015-06-071-1/+3
* | lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLA...Stephan Holljes2015-06-061-0/+9
* | lavf/http: Indent else-clause.Stephan Holljes2015-06-061-9/+8
* | lavf/http: Properly process HTTP header on listen.Stephan Holljes2015-06-061-1/+40
* | lavf/http: Rudimentary error handling for HTTP requests received from clients.Stephan Holljes2015-06-061-0/+18
* | lavf/http: Process HTTP header before sending response.Stephan Holljes2015-06-061-2/+2
* | lavf/http: Document method option.Stephan Holljes2015-06-061-1/+1
* | avformat/mxfenc: Add mxf muxer avclassMichael Niedermayer2015-06-061-0/+12
* | avformat/utils: Do not select audio streams with unknown sample rate in av_fi...Michael Niedermayer2015-06-061-1/+1
* | flvdec: fix lack of duration for some filesGanesh Ajjanagadde2015-06-051-1/+1
* | avformat/flvdec: Show unknown tags at debug levelMichael Niedermayer2015-06-051-1/+3
* | avformat/flvdec: Add TYPE_ONCAPTIONINFOMichael Niedermayer2015-06-051-0/+4
* | avformat/flvdec: increase buffer size for parsing metadata string keyMichael Niedermayer2015-06-051-1/+1
OpenPOWER on IntegriCloud