4077 Commits (78af369189eb5fac9b0fe40d7bd0ef33b63042bc)

Author SHA1 Message Date
Stefano Sabatini e8a9b64410 lavu/base64: add AV_BASE64_DECODE_SIZE() macro 9 years ago
wm4 f099cb2f8a lavu: improve documentation of some AVFrame functions 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
Thilo Borgmann 4ebf0b109c lavu/dict: Add new flag to allow multiple equal keys. 9 years ago
Michael Niedermayer 54f43984e1 avutil/parseutils: mark args as static const 9 years ago
Petru Rares Sincraian f707042c93 Added more tests to libavutil/parseutils.c 9 years ago
Petru Rares Sincraian 68e5976543 Refactor libavutil/parseutils.c 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Petru Rares Sincraian 124526ba1a Added a selftest to libavutil/display.c 9 years ago
Ganesh Ajjanagadde bccc81dfa0 lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y) 9 years ago
Marton Balint c3c7a879ba avutil/dict: add warning to docs about invalidating existing entries when adding a new entry 9 years ago
Marton Balint a740263d7e avutil/dict: do not realloc entries when deleting a non-existing item 9 years ago
Ganesh Ajjanagadde 0c33ceda91 lavu/lfg-test: add simple sample mean, stddev checks 9 years ago
Michael Niedermayer b4f59beeb4 avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() 9 years ago
Michael Niedermayer 2540d884f3 avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool 9 years ago
Martin Cracauer 73d1398f0c avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing 9 years ago
NagaChaitanya Vellanki 285fda0937 Add tests for functions in hash.c 9 years ago
Vicente Olivert Riera ad16eff64b mips: add support for R6 9 years ago
Michael Niedermayer 9b0eabdcdf avutil/color_utils: Mark test_data as static const 9 years ago
NagaChaitanya Vellanki df4b5f076e Add test for avpriv_get_trc_function_from_trc function 9 years ago
Ganesh Ajjanagadde 7dabc78ce1 lavu/rational: add more info regarding floor(x+0.5) usage 9 years ago
Reimar Döffinger 4dd4d53531 Document and validate AVFrame plane pointers. 9 years ago
Michael Niedermayer b70e9b4906 avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_image_fill_linesizes() still succeeds 9 years ago
Kieran Kunhya 4170a44bbc Add GBRAP12 pixel format 9 years ago
Michael Niedermayer 1ec7a70380 avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Paul B Mahol 08acab85d3 avfilter: add loop filters 9 years ago
Anton Khirnov d847a40888 hwcontext_cuda/vdpau: add to skipheaders 9 years ago
Michael Niedermayer c4ac30909e avutil/hwcontext: Remove duplicate ; 9 years ago
James Almer 70d685a77f x86: use the new helper macros where useful 9 years ago
James Almer 73a4589d4b x86: add some more helper macros to check for slow cpuflags 9 years ago
Anton Khirnov ad884d1002 hwcontext: add a CUDA implementation 9 years ago
Anton Khirnov 7bc780cd44 pixfmt: add a CUDA hwaccelled format 9 years ago
Anton Khirnov a001ce31bc hwcontext: add a VDPAU implementation 9 years ago
Anton Khirnov 89923e418b lavu: add a framework for handling hwaccel frames 9 years ago
Michael Niedermayer 0eb4092c1b avutil/imgutils: remove special case for aligning the palette 9 years ago
Anton Khirnov 721a4efc05 buffer: add support for pools using caller data in allocation 9 years ago
Marton Balint ae51f9bd6c avutil/parseutils: remove 2112 date from fate test 9 years ago
Marton Balint f834f0cab6 avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix_time accepts 9 years ago
Marton Balint 3235241061 avutil/parseutils: use microsecond precision when parsing "now" in av_parse_time() 9 years ago
Timothy Gu 123ff81a45 avutil: Remove x86_cpu.h 9 years ago
Michael Niedermayer 4099e4a77d avutil/frame: Free destination qp_table_buf in frame_copy_props() 9 years ago
Michael Niedermayer 4c920ce777 avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there is enough space 9 years ago
Michael Niedermayer a9b81bfd1c avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name() 9 years ago
Michael Niedermayer d18df8beb0 avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get_buffer_size() 9 years ago
James Almer be22bd32fe x86/cpu: set avxslow cpuflag on btver2 CPUs 9 years ago
James Almer b3b0ecee15 x86/emms: empty the mmx state unconditionally on supported targets 9 years ago
James Almer 0711c5bfb8 avutil/aes_crt: free AVAESCTR struct properly 9 years ago
Derek Buitenhuis 66e9d2f44e avutil: Add GOP timecode frame side data 9 years ago
Timothy Gu 180f9a0958 all: Make header guard names consistent 9 years ago