summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud