| Commit message (Expand) | Author | Age | Files | Lines |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -5/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+5 |
* | Add avcore.h header in samplefmt.h. | Stefano Sabatini | 2011-01-14 | 1 | -0/+2 |
* | Make av_get_channel_layout_string() guess the number of channels if it | Stefano Sabatini | 2011-01-13 | 3 | -1/+5 |
* | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from | Stefano Sabatini | 2010-12-09 | 1 | -1/+5 |
* | Implement av_image_alloc() and use it in | Stefano Sabatini | 2010-12-04 | 3 | -1/+43 |
* | Add missing overflow checks in av_image_fill_pointers() and | Stefano Sabatini | 2010-12-02 | 1 | -1/+12 |
* | Move audio channel API from libavcodec to libavcore. | Stefano Sabatini | 2010-11-21 | 4 | -3/+214 |
* | move the av_parse_color() function from libavfilter to libavcore | Aurelien Jacobs | 2010-11-17 | 3 | -2/+309 |
* | Move internal function ff_set_systematic_pal() to libavcore, and | Stefano Sabatini | 2010-11-09 | 3 | -1/+73 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -1/+1 |
* | Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and | Stefano Sabatini | 2010-11-02 | 3 | -1/+16 |
* | Implement functions: | Stefano Sabatini | 2010-11-02 | 4 | -1/+92 |
* | Move sample format definitions from libavcodec to libavcore. | Stefano Sabatini | 2010-11-02 | 3 | -2/+38 |
* | Add a test for av_parse_video_rate(). | Stefano Sabatini | 2010-10-04 | 1 | -0/+51 |
* | Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify. | Stefano Sabatini | 2010-10-04 | 2 | -17/+8 |
* | Fix weird indent. | Stefano Sabatini | 2010-10-01 | 1 | -4/+4 |
* | av_fill_image_linesizes -> av_image_fill_linesizes | Ramiro Polla | 2010-09-08 | 1 | -1/+1 |
* | Add missing checks on invalid pixel format in | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Cosmetics: use plural form for *linesizes arguments of | Stefano Sabatini | 2010-09-07 | 2 | -8/+8 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 3 | -1/+45 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 3 | -1/+27 |
* | Adopt a hierarchical name scheme for the imgutils.h API. Simplify | Stefano Sabatini | 2010-09-07 | 3 | -12/+68 |
* | Make av_fill_image_max_pixsteps() non static non inline. | Stefano Sabatini | 2010-09-06 | 2 | -17/+20 |
* | Use quotes instead of angle brackets for local #includes. | Diego Biurrun | 2010-09-01 | 2 | -2/+2 |
* | Cosmetics: if( -> if (. | Stefano Sabatini | 2010-08-21 | 1 | -1/+1 |
* | Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). | Stefano Sabatini | 2010-08-20 | 3 | -15/+15 |
* | Add missing period in av_fill_image_max_pixstep() doxy. | Stefano Sabatini | 2010-08-20 | 1 | -1/+1 |
* | Implement inline function av_fill_image_max_pixstep() and use it for | Stefano Sabatini | 2010-08-18 | 3 | -23/+39 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 3 | -1/+33 |
* | Clarify av_check_image_size() log message. | Stefano Sabatini | 2010-08-06 | 1 | -1/+1 |
* | Deprecate avcodec_check_dimensions() in favor of the new function | Stefano Sabatini | 2010-08-06 | 3 | -1/+32 |
* | Rename the av_fill_image_linesize() formal parameter linesize to | Stefano Sabatini | 2010-07-30 | 1 | -4/+4 |
* | Reimplement av_fill_image_pointers() using the information stored in | Stefano Sabatini | 2010-07-30 | 1 | -97/+30 |
* | Make av_fill_image_linesizes() return a meaningful error core rather | Stefano Sabatini | 2010-07-30 | 1 | -1/+1 |
* | Rename av_fill_image_linesizes() internal variables max_plane_step and | Stefano Sabatini | 2010-07-30 | 1 | -9/+9 |
* | Move fill_image_linesize() and fill_image_data_ptr() from | Stefano Sabatini | 2010-07-29 | 4 | -2/+221 |
* | libavcore needs libavutil | Måns Rullgård | 2010-07-27 | 1 | -0/+1 |
* | Avoid the use of an intermediary variable in | Stefano Sabatini | 2010-07-26 | 1 | -3/+1 |
* | Make VideoFrameRateAbbr contain a rational rather than two ints for | Stefano Sabatini | 2010-07-26 | 1 | -11/+10 |
* | Remove reference to the "frame" term in variable names. Simpler and | Stefano Sabatini | 2010-07-26 | 2 | -32/+32 |
* | Make av_parse_video_size() and av_parse_video_rate() return | Stefano Sabatini | 2010-07-26 | 1 | -2/+2 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 4 | -2/+207 |
* | Add libavcore. | Stefano Sabatini | 2010-07-21 | 4 | -0/+112 |