- 16 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- 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)
-
- 07 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
including libavcore/imgutils.h, which was required since the recent avcodec_check_dimensions() -> av_check_image_size() transition. Originally committed as revision 24734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
av_check_image_size() instead. Originally committed as revision 24711 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
-
- 15 Aug, 2009 4 commits
-
-
Anuradha Suraparaju authored
When a frame is allocated using libschroedinger routines, the frame data size does not match the actual frame size if the width is not a multiple of 16. So we cannot do a straightforward memcpy of the frame returned by libschroedinger into the FFmpeg picture as the stride differs from the width. Fix this bug by allocating for the libschroedinger frame with the dimensions in AVCodecContext within libavcodec and passing the frame to libschroedinger. patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 19653 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19652 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19648 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Drop useless '!= 0' from 'exp != 0', replace 'exp == 0' by '!exp'. Originally committed as revision 19647 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 1 commit
-
-
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
-
- 22 Feb, 2009 1 commit
-
-
Daniel Verkamp authored
Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 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
-
- 22 Dec, 2008 1 commit
-
-
Anuradha Suraparaju authored
Fixes issue 694. patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 16261 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jul, 2008 1 commit
-
-
Anuradha Suraparaju authored
Patch by Anuradha Suraparaju anuradha rd bbc co uk Original thread: [PATCH] Patches to fix issue453 individuallibdiracschroedinger Date: 05/22/2008 04:26 AM Originally committed as revision 14152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13185 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 May, 2008 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 13080 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 May, 2008 1 commit
-
-
Anuradha Suraparaju authored
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-