- 25 Nov, 2016 1 commit
-
-
Carl Eugen Hoyos authored
Requested-by: qw, applemax82 at 163 dot com Reviewed-by: Steven Liu
-
- 19 Nov, 2016 1 commit
-
-
James Almer authored
Functionally similar to av_packet_add_side_data(). Allows the use of an already allocated buffer as stream side data. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 26 Oct, 2016 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Oct, 2016 2 commits
-
-
Rodger Combs authored
Reviewed-By:
Michael Niedermayer <michael@niedermayer.cc>
-
Rodger Combs authored
This allows a consumer to run the muxer's init function without actually writing the header, which is useful in chained muxers that support automatic bitstream filtering.
-
- 22 Oct, 2016 1 commit
-
-
Carl Eugen Hoyos authored
Add new mime types AAL2-G726 for g726 as suggested in rfc 3551. This patch will break interaction with applications that incorrectly use big-endian G.726 with mime type G726 but we know of at least one device (DVTel camera) that correctly implements the rfc, so do the same. Fixes ticket #5890.
-
- 12 Oct, 2016 2 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
Allows to write arbitrary channel masks also for 16bit 48kHz pcm.
-
- 11 Oct, 2016 3 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket #5872.
-
Carl Eugen Hoyos authored
Fixes ticket #4009.
-
Carl Eugen Hoyos authored
Fixes decoding of the output file from ticket #4009.
-
- 06 Oct, 2016 1 commit
-
-
James Almer authored
Also add missing Changelog entry. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 29 Sep, 2016 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes aspect ratio of sample in ticket #2125. Fixes aspect ratio of sample in ticket #5325.
-
- 27 Sep, 2016 1 commit
-
-
James Almer authored
This will allow ffmpeg.c to stop using AVStream.codec in some cases Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 19 Sep, 2016 1 commit
-
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Sep, 2016 1 commit
-
-
Steven Liu authored
-
- 14 Sep, 2016 1 commit
-
-
Clément Bœsch authored
In lavf we have access to st->internal->avctx so it's a better place than in ffmpeg*.c and will allow moving to codecpar.
-
- 08 Sep, 2016 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Sep, 2016 1 commit
-
-
Carl Eugen Hoyos authored
Tested by trac user NTAuthority. Fixes ticket #5786.
-
- 28 Aug, 2016 1 commit
-
-
Marton Balint authored
Use proper ISO 8601 timestamps which also signal that they are in UTC. This changes the format of creation_time and modification_date metadata values from 2016-06-01 22:30:00 to 2016-01-01T22:30:00.000000Z Fixes ticket #5673. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 22 Aug, 2016 1 commit
-
-
Jan Sebechlebsky authored
Signed-off-by:
Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 17 Aug, 2016 3 commits
-
-
Carl Eugen Hoyos authored
Implements RFC 2586.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- 12 Aug, 2016 1 commit
-
-
Carl Eugen Hoyos authored
Decoder based on a patch by v0lt, v0lt rambler ru Fixes ticket #5657.
-
- 04 Aug, 2016 2 commits
-
-
Michael Niedermayer authored
This will be used to allow writing file sequences using the tee output onto multiple places in parallel Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 21 Jul, 2016 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 19 Jul, 2016 1 commit
-
-
Michael Niedermayer authored
Option passing support will be submitted seperately to the ML Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Jul, 2016 1 commit
-
-
Josh de Kock authored
Fixes ticket #5623 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
This fixes part of Ticket5676 This fixes kodi, mpv, chromium and ffplay build against 3.0 and linked to 3.1 This is a similar ABI fix to 1eb43af1 Approved-by: BBB Approved-by: jamrial Approved-by: BtbN Approved-by: nevcairiel Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Jun, 2016 1 commit
-
-
Clément Bœsch authored
-
- 19 Jun, 2016 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Marton Balint authored
We haven't had a stable release since the packet_gap addition, so probably it is worth reworking the option to something that makes more sense to the end user. Also add burst_bits option to specify maximum length of bit bursts. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Carl Eugen Hoyos authored
-
- 13 Jun, 2016 2 commits
-
-
Thomas Volkert authored
-
Michael Niedermayer authored
This fixes a API regression Probably fixes Ticket5451 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-