summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-091-4/+4
* rtpdec_asf: Check memory allocation and free memory on errorVittorio Giovara2015-06-081-2/+10
* mov: Check memory allocationVittorio Giovara2015-06-081-1/+5
* audiointerleave: Always initialize new_pktVittorio Giovara2015-06-081-1/+1
* sctp: Always initialize outmsg structVittorio Giovara2015-06-081-1/+1
* mpjpgdec: free AVIOContext leak on early probe failJanne Grunau2015-06-081-2/+2
* avio: Add avio_put_str16beLuca Barbato2015-06-073-15/+33
* mpjpeg: Initial implementationLuca Barbato2015-06-074-2/+226
* rtmpdh: Use GMP functions directly, instead of nettle wrappersMartin Storsjö2015-06-012-7/+11
* rtmpdh: Fix the indentation in a structMartin Storsjö2015-06-011-5/+5
* mov: always check avio_read return valueAndreas Cadhalpun2015-05-311-22/+101
* avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-312-0/+15
* mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-311-0/+7
* mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-311-0/+5
* mov: Correctly allocate ctts_dataLuca Barbato2015-05-311-1/+1
* mov: Fix two memleaksAndreas Cadhalpun2015-05-311-1/+4
* network: prevent SIGPIPE on OSXwm42015-05-311-0/+4
* rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö2015-05-291-7/+9
* rtmpdh: Create sufficiently long private keys for gcrypt/nettleMartin Storsjö2015-05-291-4/+4
* rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_keyMartin Storsjö2015-05-291-5/+0
* rtmpdh: Add fate test for the DH handshake routineMartin Storsjö2015-05-292-0/+143
* rtmpdh: Pass the actual buffer size of the output secret keyMartin Storsjö2015-05-293-5/+8
* rtmpdh: Check the output buffer size in the openssl version of dh_compute_keyMartin Storsjö2015-05-291-1/+8
* rtmpdh: Fix a local variable name in the nettle/gcrypt codepathMartin Storsjö2015-05-291-3/+3
* rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bnMartin Storsjö2015-05-291-0/+2
* tls_gnutls: Add missing includes for the gcrypt thread safety callbacksMartin Storsjö2015-05-281-0/+1
* lavf: move TLS-related ifdeffery to library specific fileswm42015-05-264-86/+109
* lavf: split tls.cwm42015-05-267-363/+534
* tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-221-1/+1
* tls: Remove all the local polling loopsMartin Storsjö2015-05-221-56/+27
* tls: Remove the nonblocking codeMartin Storsjö2015-05-221-24/+11
* tls: Use custom IO to read from the URLContextMartin Storsjö2015-05-221-3/+102
* mkv: Print unsupported mov tags when foundVittorio Giovara2015-05-121-0/+6
* riff: Add MultiScope II fourcc MSC2 as MJPEGCarl Eugen Hoyos2015-05-121-0/+1
* dashenc: Reduce the segment duration if cutting out parts with edit listsMartin Storsjö2015-05-101-2/+4
* dashenc: replace attribute id with contentType for the AdaptationSet elementJames Almer2015-05-101-2/+2
* id3v2: Do not export empty APIC descriptionwm42015-05-091-1/+4
* nut: Make sure to clean up on read_header failureLuca Barbato2015-05-091-17/+22
* avi: Validate sample_sizeAndreas Cadhalpun2015-05-091-0/+17
* nut: Check chapter creation in decode_info_headerAndreas Cadhalpun2015-05-081-0/+4
* mux: Do not leave stale side data pointers in ff_interleave_add_packet()Michael Niedermayer2015-05-061-0/+2
* dump: Print AVAudioServiceType side dataVittorio Giovara2015-05-061-0/+47
* lavf: Open PICT images with QuickdrawVittorio Giovara2015-05-061-0/+3
* mpegts: Update the PSI/SI table only if the version changeJohn Högberg2015-04-281-0/+20
* riff: Add GMP4 fourcc for mpeg4Vittorio Giovara2015-04-241-0/+1
* riff: Add GLV4 fourcc for mpeg4Vittorio Giovara2015-04-241-0/+1
* rtsp: Make sure we don't write too many transport entries into a fixed-size a...Martin Storsjö2015-04-241-0/+2
* rtpenc_jpeg: Handle case of picture dimensions not dividing by 8Andrey Utkin2015-04-231-2/+2
* rtsp: Don't warn about unparsed time rangesMartin Storsjö2015-04-231-5/+2
* lavf: Fix variables constness in ff_iso8601_to_unix_time()Vittorio Giovara2015-04-201-1/+1