- 19 Dec, 2011 2 commits
-
-
Asen Lekov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 02 Dec, 2011 1 commit
-
-
Justin Ruggles authored
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
-
- 04 Oct, 2011 3 commits
-
-
Justin Ruggles authored
'while', 'if/else', and 'switch' statements. also fixes some spacing, but only if already changing a line
-
Justin Ruggles authored
-
Chris Rankin authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
- 08 Sep, 2011 1 commit
-
-
Chris Rankin authored
-
- 23 Jun, 2011 1 commit
-
-
Diego Biurrun authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 12 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2010 2 commits
-
-
Ronald S. Bultje authored
to the audio conversion routines. Originally committed as revision 22937 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 22935 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2010 2 commits
-
-
Vitor Sessak authored
Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Nov, 2009 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 20485 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2009 1 commit
-
-
Reynaldo H. Verdejo Pinochet authored
to aid generic gain control routines. Changes for qcelp are included. Patch Collin McQuillan. Originally committed as revision 20450 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Aug, 2009 2 commits
-
-
Colin McQuillan authored
qcelp_lsp exported a single function, ff_acelp_lspd2lpc, which was not specific to qcelp. It can be kept with its fixed-point version ff_acelp_lsp2lpc in lpc.c. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19571 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Colin McQuillan authored
Use the convention from lsp.c: an LSF is a frequency, an LSP is the cosine of an LSF, and LSP functions should have an ff_acelp prefix. Use a "d" suffix to specify doubles. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19570 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jun, 2009 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 May, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 18804 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 May, 2009 1 commit
-
-
Kenan Gillet authored
Originally committed as revision 18734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 2 commits
-
-
Thilo Borgmann authored
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kenan Gillet authored
Gillet. Originally committed as revision 18345 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Apr, 2009 1 commit
-
-
Kenan Gillet authored
Gillet. Originally committed as revision 18331 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2009 2 commits
-
-
Reynaldo H. Verdejo Pinochet authored
patchset. Just a reindent. Originally committed as revision 17917 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reynaldo H. Verdejo Pinochet authored
patchset. Idea is to share this common code between the AMR and QCELP decoders. Originally committed as revision 17916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Mar, 2009 1 commit
-
-
Reynaldo H. Verdejo Pinochet authored
more general' changeset. This one relocates the QCELP especific code to the qcelpdec.* files. Originally committed as revision 17800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2009 1 commit
-
-
Kenan Gillet authored
and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author) Originally committed as revision 16637 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2008 1 commit
-
-
Carl Eugen Hoyos authored
warning #188: enumerated type mixed with another type if((q->bitrate = determine_bitrate(avctx, buf_size, &buf)) == I_F_Q) ^ Originally committed as revision 16374 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Dec, 2008 2 commits
-
-
Reynaldo H. Verdejo Pinochet authored
Originally committed as revision 16338 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reynaldo H. Verdejo Pinochet authored
Originally committed as revision 16337 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Dec, 2008 1 commit
-
-
Reynaldo H. Verdejo Pinochet authored
changeset. Originally committed as revision 16244 to svn://svn.ffmpeg.org/ffmpeg/trunk
-