- 14 Dec, 2011 1 commit
-
-
Derek Buitenhuis authored
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Dec, 2011 1 commit
-
-
Derek Buitenhuis authored
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 09 Dec, 2011 3 commits
-
-
Justin Ruggles authored
original order is retained within the same tag or codec id to maintain the muxing/demuxing priority.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 02 Dec, 2011 1 commit
-
-
Janne Grunau authored
Pass the correct size in bits to mpeg4audio_get_config and add a flag to disable parsing of the sync extension when the size is not known. Latm with AudioMuxVersion 0 does not specify the size of the audio specific config. Data after the audio specific config can be misinterpreted as sync extension resulting in random and wrong configs.
-
- 08 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #579 at least for ffplay.
-
- 28 Oct, 2011 1 commit
-
-
Alex Converse authored
-
- 22 Oct, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 21 Oct, 2011 1 commit
-
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Oct, 2011 2 commits
-
-
Anton Khirnov authored
Specifically, ff_mpeg4audio_sample_rates, ff_mpeg4audio_get_config and ff_copy_pce_data
-
Anton Khirnov authored
Specifically, ff_mpa_freq_tab, ff_mpa_bitrate_tab, ff_mpa_decode_header, ff_mpegaudio_decode_header.
-
- 09 Oct, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Assuming codec_tag H263 for FLV only leads to trouble.
-
- 04 Oct, 2011 2 commits
-
-
Diego Biurrun authored
-
Clément Bœsch authored
Those chunks don't need to be parsed and they weren't parsed correctly by Doxygen anyway.
-
- 22 Sep, 2011 1 commit
-
-
Alex Converse authored
-
- 21 Sep, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Such files are produced by the Flash Media Server, see samples/f4v/H263_NM_f.mp4
-
- 19 Sep, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #486.
-
- 06 Sep, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Adobe Flash Media Server produces such files although the f4v specification does not allow Speex (nor Nellymoser).
-
- 30 Aug, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 29 Aug, 2011 1 commit
-
-
Tomas Härdin authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 25 Aug, 2011 1 commit
-
-
Alex Converse authored
-
- 21 Jun, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
ami_stuff authored
-
- 17 Jun, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 15 Jun, 2011 1 commit
-
-
Andrew Wason authored
Fixes ticket 263.
-
- 16 May, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 15 May, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 12 May, 2011 3 commits
-
-
Carl Eugen Hoyos authored
-
ami_stuff authored
-
Carl Eugen Hoyos authored
-
- 28 Apr, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Move ff_read_chan_chunk() to isom.c and rename it as ff_mov_read_chan().
-
- 23 Mar, 2011 1 commit
-
-
Tomas Härdin authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Mar, 2011 1 commit
-
-
Tomas Härdin authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 Mar, 2011 1 commit
-
-
Benjamin Larsson authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 23 Feb, 2011 1 commit
-
-
Benjamin Larsson authored
Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac and different ones are used for 720 versus 1080 lines. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 8f935b92)
-
- 22 Feb, 2011 2 commits
-
-
Benjamin Larsson authored
Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac and different ones are used for 720 versus 1080 lines. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b7effd4e)
-