| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terrible | Michael Niedermayer | 2015-11-12 | 1 | -4/+4 |
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8' | Hendrik Leppkes | 2015-11-11 | 1 | -2/+75 |
|\ |
|
| * | lavf: deprecate compute_pkt_fields2 | Anton Khirnov | 2015-11-09 | 1 | -2/+75 |
* | | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6' | Hendrik Leppkes | 2015-10-29 | 1 | -10/+7 |
|\| |
|
| * | avpacket: Deprecate av_dup_packet | Luca Barbato | 2015-10-26 | 1 | -6/+4 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -3/+3 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -3/+3 |
* | | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -1/+1 |
* | | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d' | Hendrik Leppkes | 2015-09-29 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '9ad1e0c12caa440de860bd8f2122beb11d73815c' | Hendrik Leppkes | 2015-09-07 | 1 | -2/+7 |
|\| |
|
| * | mux: Make sure that the data is actually written | Sean McGovern | 2015-09-03 | 1 | -2/+6 |
* | | Remove left-over FF_API_DESTRUCT_PACKET cruft | Hendrik Leppkes | 2015-09-05 | 1 | -5/+0 |
* | | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8' | Hendrik Leppkes | 2015-09-05 | 1 | -5/+0 |
|\| |
|
| * | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -5/+0 |
* | | mux: warn if the encoders bitexact flag is set, but not the muxers | Andreas Cadhalpun | 2015-08-30 | 1 | -2/+15 |
* | | avformat: Remove use of AVFrac and AVStream->pts | Michael Niedermayer | 2015-08-23 | 1 | -8/+14 |
* | | add missing FF_API_DESTRUCT_PACKET guards | Andreas Cadhalpun | 2015-08-22 | 1 | -0/+4 |
* | | avformat/mux: Update sidedata in ff_write_chained() | Michael Niedermayer | 2015-08-20 | 1 | -0/+2 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | mux: Do not leave stale side data pointers in ff_interleave_add_packet() | Michael Niedermayer | 2015-05-06 | 1 | -0/+2 |
* | | libavformat/mux: Add ff_choose_chroma_location() | Michael Niedermayer | 2015-05-22 | 1 | -0/+30 |
* | | avformat/mux: use <0 instead of != 0 for error check of init_muxer() | Michael Niedermayer | 2015-05-16 | 1 | -1/+1 |
* | | avformat/mux: Add avoid_negative_ts_use_pts | Michael Niedermayer | 2015-05-05 | 1 | -12/+24 |
* | | avformat/mux: Place timestamp related trace av_logs under FF_FDEBUG_TS | Michael Niedermayer | 2015-04-20 | 1 | -3/+8 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -4/+4 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
* | | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' | Michael Niedermayer | 2015-02-11 | 1 | -16/+16 |
|\| |
|
| * | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -15/+15 |
| * | libavformat: Allow calling av_write_trailer with a NULL AVIOContext | Martin Storsjö | 2014-12-19 | 1 | -1/+1 |
* | | avformat/mux: remove unneeded #include, there are no assert() only av_assert* | Paul B Mahol | 2015-01-31 | 1 | -3/+0 |
* | | avformat/mux: 2 subtitle packets could have the same DTS | Michael Niedermayer | 2014-12-29 | 1 | -0/+1 |
* | | lavf/mux: Always call write_trailer() from av_write_trailer() to avoid a leak. | Carl Eugen Hoyos | 2014-11-20 | 1 | -2/+6 |
* | | Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd' | Michael Niedermayer | 2014-11-18 | 1 | -2/+2 |
|\| |
|
| * | lavf: Only initialize s->offset once when using avoid_negative_ts make_zero | Martin Storsjö | 2014-11-17 | 1 | -2/+2 |
* | | Merge commit '897d5c3a4296f3da80b8699d1487328ca2de8e55' | Michael Niedermayer | 2014-11-07 | 1 | -2/+3 |
|\| |
|
| * | lavf: Print a warning if failed to avoid negative timestamps when requested | Michael Niedermayer | 2014-11-07 | 1 | -0/+8 |
* | | Merge commit '1384df641994bf3d6cb51084290aa94752737bae' | Michael Niedermayer | 2014-11-07 | 1 | -2/+4 |
|\| |
|
| * | lavf: Add an option for avoiding negative timestamps | Michael Niedermayer | 2014-11-07 | 1 | -2/+10 |
* | | Merge commit '91e8d2eb1f7bf3af949008b106ec1ca037b88b0e' | Michael Niedermayer | 2014-11-06 | 1 | -1/+1 |
|\| |
|
| * | lavf: use the format context strict_std_compliance instead of the codec one | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | | avformat/mux: Fix assertion failure due to max_interleave_delta and poor input | Michael Niedermayer | 2014-10-22 | 1 | -1/+9 |
* | | Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69' | Michael Niedermayer | 2014-10-15 | 1 | -1/+1 |
|\| |
|
| * | lavf: switch to AVCodecContext.framerate for demuxing | Anton Khirnov | 2014-10-15 | 1 | -1/+1 |
* | | Merge commit 'eb4f9069002e73648f6640cd054fc814cfda75b8' | Michael Niedermayer | 2014-10-10 | 1 | -2/+4 |
|\| |
|
| * | lavf: More informative error message | Luca Barbato | 2014-10-10 | 1 | -1/+4 |
* | | avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft | James Almer | 2014-10-05 | 1 | -10/+0 |
* | | lavf: eliminate ff_get_audio_frame_size() | Anton Khirnov | 2014-08-14 | 1 | -1/+1 |
* | | avformat/mux: flush after header writing, like after packets | Michael Niedermayer | 2014-08-03 | 1 | -0/+2 |
* | | lavf/mux: Fix a typo checking aspect ratios. | Carl Eugen Hoyos | 2014-07-30 | 1 | -1/+1 |