aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* asfdec: prevent the infinite loop in detect unknown_subobjectAlexandra Hájková2015-07-031-0/+2
* asfdec: prevent possible memory leak in the asf_read_metadata_objAlexandra Hájková2015-07-031-1/+2
* mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara2015-07-011-3/+3
* mov: Adjust variable types to fix format warningsVittorio Giovara2015-07-011-1/+1
* dump: Use the correct abs() versionVittorio Giovara2015-07-011-1/+1
* mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-301-7/+7
* mpegts: Add jpeg2000 stream typeJohn Högberg2015-06-301-0/+1
* riff: Validate the wav header size before trying to parse itLuca Barbato2015-06-281-0/+3
* asf: Do not skip data streamsLuca Barbato2015-06-281-6/+0
* mpjpeg: Check stream allocationLuca Barbato2015-06-281-0/+2
* lavf: Replace the ASF demuxerAlexandra Hájková2015-06-284-1201/+1375
* segafilm: Remove deplanarization hackPaul B Mahol2015-06-242-49/+3
* PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-241-0/+1
* DirectDraw Surface image decoderVittorio Giovara2015-06-221-0/+1
* Hap decoder and encoderVittorio Giovara2015-06-221-0/+4
* udp: Fix local_port managementLuca Barbato2015-06-221-1/+1
* mp3: enable packed main_data decoding in MP4nu7742015-06-201-1/+9
* nut: Drop doxygen markersLuca Barbato2015-06-151-12/+12
* riff: Add MNM4 FourCC as mpeg4Vittorio Giovara2015-06-151-0/+1
* tls_gnutls: fix hang on disconnectionwm42015-06-141-1/+1
* flv: Name an enum and use its typeVittorio Giovara2015-06-122-2/+3
* segment: Check open_null_ctx() return valueVittorio Giovara2015-06-121-1/+2
* movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau2015-06-101-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
* 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