44 Commits (f4096bf6eeddc605457192476dbbf110d4cc6140)

Author SHA1 Message Date
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Stefano Sabatini 6cce172f27 Add avcore.h header in samplefmt.h. 14 years ago
Stefano Sabatini 8b69c2f463 Make av_get_channel_layout_string() guess the number of channels if it 14 years ago
Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago
Stefano Sabatini 4da12e3b13 Implement av_image_alloc() and use it in 14 years ago
Stefano Sabatini 9398024c04 Add missing overflow checks in av_image_fill_pointers() and 14 years ago
Stefano Sabatini 176a6157c0 Move audio channel API from libavcodec to libavcore. 14 years ago
Aurelien Jacobs 0985e1a3ca move the av_parse_color() function from libavfilter to libavcore 14 years ago
Stefano Sabatini ed5d30d91c Move internal function ff_set_systematic_pal() to libavcore, and 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 6f84cd1279 Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and 14 years ago
Stefano Sabatini d63e456a2a Implement functions: 14 years ago
Stefano Sabatini 262d1c5d22 Move sample format definitions from libavcodec to libavcore. 14 years ago
Stefano Sabatini 00e962a275 Add a test for av_parse_video_rate(). 14 years ago
Stefano Sabatini bc12b3b11b Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify. 14 years ago
Stefano Sabatini 6705dd5f98 Fix weird indent. 14 years ago
Ramiro Polla d222e9f9da av_fill_image_linesizes -> av_image_fill_linesizes 14 years ago
Stefano Sabatini 6950cca97f Add missing checks on invalid pixel format in 14 years ago
Stefano Sabatini 2b3cd04d88 Cosmetics: use plural form for *linesizes arguments of 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
Stefano Sabatini 9686abb826 Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, 14 years ago
Stefano Sabatini 9b7269e379 Adopt a hierarchical name scheme for the imgutils.h API. Simplify 14 years ago
Stefano Sabatini 0f146263aa Make av_fill_image_max_pixsteps() non static non inline. 14 years ago
Diego Biurrun 625bac784b Use quotes instead of angle brackets for local #includes. 14 years ago
Stefano Sabatini be7110cded Cosmetics: if( -> if (. 14 years ago
Stefano Sabatini e34433612f Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 14 years ago
Stefano Sabatini d1a991f23d Add missing period in av_fill_image_max_pixstep() doxy. 14 years ago
Stefano Sabatini a6ddf8bf0f Implement inline function av_fill_image_max_pixstep() and use it for 14 years ago
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in 14 years ago
Stefano Sabatini 899a507fa6 Clarify av_check_image_size() log message. 14 years ago
Stefano Sabatini bf176f58b7 Deprecate avcodec_check_dimensions() in favor of the new function 14 years ago
Stefano Sabatini ecc7bfe30c Rename the av_fill_image_linesize() formal parameter linesize to 14 years ago
Stefano Sabatini 7d8d18de2c Reimplement av_fill_image_pointers() using the information stored in 14 years ago
Stefano Sabatini 46b1d17a6f Make av_fill_image_linesizes() return a meaningful error core rather 14 years ago
Stefano Sabatini 7860b43651 Rename av_fill_image_linesizes() internal variables max_plane_step and 14 years ago
Stefano Sabatini e7bd48a6ae Move fill_image_linesize() and fill_image_data_ptr() from 14 years ago
Måns Rullgård 54d1d1ba17 libavcore needs libavutil 14 years ago
Stefano Sabatini ea35e3c61e Avoid the use of an intermediary variable in 14 years ago
Stefano Sabatini c90c80ac28 Make VideoFrameRateAbbr contain a rational rather than two ints for 14 years ago
Stefano Sabatini dc4a50a073 Remove reference to the "frame" term in variable names. Simpler and 14 years ago
Stefano Sabatini afead10638 Make av_parse_video_size() and av_parse_video_rate() return 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago
Stefano Sabatini aac6ca6978 Add libavcore. 14 years ago