summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* movenc: add fallback audio track tref supportJohn Stebbins2015-11-18
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-18
* lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov2015-11-18
* segafilm: Fix current_sample after seeking and avio_seek return typeMichael Niedermayer2015-11-14
* rtmpcrypt: Provide the xtea keys in little endian format for consistencyMartin Storsjö2015-11-13
* rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö2015-11-13
* mov: Drop dref when unable to parseVittorio Giovara2015-11-12
* mov: Correctly store dref pathsVittorio Giovara2015-11-12
* aiff: Support demuxing G.722 streamsCarl Eugen Hoyos2015-11-12
* thp: set duration for audio stream tooPaul B Mahol2015-11-12
* movenc: Add a unit test for signaling of the track start timesMartin Storsjö2015-11-11
* movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö2015-11-11
* movenc: Add a unit test for frag_discont with edit listsMartin Storsjö2015-11-11
* movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö2015-11-11
* movenc: Add an API unit test for fragmenting options/callsMartin Storsjö2015-11-10
* movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-10
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* lavf: factor out freeing an AVStreamAnton Khirnov2015-11-08
* lavf: initialize cur_dts to AV_NOPTS_VALUE for muxingAnton Khirnov2015-11-08
* segafilm: drop the "song and dance" for cinepakMichael Niedermayer2015-11-06
* segafilm: set video and audio stream durationPaul B Mahol2015-11-06
* segafilm: implement seekingPaul B Mahol2015-11-06
* mov: detect cover art pictures by contentwm42015-11-03
* msnwc_tcp: Use the correct return valuesLuca Barbato2015-11-02
* cosmetics: msnwc_tcp: ReformatLuca Barbato2015-11-02
* msnwc_tcp: Correctly report failureLuca Barbato2015-11-02
* nut: Use the correct codec_tag when multiple are availableLuca Barbato2015-11-02
* omadec: Fix position of opening parenthesisVittorio Giovara2015-10-30
* os_support: Don't try to return the service name as a string in getnameinfoMartin Storsjö2015-10-30
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-26
* avformat: Rework add_to_pktbufLuca Barbato2015-10-26
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* avformat: Always return ref-counted AVPacketLuca Barbato2015-10-26
* innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-23
* mpjpeg: Cope with multipart lacking the initial CRLFLuca Barbato2015-10-23
* img2enc: Make sure the images are atomically writtenLuca Barbato2015-10-23
* movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-23
* rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö2015-10-23
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-21
* httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-10-14
* rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer2015-10-14
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-13
* nullenc: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-10
* yuv4mpeg: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-10
* asfdec: do not skip padding if offset is above packet size - paddingAlexandra Hájková2015-10-08
* matroskaenc: Don't write a track language tagJohn Stebbins2015-10-03
* hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-01
* Screenpresso SPV1 decoderVittorio Giovara2015-09-30
* riff: Add support for RV40 codec in AVIThierry Foucu2015-09-29
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-29