summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-2659-104/+104
* avformat: Always return ref-counted AVPacketLuca Barbato2015-10-261-0/+8
* innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-231-0/+2
* mpjpeg: Cope with multipart lacking the initial CRLFLuca Barbato2015-10-231-3/+10
* img2enc: Make sure the images are atomically writtenLuca Barbato2015-10-231-2/+5
* movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-231-8/+8
* rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö2015-10-231-3/+1
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-212-2/+6
* httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-10-141-9/+10
* rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer2015-10-141-3/+4
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-132-2/+7
* nullenc: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-101-2/+2
* yuv4mpeg: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-101-12/+11
* asfdec: do not skip padding if offset is above packet size - paddingAlexandra Hájková2015-10-081-3/+6
* matroskaenc: Don't write a track language tagJohn Stebbins2015-10-031-1/+3
* hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-011-3/+2
* Screenpresso SPV1 decoderVittorio Giovara2015-09-301-0/+1
* riff: Add support for RV40 codec in AVIThierry Foucu2015-09-291-0/+1
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-297-11/+25
* mpegts: use avcodec_get_type() to set codec_typewm42015-09-281-8/+1
* rtpdec: Forward the memory failureLuca Barbato2015-09-161-3/+7
* rtsp: warning when max_delay reachedEloi BAIL2015-09-161-0/+2
* rtpdec: inform jitter buffer sizeEloi BAIL2015-09-161-0/+4
* rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-161-1/+4
* rtpdec: Increase the max size of the jitter buffer to 500 packetsMartin Storsjö2015-09-151-1/+1
* lavf: Update to the new crypto APIVittorio Giovara2015-09-132-24/+59
* asfdec: add more checks for size left in asf packet bufferAlexandra Hájková2015-09-121-2/+4
* ogg: Do not try to use the parser if it is not presentLuca Barbato2015-09-101-0/+3
* asfdec: alloc enough space for storing name in asf_read_metadata_objAlexandra Hájková2015-09-061-1/+1
* mov: Allow more than one keyframe per trunMartin Storsjö2015-09-061-3/+3
* riff: Add AVj2 fourcc for Avid jpeg2000Vittorio Giovara2015-09-041-0/+1
* mux: Make sure that the data is actually writtenSean McGovern2015-09-031-2/+6
* file: properly forward errors from file_read() and file_write()Sean McGovern2015-09-031-2/+4
* DXV decoderVittorio Giovara2015-09-021-0/+3
* Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-281-3/+3
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-287-49/+0
* webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-251-2/+2
* hlsenc: Support outputting specific versionsLuca Barbato2015-08-251-4/+11
* asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-161-2/+4
* hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
* movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-122-7/+9
* movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-101-0/+3
* movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-102-8/+8
* movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-101-0/+2
* asf: Use time_t where neededLuca Barbato2015-08-041-1/+1
* asfdec: read values properlyAlexandra Hájková2015-08-041-16/+36
* asfdec: prevent the memory leak while reading metadataAlexandra Hájková2015-08-021-10/+12
* asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková2015-07-311-3/+0
* asfdec: do not export empty metadataAlexandra Hájková2015-07-311-2/+4
OpenPOWER on IntegriCloud