| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Add integer fps from 31 to 60 to get_std_framerate() | Michael Niedermayer | 2016-01-09 | 1 | -3/+7 |
* | avcodec/utils: fix AVPacket lifetime in seek_frame_generic | Hendrik Leppkes | 2016-01-02 | 1 | -2/+5 |
* | lavf: add internal API to append a bsf to a stream's list | Rodger Combs | 2015-12-28 | 1 | -0/+22 |
* | lavf: add API to apply a list of bsfs to a packet | Rodger Combs | 2015-12-28 | 1 | -0/+49 |
* | avformat: Add av_program_add_stream_index() | Michael Niedermayer | 2015-12-11 | 1 | -1/+1 |
* | avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege... | Michael Niedermayer | 2015-12-04 | 1 | -2/+2 |
* | lavf: add FFERROR_REDO to let demuxers return no packet. | Nicolas George | 2015-12-03 | 1 | -0/+5 |
* | avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale | Michael Niedermayer | 2015-12-03 | 1 | -5/+5 |
* | avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef... | Michael Niedermayer | 2015-12-03 | 1 | -1/+4 |
* | lavf/utils: avoid decoding a frame to get the codec parameters | Matthieu Bouron | 2015-11-26 | 1 | -0/+12 |
* | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e' | Derek Buitenhuis | 2015-11-22 | 1 | -1/+1 |
|\ |
|
| * | avformat: expose av_stream_new_side_data helper | John Stebbins | 2015-11-18 | 1 | -1/+1 |
* | | avformat/utils: Fix indentation | Timothy Gu | 2015-11-20 | 1 | -1/+1 |
* | | avformat/utils: Do not init parser if probing is unfinished | Michael Niedermayer | 2015-11-15 | 1 | -1/+1 |
* | | avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv... | Rainer Hochecker | 2015-11-15 | 1 | -1/+1 |
* | | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8' | Hendrik Leppkes | 2015-11-11 | 1 | -0/+10 |
|\| |
|
| * | lavf: deprecate compute_pkt_fields2 | Anton Khirnov | 2015-11-09 | 1 | -0/+10 |
* | | avformat/utils: re-factor freeing AVStreams | Hendrik Leppkes | 2015-11-11 | 1 | -7/+19 |
* | | Merge commit 'aeda1121c91395d1f0d434bc7f227423aa2ff97d' | Hendrik Leppkes | 2015-11-10 | 1 | -5/+6 |
|\| |
|
| * | lavf: factor out freeing an AVStream | Anton Khirnov | 2015-11-08 | 1 | -25/+33 |
* | | Merge commit 'a0c71a575109f123978e345fa7eb4ac03cd4d3c3' | Hendrik Leppkes | 2015-11-10 | 1 | -5/+7 |
|\| |
|
| * | lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing | Anton Khirnov | 2015-11-08 | 1 | -5/+7 |
* | | avformat: unref packet after storing it in internal packet queue | Hendrik Leppkes | 2015-11-02 | 1 | -0/+1 |
* | | avformat: always unref the packet after parsing | Hendrik Leppkes | 2015-11-02 | 1 | -5/+4 |
* | | Merge commit 'd584533cf38141172e20bae5436629ee17c8ce50' | Hendrik Leppkes | 2015-10-29 | 1 | -38/+39 |
|\| |
|
| * | avformat: Rework add_to_pktbuf | Luca Barbato | 2015-10-26 | 1 | -32/+38 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -9/+9 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -9/+9 |
* | | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f' | Hendrik Leppkes | 2015-10-27 | 1 | -0/+8 |
|\| |
|
| * | avformat: Always return ref-counted AVPacket | Luca Barbato | 2015-10-26 | 1 | -0/+8 |
* | | lavf/utils: avoid giving up probing early with long subtitle events | Rodger Combs | 2015-10-03 | 1 | -1/+4 |
* | | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d' | Hendrik Leppkes | 2015-09-29 | 1 | -4/+8 |
|\| |
|
| * | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 1 | -2/+6 |
* | | lavf/utils: remove some left-over cruft from the 32-bit size fields | Hendrik Leppkes | 2015-09-17 | 1 | -4/+0 |
* | | lavc/lavf: remove incompatible abi checks for the new 64bit fields | James Almer | 2015-09-17 | 1 | -9/+1 |
* | | lavf: Switch probesize and max_analyze_duration to 64bit. | Carl Eugen Hoyos | 2015-09-15 | 1 | -2/+2 |
* | | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested. | Carl Eugen Hoyos | 2015-09-15 | 1 | -3/+3 |
* | | libavformat/utils.c: use correct variable for message. | Thierry Foucu | 2015-09-11 | 1 | -1/+1 |
* | | avformat/utils: Increase default max_stream_analyze_duration for flv | Michael Niedermayer | 2015-09-11 | 1 | -1/+1 |
* | | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8' | Hendrik Leppkes | 2015-09-05 | 1 | -6/+0 |
|\| |
|
| * | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -6/+0 |
* | | lavf: add V as a video stream specifier which is not an attached picture | Marton Balint | 2015-09-02 | 1 | -3/+9 |
* | | lavf: Remove probesize32 and max_analyze_duration32 on version bump. | Carl Eugen Hoyos | 2015-09-01 | 1 | -0/+8 |
* | | avformat: Remove use of AVFrac and AVStream->pts | Michael Niedermayer | 2015-08-23 | 1 | -1/+5 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avformat/utils: Fix regression with H264 stream probing | Michael Niedermayer | 2015-07-16 | 1 | -1/+9 |