summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-22
|\
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-18
* | avformat/utils: Fix indentationTimothy Gu2015-11-20
* | avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer2015-11-15
* | avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker2015-11-15
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-11
|\|
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* | avformat/utils: re-factor freeing AVStreamsHendrik Leppkes2015-11-11
* | Merge commit 'aeda1121c91395d1f0d434bc7f227423aa2ff97d'Hendrik Leppkes2015-11-10
|\|
| * lavf: factor out freeing an AVStreamAnton Khirnov2015-11-08
* | Merge commit 'a0c71a575109f123978e345fa7eb4ac03cd4d3c3'Hendrik Leppkes2015-11-10
|\|
| * lavf: initialize cur_dts to AV_NOPTS_VALUE for muxingAnton Khirnov2015-11-08
* | avformat: unref packet after storing it in internal packet queueHendrik Leppkes2015-11-02
* | avformat: always unref the packet after parsingHendrik Leppkes2015-11-02
* | Merge commit 'd584533cf38141172e20bae5436629ee17c8ce50'Hendrik Leppkes2015-10-29
|\|
| * avformat: Rework add_to_pktbufLuca Barbato2015-10-26
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-27
|\|
| * avformat: Always return ref-counted AVPacketLuca Barbato2015-10-26
* | lavf/utils: avoid giving up probing early with long subtitle eventsRodger Combs2015-10-03
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-29
|\|
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-29
* | lavf/utils: remove some left-over cruft from the 32-bit size fieldsHendrik Leppkes2015-09-17
* | lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer2015-09-17
* | lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-15
* | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos2015-09-15
* | libavformat/utils.c: use correct variable for message.Thierry Foucu2015-09-11
* | avformat/utils: Increase default max_stream_analyze_duration for flvMichael Niedermayer2015-09-11
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-05
|\|
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* | lavf: add V as a video stream specifier which is not an attached pictureMarton Balint2015-09-02
* | lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-01
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-23
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avformat/utils: Fix regression with H264 stream probingMichael Niedermayer2015-07-16
* | avformat/utils: Print stream number in max_analyze_duration exit pathMichael Niedermayer2015-07-16
* | avformat/utils: inform the user if the protocol cannot be determinedMichael Niedermayer2015-07-15
* | avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index...Michael Niedermayer2015-07-15
* | avformat: don't crash API users when demuxing mp4wm42015-07-14
* | avformat/utils: Skip ff_configure_buffers_for_index() for local filesMichael Niedermayer2015-07-13
* | avformat: Add ff_configure_buffers_for_index()Michael Niedermayer2015-07-13
* | avformat/utils: Redesign scoring in av_find_default_stream_index()Michael Niedermayer2015-07-01
* | avformat/utils: Do not select audio streams with unknown sample rate in av_fi...Michael Niedermayer2015-06-06
* | avformat/utils: Simplify get_std_framerate() checkMichael Niedermayer2015-06-01
* | lavf: Use av_codec_get_tag2() in avformat_query_codec().Carl Eugen Hoyos2015-05-28