summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-281-6/+37
* dvenc: Validate the frame size before copying itLuca Barbato2015-11-281-0/+5
* nut: Mark non-fatal errors as warningsLuca Barbato2015-11-251-2/+4
* nut: Provide more information on failureLuca Barbato2015-11-251-5/+10
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-253-10/+20
* udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-251-1/+3
* udp: Use the logging contextLuca Barbato2015-11-251-14/+28
* rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-251-2/+8
* movenc-test: Fix integer overflowsMichael Niedermayer2015-11-241-4/+4
* asfdec: handle the case when the stream index has an invalid value betterAlexandra Hájková2015-11-231-3/+17
* oggparsespeex: Fix unchecked mallocDerek Buitenhuis2015-11-231-0/+2
* movenc: add fallback audio track tref supportJohn Stebbins2015-11-181-4/+15
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-186-12/+15
* lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov2015-11-181-8/+21
* segafilm: Fix current_sample after seeking and avio_seek return typeMichael Niedermayer2015-11-141-3/+4
* rtmpcrypt: Provide the xtea keys in little endian format for consistencyMartin Storsjö2015-11-131-33/+33
* rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö2015-11-131-1/+1
* mov: Drop dref when unable to parseVittorio Giovara2015-11-121-1/+6
* mov: Correctly store dref pathsVittorio Giovara2015-11-121-4/+2
* aiff: Support demuxing G.722 streamsCarl Eugen Hoyos2015-11-122-0/+2
* thp: set duration for audio stream tooPaul B Mahol2015-11-121-0/+1
* movenc: Add a unit test for signaling of the track start timesMartin Storsjö2015-11-111-0/+51
* movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö2015-11-111-3/+12
* movenc: Add a unit test for frag_discont with edit listsMartin Storsjö2015-11-111-0/+34
* movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö2015-11-111-4/+12
* movenc: Add an API unit test for fragmenting options/callsMartin Storsjö2015-11-102-0/+589
* movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-101-0/+1
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-095-2/+108
* lavf: factor out freeing an AVStreamAnton Khirnov2015-11-081-25/+33
* lavf: initialize cur_dts to AV_NOPTS_VALUE for muxingAnton Khirnov2015-11-081-5/+7
* segafilm: drop the "song and dance" for cinepakMichael Niedermayer2015-11-061-12/+3
* segafilm: set video and audio stream durationPaul B Mahol2015-11-061-1/+9
* segafilm: implement seekingPaul B Mahol2015-11-061-0/+23
* mov: detect cover art pictures by contentwm42015-11-031-0/+8
* msnwc_tcp: Use the correct return valuesLuca Barbato2015-11-021-2/+2
* cosmetics: msnwc_tcp: ReformatLuca Barbato2015-11-021-23/+24
* msnwc_tcp: Correctly report failureLuca Barbato2015-11-021-2/+6
* nut: Use the correct codec_tag when multiple are availableLuca Barbato2015-11-021-1/+2
* omadec: Fix position of opening parenthesisVittorio Giovara2015-10-301-2/+2
* os_support: Don't try to return the service name as a string in getnameinfoMartin Storsjö2015-10-301-9/+2
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-262-12/+5
* avformat: Rework add_to_pktbufLuca Barbato2015-10-261-32/+38
* 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
OpenPOWER on IntegriCloud