summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-30
* mpegts: Add jpeg2000 stream typeJohn Högberg2015-06-30
* riff: Validate the wav header size before trying to parse itLuca Barbato2015-06-28
* asf: Do not skip data streamsLuca Barbato2015-06-28
* mpjpeg: Check stream allocationLuca Barbato2015-06-28
* lavf: Replace the ASF demuxerAlexandra Hájková2015-06-28
* segafilm: Remove deplanarization hackPaul B Mahol2015-06-24
* PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-24
* DirectDraw Surface image decoderVittorio Giovara2015-06-22
* Hap decoder and encoderVittorio Giovara2015-06-22
* udp: Fix local_port managementLuca Barbato2015-06-22
* mp3: enable packed main_data decoding in MP4nu7742015-06-20
* nut: Drop doxygen markersLuca Barbato2015-06-15
* riff: Add MNM4 FourCC as mpeg4Vittorio Giovara2015-06-15
* tls_gnutls: fix hang on disconnectionwm42015-06-14
* flv: Name an enum and use its typeVittorio Giovara2015-06-12
* segment: Check open_null_ctx() return valueVittorio Giovara2015-06-12
* movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau2015-06-10
* mkv: Correctly report the latest packet had been flushedLuca Barbato2015-06-09
* mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-09
* rtpdec_asf: Check memory allocation and free memory on errorVittorio Giovara2015-06-08
* mov: Check memory allocationVittorio Giovara2015-06-08
* audiointerleave: Always initialize new_pktVittorio Giovara2015-06-08
* sctp: Always initialize outmsg structVittorio Giovara2015-06-08
* mpjpgdec: free AVIOContext leak on early probe failJanne Grunau2015-06-08
* avio: Add avio_put_str16beLuca Barbato2015-06-07
* mpjpeg: Initial implementationLuca Barbato2015-06-07
* rtmpdh: Use GMP functions directly, instead of nettle wrappersMartin Storsjö2015-06-01
* rtmpdh: Fix the indentation in a structMartin Storsjö2015-06-01
* mov: always check avio_read return valueAndreas Cadhalpun2015-05-31
* avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-31
* mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-31
* mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-31
* mov: Correctly allocate ctts_dataLuca Barbato2015-05-31
* mov: Fix two memleaksAndreas Cadhalpun2015-05-31
* network: prevent SIGPIPE on OSXwm42015-05-31
* rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö2015-05-29
* rtmpdh: Create sufficiently long private keys for gcrypt/nettleMartin Storsjö2015-05-29
* rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_keyMartin Storsjö2015-05-29
* rtmpdh: Add fate test for the DH handshake routineMartin Storsjö2015-05-29
* rtmpdh: Pass the actual buffer size of the output secret keyMartin Storsjö2015-05-29
* rtmpdh: Check the output buffer size in the openssl version of dh_compute_keyMartin Storsjö2015-05-29
* rtmpdh: Fix a local variable name in the nettle/gcrypt codepathMartin Storsjö2015-05-29
* rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bnMartin Storsjö2015-05-29
* tls_gnutls: Add missing includes for the gcrypt thread safety callbacksMartin Storsjö2015-05-28
* lavf: move TLS-related ifdeffery to library specific fileswm42015-05-26
* lavf: split tls.cwm42015-05-26
* tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-22
* tls: Remove all the local polling loopsMartin Storsjö2015-05-22
* tls: Remove the nonblocking codeMartin Storsjö2015-05-22